-
I keep getting errors about `xyz is declared but not used`, which I want to keep because they are useful in the editor during development, but I don't want to see a blank page with this error instead …
-
In old hashstack, I specified these flags by hand, so all paths strictly existed. Now we do that automatically, and the path might not exist. So one solution is to check for the existence of the path …
-
Full log:
```bash
[nix-shell:/x/code/naga/fuzz]$ cargo install afl
Updating crates.io index
Downloaded afl v0.11.1
Downloaded 1 crate (3.6 MB) in 0.76s
Installing afl v0.11.1
Compi…
kvark updated
2 years ago
-
### Steps to reproduce
```
npx create-react-app my-app
cd my-app
npm start
```
### Unexpected output
```
(node:22848) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarnin…
cduff updated
8 months ago
-
man, for another lang translation project, can you send the decompile bins tool, or english source?
if you don't can send in public, can send email for: ddtank.marcus@gmail.com
sorry for all
-
We should implement payjoin ([BIP-78](https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki)).
Note that JoinMarket already [has a python implementaion](https://github.com/JoinMarket-Org/j…
-
Follow on to https://github.com/sqlparser-rs/sqlparser-rs/issues/1384
Filing a ticket here to track the work of a release (mostly so others can follow along)
Target Release Date: Approximately 2024-…
alamb updated
3 weeks ago
-
So, I've got an ultrawide and it's a little bit silly that my entire monitor is captured when I might only want a little bit of it.
Is there any way using the pre and post recording commands that I…
-
As a developer, I want as much automation for installing my required toolings as possible so that I can save time and use it for other things.
Currently devonfw-ide focuses on local sandbox tools. On…
-
I'm using emscripten in a Worker. I'm loading data packages manually (by doing `importScripts` on the data package JS files with unfortunate necessary hacks around static variables https://github.com/…