Lilith Orion Hafner

Results 154 comments of Lilith Orion Hafner

Bump, I'm also running into this issue. My workaround is to parse normally and then post-process with `parse(Float64, replace(string(x), ',' => ""))`

This PR is too breaking. However, we have a `codeunits` function. We should, instead, require that strings with non-contiguous memory implement the `codeunits` function and return something that is not...

What part of annotations are semantically meaningful/visible? IIUC the annotations `[(1:1, :a => 1), (2:2, :a => 1)]` and `[(1:2, :a => 1)]` are semantically equivalent `[(1:1, :a => 1),...

1bed84f4ae6fe6fc9bb39612e274fd1630a51349 LGTM. I have not reviewed https://github.com/JuliaLang/julia/compare/1bed84f4ae6fe6fc9bb39612e274fd1630a51349..4c18472b3e56998f2784ecd5d9deea4cf5371850, but am open to suggestions to how I could do that without re-reviewing this PR from scratch.

Okay, the diff in your comment also LGTM.

Allowing a user to insert custom personalized ranking modifiers would be a flexible and extensible solution to https://github.com/searx/searx/issues/2001, letting folks downrank certain domains browser-side.

I will be able to join the triage call this week briefly, if at all. My order of preference for conversion of rationals to floating point is 1. Accurate to...

This seems like legitimate Julia code that does not depend on internals, though I don't think I've ever had a use-case for `Union{}[]` so I don't know how reasonable this...

Yep! It's the same, just with a bit more motivation. The first example in the OP was, by itself, a valid regression report IMO.