Piotr Roszatycki
Piotr Roszatycki
The fakechroot is created with port.ability in mind. But to be honest, I'm focused on glibc right now. It used to be compiled on FreeBSD (i think it was 6.x)...
The current version of master branch could be considered stable. Already I'm testing if i works on any glibc based systems. The next release should be ready for 1-2 weeks...
Probably `statx` is missing
Fixed in https://github.com/dex4er/js-promise-socket/releases/tag/v8.0.0
Fixed in https://github.com/dex4er/js-promise-socket/releases/tag/v8.0.0
Actually I would prefer `@reboot` instead of `@start` as it is supported by all cron replacements. You can just make it clear in documentation that `@reboot` means "run once after...
Nah, I think it was missing `allow="clipboard-read; clipboard-write"` for the `iframe`.
I agree: it looks like wrong logic in the editor at the end. I had to remove `if (platform.isWeb)` too.
My patch that I added using [`patch-package`](https://www.npmjs.com/package/patch-package): ```diff diff --git a/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.js b/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.js index a1deb14..5598b9b 100644 --- a/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.js +++ b/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.js @@ -201,7 +201,7 @@ if (PasteAction) { if (result) { return...
Hi. I'm contributor of Freelens and I would like to admit that @MuhammedKalkan did an amazing work in this repository and it was a great help when I implemented the...