Tomasz Kowal
Tomasz Kowal
I wonder if it would be possible to go one step further and make elixir_ls dev dependency of a project, like credo or dialyxir. It would guarantee, elixir_lsp uses the...
I like the idea of Tesla using Mox. I know Mox and its quirks. E.g. allowances system for using it in spawned processes. I know its limitations, e.g. I can't...
I did some measurements locally, and I came up with this: ``` npm install 10,97s user 2,22s system 111% cpu 11,883 total npm run deploy 7,34s user 0,60s system 150%...
Or use only `npm ci` and error out when there is no `package-lock.json`. It looks like the sole purpose of `npm ci` is to force consistency and ensuring correct lock...
I also thought about colours in log files. My issue is that our application does lots of background jobs. In development, we make them run very often, and that produces...
With the proposed changes, it worked for a project I was briefly developing. However, I don't have access to it anymore so I also don't have an easy way to...
Hi! I am not sure if it is the same or a different issue. I tried the app today and I was able to choose Slack from flatpak. But unfortunately,...
Hey! Thanks for your quick response! I am on 5.1.7  I uninstalled Flatpak version and installed AppCenter version back. I run workspaces with `/usr/bin/com.github.devalien.workspaces` and there...
No need to apologize :) Happy to help :) BTW, If that env variable is the standard way of getting info for bug reports, I'd encourage to add it to...
`v3.0.7`. I've merged the change to `v3.0.8` on 22-08-2022. At first, I thought that it is a problem with our actions and I only had the chance to investigate thoroughly...