Vincent Woo
Vincent Woo
Currently, the docs say that you can use `base_url` in this way: https://github.com/nahi/httpclient/blob/837d59f1ad19d5940c810e34e408d15897d5bacb/lib/httpclient.rb#L395 Reproduced here: ``` # After you set :base_url, all resources you pass to get, post and other...
**Is your feature request related to a problem? Please describe.** When my computer restarts and the kiwi tab I keep open tries to reconnect, I have to manually re-input my...
Hi there, I'm using Kiwi 1.5.1 on a relatively small channel (50 participants). I find that often, when I tab back into Kiwi, Chrome has paged out the contents of...
Right now, you use `after_validation` callbacks to trigger indexing: ```ruby after_validation :algolia_mark_must_reindex if respond_to?(:after_validation) ``` This is sort of troublesome, because a user cannot attach a `before_save` hook that fires...
Hi, I'm on the latest versions of sidekiq and sidekiq-throttled. I have a job with max rate of 10 / hr: ```ruby sidekiq_throttle({ # Allow maximum 10 jobs being processed...
Right now, docker-model hides option passing to HttpDuplex. I'm trying to configure the initial `highWaterMark` option for streaming, but am unable to pass that to the underlying stream. Is it...
One currently acknowledged problem in tern is that completion for modules can take a long time. It would be cool if there were a way to say "digest these node...
Hi again! Similar to the previous issue, I'm now seeing a different problem on file deletion. This one I have not isolated a reproduction case for beforehand because I am...
In practice, summary data in prometheus can be hard to aggregate, because they [lose a bit of data](https://prometheus.io/docs/practices/histograms/#quantiles). I've been using a custom IPC setup to push summary data generated...
Hi there! I've managed to get eclim working as a headless completion server for Java, and thought I would kick the tires on C++. I've installed CDT via j2 as...