Michał Muskała

Results 140 comments of Michał Muskała

This is a limitation of the current architecture of `json_map` macro that pre-computes some information at compile-time - it should be possible to fix it. In the meantime, you should...

An option to sort the keys for pretty printing would definitely work, perhaps even one for the base encoding and using maps iterators. I would welcome a PR with such...

High CPU usage on systems with many schedulers is an issue we've encountered and are actively investigating - there seem to be some inefficiencies in the scheduling and task stealing...

Makes sense - it probably would be better to set this in the `elp.toml` config file, rather than in VS Code - since then the CLI would also work correctly

Can you clarify if the slowdown is just due to increased process limit, or when that limit is taken advantage of - the increased number of processes is actually spawned...

Yeah, it's a bit of a mess currently since main is the code for the, 1.5 branch which I don't think will move forward, and the 1.4 branch has the...

Thank you, I'll take a look, though this might be only next week

I'm sorry, this slipped my mind. Fixed in https://github.com/WhatsApp/erlfmt/commit/a57cd1ca46a9833fc3abdbaa0ae267fd326e7f19. I'll do a release later today