Toon Derkoningen

Results 10 comments of Toon Derkoningen

~~There is no option to further increase the tightness of the timing mechanism used by NFS.~~ I don't quite understand how NFS handles file attributes. One would assume edits made...

From a (_very_) cursory glance at ranger's code and based on how it feels in usage, it appears they employ a similar strategy to how the custom command you provided...

@gokcehan, for `ranger`: it triggers explicit `load_content_if_outdated()` calls on every draw of a directory. See https://github.com/ranger/ranger/blob/20cc5e861afbe8c2afed2ce843a1ca6f0bc2f218/ranger/gui/widgets/view_base.py#L33. I couldn't figure out when draws are triggered exactly. As for the way the...

@gokcehan I tried the exact same scenario yesterday to coax out some async issues, but a `stat` immediatly after a `touch` or `rm` consistently updates the working directory's modification time....

@gokcehan Using version r21, without a configuration file the issue persists. What log file do you want me to check?

When creating a folder or touching a file with a shell command issued from within lf, it spits out an error: ``` 2021/03/03 10:43:13 Got EventError: 'read /dev/stdin: resource temporarily...

**This is not an issue related to this package.** The `codeReader.decodeFromImageUrl` function uses an underlying browser API to request the image `https://axiconlabels.com/images/gs1%20128.jpg`. Your browser does not really fetch the image...

@dev-ton, we are experiencing this exact issue as well. PNG loaded into Uint8Array. ![Screenshot 2024-04-23 at 16 40 37](https://github.com/parallax/jsPDF/assets/7079048/eee77237-e5c7-4044-ba33-7462612a8084)

@dev-ton, I assume you are using this library with Node or Bun? We have found a fix: you **must** call `doc.output` with argument `'arraybuffer'`: `doc.output('arraybuffer')`. PNGs will now render correctly....

Also experiencing this exact issue. What's even stranger... When opening a monorepo with 1 base `tsconfig.sjon` at the repository root with `references:[-snip-]` and a bunch of projects with a `tsconfig.json`...