Dan Rose
Dan Rose
`useGrouping` should do it; not sure why it's not working for you. Did you forget to specify the locale (even if `undefined`)? I think this gets you the format you're...
Actually, I think `useGrouping` is redundant with `notation:"scientific"`; even setting it to `"always"` doesn't seem to do anything here. Whether it's nicer is a tossup. It sure looks nicer, but...
So to sum up, neither changing the parse nor hacking around it with an operator is viable within the spec.
The commit history makes it very hard for me to tell what's going on in this PR. I think rebis-dev must have been rebased after this PR was created. If...
@bakaq Thanks, you're right. Those commits even cherry-pick cleanly onto master.
BTW, if you drop the `rebis-dev` commits from this branch, GitHub Actions still default to running against the anticipated merge: https://github.com/mthom/scryer-prolog/actions/runs/14579523803/job/40892946221?pr=2902#step:2:62> Checking out the ref > /usr/bin/git checkout --progress --force...
When loading a file, I'd especially like to see the offending text printed out, maybe even which character. Right now, the message is terse. It took me a while to...
> Could you provide a reproduction repo? > > ``` > npm create @biomejs/biome-reproduction > ``` [biome-repro-1727746636823.zip](https://github.com/user-attachments/files/17198329/biome-repro-1727746636823.zip) To see the issue, ``` npx biome migrate prettier --write npx biome format...
> #40362 proposes a few different options but this PRs description does not state which way this fixes it! True. I haven't figured out the implementation details, and I think...
@samuelmaddock go for it!