Piotr Bocheński
Piotr Bocheński
Please excuse me this little _necrobump_, but I'm struggling with this approach: ``` j4-dmenu-desktop --dmenu="fzf --prompt='Run: ' --height 100% --reverse --cycle" ``` It works, but the selected process is not...
Adding simple ampersand at the end of command results in: ``` Failed to read /dev/tty ``` and nothing shows up. I believe that ``i3dd`` uses ``i3-msg exec ``. Would it...
@ritobanrc see my comment above - someone would have to implement a switch to disable automatic selection execution :pray:
FYI: The code for `--no-exec` is already in `develop` branch :champagne:
Agreed, but replacing the not allowed chars would be pretty much simple and protect from at least this kind of issue ;)
> @b0ch3nski What did you end up using to create the USB? @Manouchehri Monkey-patch the code - remove these lines: ``` isolabel="$(get_iso_name "$isopath")" if [ $? -ne 0 ] then...
Confirmed that this solves the problem with double-conversion for me :+1:
> 1. are there any microcontrollers _at all_ with TinyGo wifi support? @sprive There is [Nano RP2040 Connect](https://docs.arduino.cc/hardware/nano-rp2040-connect) which use `wifinina` driver - see [webserver example](https://github.com/tinygo-org/drivers/blob/dev/examples/wifinina/webserver/main.go) and a super cool...
@aykevl The final stage is still on Go 1.21: `FROM golang:1.21 AS tinygo-compiler` - was this on purpose or by mistake? :) If it was by mistake, here is my...
Since `netdev` in #3704 is just around the corner, having a support for MIPS would open up a lot of possibilities for usage in routers (looking at you, OpenWRT guys...