Mohamed Mayla

Results 7 issues of Mohamed Mayla

enhancement
help wanted

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). ![screenshot from 2016-09-23 20-47-42](https://cloud.githubusercontent.com/assets/4347943/18797883/a5dc0996-81d8-11e6-8dbe-ed6fc01d5769.png) 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...

bug
triage