Sergei Maximov

Results 14 comments of Sergei Maximov

Hello! I have a similar use-case. I use Nix (and `nix-shell`) to provide development environments for my Elixir projects. I also use [`alchemist`](https://github.com/tonini/alchemist.el). To be able to jump to code...

> Besides, `char*` strings are just not enough anyway: you need to be able to do .length on that, and you just can't do that with `char*` string @GreyCat, you...

I found this issue when I had been looking for a way to test my app's behavior when `Tesla.request/2` returns `{:error, any()}` which seems to be impossible with `Tesla.Mock`. I...

Can confirm, it works for me with v1.3.0 .

I had the same "Old PLT file" problem in my CI pipeline after updating Erlang to a new version. In my case, the cache responsible for storing Dialyzer plts had...

@siassaj, your issue may be related to mine, see dry-rb/dry-validation#368 for possible workarounds.

As an alternative to manually adding a helper script `rage-textconv`, maybe it's worth introducing a new option (disabled by default?) which would do it automatically? For example: ```nix let ageDiffer...

I believe this was recently _covered_ by #303

This feature can be used to implement live reloading.

Is there a need for a scraper for TDLight API if they already provide an [OpenAPI schema](https://tdlight-team.github.io/tdlight-telegram-bot-api/tdlight-api-openapi.yaml)?