Aleksander Heintz
Aleksander Heintz
Hello! The current version of of libtorrent-rasterbar in the latest docker image is 2.0.6-2. The Arch repos contain 2.0.7-1 ([archlinux.org/packages/extra/x86_64/libtorrent-rasterbar](https://archlinux.org/packages/extra/x86_64/libtorrent-rasterbar/)), which includes bug a bug fix for moving files after...
We recently bought one of these devices on tindie (order 315091), and we cannot get it working. When we connect it to ethernet and power, it sometimes get's an IP...
I would suggest modifying the URL to maintain the state you need in your extension. Something akin to `?reposplit=...`. I would put the file-tree status (what nodes are open), and...
### What version of Turborepo are you using? 1.5.5 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux...
Also, I've checked in the "packages" directory to simplify developement for peoples who want to extend/fork/fix etc. IMHO a cloned directory is expected to work AS IS, (maybe having to...
> JSON5 is a proposed extension to JSON that brings ES5 enhancements to its syntax. It remains a strict subset of JavaScript, adds no new data types, and is a...
## Motivations Most of my projects consists of workspaces with more than 1 crate. When I add new crates to these, `release-plz` will immediately try to publish to crates.io (for...
I would like if `.` was allowed in attribute names, like this: ``` html ``` which would be transformed into (using react) ``` js React.createElement("tag-name", { "some.attribute": foo }); ```...
I would like to create a stylesheet which overrides how something else looks within it's hierarchy. Something like this maybe? ```js // button.js export const styleSheet = createStyleSheet('Button', () =>...