Anantha Kumaran
Anantha Kumaran
Currently, it's not possible to enable company-posframe frontend on specific modes only. I like to use it only for modes where I enable `variable-pitch-mode` and use the default frotend for...
Check the readme file for api usage details. The API semantics are based [sidekiq unique jobs](https://github.com/mperham/sidekiq/wiki/Ent-Unique-Jobs) fixes #184 #380
## Producer ```elixir ok = :brod.produce_sync(:brod_client, "dummy-data", partition_fun(key), key, value) ``` The `partition_fun` callback doesn't get the updated partition count. Calling `:brod_client.get_metadata(:brod_client, :undefined)` seems to update the internal cache which...
``` ** (FunctionClauseError) no function clause matching in :hackney_url.transport_scheme/1 (hackney) ../deps/hackney/src/hackney_url.erl:107: :hackney_url.transport_scheme(:hackney_http_connect) (hackney) ../deps/hackney/src/hackney.erl:888: :hackney.absolute_url/2 (hackney) ../deps/hackney/src/hackney.erl:738: :hackney.maybe_redirect/2 (hackney) ../deps/hackney/src/hackney.erl:374: :hackney.send_request/2 lib/httpoison/base.ex:402: HTTPoison.Base.request/9 ``` This happens only on redirection to...
Last week I started to work on a prototype typescript project (It's been some time since I have used typescript/tide for professional work). The editor was really sluggish for some...
TypeScript 3.5 added `selectionRange` command which provides functionality similar to https://github.com/magnars/expand-region.el
fixes #288 > Applying the edit instructions in reverse to file will result in correctly reformatted text. One of the comments in TypeScript repo says the edits should be applied...
This commit tries to improve two issues 1) A free port is obtained by setting the port value as zero and the OS will bind to a free port. We...
```elixir {{:badmatch, {:error, :eaddrinuse}}, [ {Bypass.Instance, :do_up, 2, [file: 'lib/bypass/instance.ex', line: 322]}, {Bypass.Instance, :init, 1, [file: 'lib/bypass/instance.ex', line: 34]}, {:gen_server, :init_it, 2, [file: 'gen_server.erl', line: 374]}, {:gen_server, :init_it, 6, [file:...
fixes #18