Stepan Klymonchuk
Stepan Klymonchuk
Steps to reproduce: 1. Create a new app: `yarn create nextron-app my-app` 2. Install and open VS Code: `cd my-app && yarn && code .` 3. Open `renderer/pages/home.jsx` and put...
How difficult it would be to add Dart support? And if I wanted to implement it myself, where should I start?
``` 08-31 11:57:15.669 3878-3878/my.app.client I/System.out: 192.168.3.100 08-31 11:57:15.669 3878-3878/my.app.client I/System.out: 9999 08-31 11:57:15.679 3878-3878/my.app.client I/System.out: 192.168.3.100 08-31 11:57:15.679 3878-3878/my.app.client I/System.out: 9999 08-31 11:57:15.679 3878-3878/my.app.client I/System.out: 192.168.3.100 08-31 11:57:15.679 3878-3878/my.app.client I/System.out:...
When using the impermanence module, the script will not create the /persist/system directory without `-p` flag: ``` environment.persistence."/persist/system" = { hideMounts = true; directories = [ "/etc/nixos" "/var/log" "/var/lib/bluetooth" "/var/lib/nixos"...
I have the following code that I am trying to run on a k8s cluster using lithops: ```python from lithops import FunctionExecutor from time import sleep def map_fn(i): sleep(3) def...