-
`foldf` is redundant with `reduce`, and `fold*` generally provides the same functionality like `reduce*`, so we should think of better names, e.g.,
- `reduce(R type, init R, f (R,T) -> R | abort R…
-
Hi folks - this is in reference to our [design principles issue](https://github.com/w3ctag/design-principles/issues/481) which is about harmonizing what we say in design principles with what you're sa…
torgo updated
5 months ago
-
```
Was thinking of how to pimp up our search
1. support booleans, AND, OR, specify exact match using "", include and ignore
words using -
2. real time search, display results as you type
ideas from…
-
1. tldr https://github.com/tldr-pages/tldr
2. cheat https://github.com/cheat/cheat
3. fzf https://github.com/junegunn/fzf
4. exa https://github.com/ogham/exa
5. fd https://github.com/sharkdp/fd#i…
-
Thanks for the awesome Grounding-DINO, I share our recent work 🦖OV-DINO: Unified Open-Vocabulary Detection with Language-Aware Selective Fusion.
* OV-DINO is a novel unified open vocabulary detecti…
-
A lot of surviving mutants in a project are due to changing constants, e.g. `FOO = 1`, where `FOO` itself is used in tests then also.
Killing those would need a test where the value itself is used, w…
-
I would like to use Regex for advanced filtering when I search.
-
I would like to use Regex for advanced filtering when I search.
[original: nus-cs2113-AY2324S2/pe-interim#2182] [original labels: severity.Low type.FeatureFlaw]
-
See https://github.com/trizen/sidef/commit/5d478d9a9bbf866eb6fa57dc8027157719b9589b
Powerful count is apparently too slow.
danaj updated
6 months ago
-
## Flags
[options](https://dry-rb.org/gems/dry-cli/1.0/options/) are always considered having a value `--mode=http2` or `--mode http2`.
- [ ] Having flags (options without value)
E.g. just ha…