Bedis Nbiba
Bedis Nbiba
fix https://github.com/tree-sitter/tree-sitter/issues/2478 I added a PR for helix for the same thing https://github.com/helix-editor/helix/pull/7853 But there I went with a Vec instead of a String, the example is strace output it...
Currently when the user uses `build-wasm` he have no feedback on whats happening, and this command can take a while mainly the first time since its pulls the docker image....
``` > import * as pl from "npm:@pola-rs/browser" ✅ Granted env access to "NODE_CLUSTER_SCHED_POLICY". ✅ Granted env access to "NODE_UNIQUE_ID". Uncaught TypeError: Could not resolve 'npm:@pola-rs/browser'. Caused by: not found...
### Summary Adding a nim configuration option to choose which javascript runtime to run the js examples with docgen ### Description Currently docgen runs the javascript examples with node, but...
```ts import { readFile } from "fs/promises"; import { Magika } from "magika"; const data = await readFile("./package.json"); const magika = new Magika(); await magika.load(); const prediction = await magika.identifyBytes(data);...
When searching for git/ignore files (the one set with `.ignore` `.git_ignore` `.git_exclude`), the crate should not search the sub-directories if its at the max depth example: ``` mkdir a for...
I was not a recommender of flatpak, but recently I've been using fedora, and through gnome software I keep discovering really cool projects. I think creating a fltapk have 2...
Would be great if someone with the needed skill help here. My motivation is mostly for https://github.com/imsnif/bandwhich/issues/315 so it can look good in stores.
This is just an issue to remind us and to get other people to look into this. Currently tests are flaky on the ci (they mostly fail): - is it...