Thomas Depierre

Results 34 comments of Thomas Depierre

Hi, this has been fixed since jsone 1.4.6, see here https://github.com/sile/jsone/issues/35#issuecomment-405159045 Of course it is not a small bump, so it may needs a lot of testing for your depth...

Any progress or an idea of the direction to take? I can take it over the line otherwise, I need this kind of small win in a project that is...

Ok so proper fixing options seem to be 1. Spawn a new OS process. No idea what would be the impact and/or problems there or how we would handle it...

So after a dive, I will just upstream it. This function got far more complex recently, probably due to plugins, which would make vendoring a pain and a lot of...

Opened the PR above with elixir, we will see how it goes.

Ok so this is now merged. https://github.com/elixir-lang/elixir/pull/12541 I will look at bringing it to lsp. I quickly grepped the codebase, it seems we have multiple places where we call the...

> Here we'd need to check version anyway as the fun is exported but the new opts will be >= 1.15 only Note that this would not be a problem...

For an update: I had a look. Making this work for f32 and f16 is a lot of work on the test side, and I simply have not had the...

I dumped the current state here. The f64 works, it was done as a stepping stone. The f32 tests do not pass and partially this is because the tests are...

That was on my todo list to explore but they use different string formats... But maybe if we test before making it a string... And we just enumerate the 32...