voxelv

Results 9 comments of voxelv

I have both `nmap` and `pandoc` installed (as well as all the other recommended dependencies) and have checked that they respond with reasonable output when run independently of `nb`. (e.g....

`nb browse --print` seems to hang (cursor is blinking, but no output). `nb browse --print-container` shows a big html output with `nb browse home:`

That command exits pretty quickly (1 to 2 seconds after running), with exit code `2`. Trying to go to that address times out. I'm a software dev, but not as...

@eshad What is the issue with path? How can I fix it? `ncat` is installed with Nmap: ``` > which ncat /c/Program Files (x86)/Nmap/ncat ```

I got the latest nb script and ran `nb b -s` and got this result: ``` $ nb b -s home -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [1] 20240117114707.md · "First note" -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ❯ nb...

I forgot to use that variable, so once I ran `NB_BROWSE_SERVER_TOOL="accept" nb b -s` I got the following: ``` $ NB_BROWSE_SERVER_TOOL="accept" nb b -s /usr/bin/nb: line 21724: ACCEPT_FD: unbound variable...

I've played a lot of minecraft. To implement something like the water in minecraft, a few things are necessary (which I'm not sure yet if this module supports): - Custom...

> This is supported ... > Supported ... > Also supported ... WIth this information, I would argue that Minecraft-like fluid can be implemented project-side.

cleaning up issues I've created. Closing as "stale"