Rodrigo Coutinho
Rodrigo Coutinho
I configured a command with `alt+g+j` using xref to avoid this issue. ``` ;; Configure go to definition command with alt+g+j (use-package xref :bind ("M-g j" . xref-find-definitions) :config (setq...
I am running on the same issue here, with Kapacitor 1.3, my point is that if you're using the API, your only current option is to send a request to...
I agree, It'd be great to specify the serializer in the method has_many and has_one. like this: ```ruby has_one :foo, serializer API::V1::Foo has_many :bar, serializer: API::V1::Bar ```
If you run into this issue, you may be tempted to add `therubyracer` to your gemfile. Prefer to use NodeJS instead, if your application runs in a multithreaded environment. Sidekiq...
same here!
Fixed this by setting the menu display to none, and changing display to block in the pageshow event . I`ll make a pull request or fork as soon as possible...
@parroty It is happening with POST requests and hackney . If you write a test in ExVCR.Adapter.HackneyTest, with the following request, it will probably fail . `:hackney.request(:post, "https://mydomain.com", [], "{}",...