-
Some warning of _webpack_ after the run of `npm i`:
```console
> mongo-express@1.0.0 prepublish
> cross-env NODE_ENV=production webpack
assets by path *.js 1.86 MiB
asset codemirror-404a244…
-
**Is your feature request related to a problem? Please describe.**
CARE has many forms that healthcare professionals use multiple times daily. Many of these forms are long and has many many fields.
…
-
GitHub actions is costing us more and more each month. Time to rein it it a bit.
We should consider:
* [x] Move jobs from `PR` to `main`
* [x] Move jobs from `main` to `nightly`
* [x] Only run j…
emilk updated
7 months ago
-
Thank you for providing this lib to the community.
I'm trying to use this library into a RC remote controller that uses lua script.
It complains for the RAM usage.
Is there any way to reduce RAM…
-
To turn animations off, you could write a `prefers-reduced-motion` media query. Then anyone who wants to turn animations off can do so in thue browser/OS settings.
This is from WCAG 2.1 [Animation…
-
Gossip Version 0.11.3 (latest release)
Attempting to reduce the window height by the window manager fails.
For example, grabbing the upper or lower part of the window frame with the cursor and attem…
-
I previously posted about 1 issue related to static default policies in the oneapi/dpl headers, which setting the environment variable `ONEDPL_USE_PREDEFINED_POLICIES 0` fixed.
I have now obtained…
-
There's substantial duplication among [CNFireLi2014Mod](https://github.com/ESCOMP/CTSM/blob/master/src/biogeochem/CNFireLi2014Mod.F90), [CNFireLi2016Mod](https://github.com/ESCOMP/CTSM/blob/master/src…
-
Feature gate: `#![feature(iterator_try_reduce)]`
This is a tracking issue for adding a `try_reduce` method to the `Iterator`trait. There is `fold`and `try_fold` but only `reduce`. It's possible for…
-
# Problem Description
In the Prefill stage (i.e., when outputting the first token), calculating logits for all token positions causes significant memory waste. With a vocabulary size of 152,064, the …