itchyny

Results 231 comments of itchyny

In my use case, ScrollSpy does not work with sections with large height by default, and l noticed that the default threshold `[0.1, 0.5, 1]`, typically `0.1`, is not good...

Thanks for keeping old tags, we're now happy because Renovate can update the action version. Although git history is still lost, I'm okay with closing the issue because the original...

That would grow the executable size so it's trade-off between time and space.

When `-1e1000` and `- 1e1000` yield different results, isn't it confusing? Lexering numbers including the unary operator will cause such situation.

Right, so I don't think this is a bug. Operators convert numbers to floating-numbers regardless of unary or binary. Precision preservation of negation is a part of the feature request...

Hmm, okay. Let's discuss about how to fix this issue. When `-100` is a single literal, `0-100` is divided into two tokens by the lexer; LITERAL `0` and LITERAL `-100`....

When we update the manual files, we need to update `jq.1.prebuild` and `tests/man.test` to make the PR status green #2697. The website is automatically updated by Github Actions #2603. What's...

I'd like you to share your future plan to make pick/1 work well with any paths. Thanks.

I'm sharing some observations; considering `p` is an arbitrary single path (I simplified rules but we can generalize using `reduce` or wrapping by `[...]`), - `p == getpath(path(p)) == (path(p)...