Artem Ignatyev

Results 12 comments of Artem Ignatyev

@nahi I believe that a testcase should be added to this to `test/test_ssl.rb`, but I'm not sure how to test this.

I also do not need extra `_text` field in my form submission data, so I have done this: timon/bootstrap-autocomplete#3

This seems to be related to a bunch of `.o` files lying around after compiling the extension. (the issue above says the same)

@xinwelcome @jaredbeck I have ended up with the following workaround: ```ruby # lib/tasks/heroku.rake # This file was heavily influenced by https://blog.saeloun.com/2020/05/04/how-to-reduce-heroku-slug-size.html namespace :heroku do desc 'Removes extra .o files from...

@anthonyamar I've noted a typo in the snippet I posted before and updated it.Perhaps this helps?

I have just stumbled upon this issue My setup boils down to the following (I'm trying to simplify my case as it is an end to end test for a...

Hey @didoesdigital, would you mind a PR that removes duplicated entries from `modifiers.json`? I just ran `jq` over the file, because it was hard to figure out what's going on...

> In my opinion not redacting the user name is fine. The credential string is not necessary `user:password`, it could be just `token` instead

@hemanthmanga Thanks For your reference, I have just found issue report on Heroku CLI source code repo: https://github.com/heroku/cli/issues/3142

I have updated description with links to the issue in heroku repo for Heroku CLI v10.0.0 release