Mikhail Isaev aka iMike
Mikhail Isaev aka iMike
> > > Is the user just a member of the sudo group? Not the root? > > > > > > The user is `root` > > https://t.me/amnezia_vpn_en/14851 Thanks...
> > Installed Amnezia server on arm Ubuntu 24.04 and getting 202 error. Installed `apt install apparmor apparmor-utils` but still 202 error. So there is no chance to make it...
It seems there are only three places where we `import Glibc`, and only two of them need changes?
It is 2019 already and is there a solution for animate data changes without redrawing the whole chart from scratch? 🙂
Could you please try to execute it with `-v` it should show more details And could you please execute it with `--toolchain 5.10.0-RELEASE` and `-v` optionally to see detailed log
@darkoverlordofdata I got the problem, hopefully fixed it Could you please update webber by executing the following commands ```bash cd /opt/webber git pull swift build -c release ``` And then...
Thank you for the feedback! Could you please send me the listing of your `/etc/os-release` file whenever you have chance, I think it would be better to switch to it.
Confirmed having problem in VSCode extension. Thanks for the workaround! Here's how I bypassed it: ``` var env = process.env env.VSCODE_CWD = '' spawn('/path/to/firebase', ['projects:list', '--json'], { env: env })...
@kateinoigakukun thank you very much for the quick review! Number of code duplication is mostly because of moving from `ConvertibleToJSValue` to `JSValue`. Since `any` is prohibited in Embedded Swift, normal...
[74a45ec](https://github.com/swiftwasm/JavaScriptKit/pull/251/commits/74a45ecb89b7f23eac9a40d84ee8ffc18b8e4876) `JSClosure` and `JSFunction` now works properly