Mohamed Mayla
Mohamed Mayla
When I first saw this, I get amazed by the idea and thought this what I needed. but then I saw that last commit is on October 2017, nearly a...
I have created this solution ``` //solution.js const seneca = require('seneca')() seneca.client({ type: 'tcp', host: '127.0.0.1', }).act({ role: 'math', cmd: 'sum', left: process.argv[2], right: process.argv[3], }, function (err, result) {...
I have tried editing a node while walking (in action), but it didn't work. Is there a way to do it, even a workaround?
I was searching for a way to get the parent of a node something like `node.getParent()` I didn't find it on the Readme so tried writing a workaround for it,...
The scroll bar that change pixel ration hidden but can be used (I click on the empty white space then scroll).  I am using Arch Linux...
### What happened? When I try to install [python311Packages.torch-bin](https://www.nixhub.io/packages/python311Packages.torch-bin), [python311Packages.torchvision-bin](https://www.nixhub.io/packages/python311Packages.torchvision-bin) or [python311Packages.torchaudio-bi](https://www.nixhub.io/packages/python311Packages.torchaudio-bin) I get the error: ``` error: cannot find flake 'flake:nixpkgs/3f316d2a50699a78afe5e77ca486ad553169061e' in the flake registries ``` ### Steps to...