-
@gwehrle thought about a slighty different approach to have the position as the key for the following attributes like this:
```yaml
characteristic_sections:
0.0:
speed: 1…
kaat0 updated
3 months ago
-
Paths should be stored as a tree internally in `Connection`. e.g. if we have a path:
```/org/foo/blah```
it should be stored internally as:
```
/
-
# Supporting reusable "snippet" components
It would be great to allow users to define a subset of markdown documents (MDC) that can be utilized in a project as reusable "snippets" that can be utilize…
-
**Impact**: simulator
**Tell us about your environment:**
*Chipyard Version:* 1.4.0, Hash 58076c
*OS:* Linux ubuntu 5.8.0-40-generic #45~20.04.1-Ubuntu SMP Fri Jan 15 11:35:04 UTC 2021 x86_64 x…
-
Hello, I have noticed that `--exclude` flag does not accept an absolute path as argument. Indeed
both commmands
```
$ pwd
/home/user
fd --hidden --exclude /home/user/beta kate
fd --hidden --ex…
-
### Extension
https://www.raycast.com/millin_gabani/obsidian-smart-capture
### Raycast Version
1.83.1
### macOS Version
15.0
### Description
The extension runs beautifully except it doesn't sav…
-
Is it possible to output relative file paths opposed to the #ref that would be seen in the final output?
With a file path reference, I can control + click through the files in my ide, without I canno…
-
Using `memfs`:
```js
const { fs } = require('memfs');
fs.writeFileSync('/foo', 'hello');
console.log(fs.readFileSync('/foo/', 'utf8')); // logs 'hello'
```
Using the builtin `fs` (on Linux):
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the problem
I have several const that defines some static data in my app.
Before using `flutter_gen`…
-
### Checklist
- [X] I have **tried ALL** of the steps mentioned in the [troubleshooting guide](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
- [X] I have **searched** for this in the […