-
Maybe the column could be specified when fetching the data here:
https://github.com/hyparam/hyperparam-cli/blob/ca429b826bc33a8aa6173a8a4a9a4ba58cc16008/src/components/Cell.tsx#L43-L44
It would …
-
Hi,
The documentation states:
> Making a container image and creating ZFS datasets from a container is not exactly easy, as ZFS runs in kernel. While it's possible to pass /dev/zfs to a containe…
jp39 updated
2 months ago
-
The status of the Lodash library is questionable. Many of its functions can be safely replaced with native JS. Some tips:
- https://thejs.dev/jmitchell/its-time-to-let-go-of-lodash-nqc
- https://…
-
if type "/something", will always search from beginning. it's not same like vim or less.
for example, I use moar to view my logs. I'd like to search by date first, and search something from the dat…
-
## Observed behavior
Studio currently has three vestigial less style files that necessitate us adding additional tooling to handle.
* `contentcuration/contentcuration/frontend/shared/styles/main.less…
-
On Apple Silicon, [whisper.cpp](https://github.com/ggerganov/whisper.cpp) runs much faster than [faster-whisper](https://github.com/SYSTRAN/faster-whisper), as the whisper.cpp [accelerates](https://gi…
-
### Bug Description
Favicons are resizable, and this tends to happen by mistake when attempting to reorder tabs by dragging (see screen recording).
### Relevant Screenshot
https://github.com/user-a…
-
### 🚀 The feature
Currently many redundant variables are being initialised in different files. A system should be established which initialises variables only once and other files just use the refere…
-
In the project that preceded RTF, the FluentRegisterTarget-equivalent had the ability to run in a "dummy" mode where it didn't actually access any registers, simply logged the operations and always re…
-
I'm using mox/message to parse emails from postfix. Unfortunately, it looks like the mails are being sent with `\n` rather than `\r\n`, and so I'm getting BARE NEWLINE parsing errors. Is there any way…