Víctor Martínez

Results 60 comments of Víctor Martínez

Hey @cztomsik, I would like to build an RPI touchscreen client for octoprint/klipper. I'm also very interested in your hackable tv project

I started writing a homebrew formula [here](https://github.com/knoopx/homebrew-airdcpp-webclient). However it produces broken binaries: ``` /usr/local/Cellar/airdcpp-webclient/2.1.0/AirDC++;Web;Client.app/Contents/ (2 files) /usr/local/Cellar/airdcpp-webclient/2.1.0/airdcppd.app/Contents/ (2 files) /usr/local/Cellar/airdcpp-webclient/2.1.0/share/airdcpp/ (111 files) ```

No idea, make systems always looked like alien language to me. 🤣

I've just updated an app to Rails 3.1 and realized about that too. The point is that we were using meta_where before and switched to squeel and then the "Association...

Can we get the "Enhanced relation merges" feature into Squeel?

fyi: I also was getting the error but it turned out to be brltty udev rule messing with the device. after commenting the udev rule as stated in https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip I...

alright, taking this one. I suggest to start with a simple implementation and develop further as we go. the bare minimum implementation is: 1) within the comment form submit handler,...

adding to @c00 reply, a temporary workaround is to **prepend** `require("node:dns").setDefaultResultOrder("verbatim");` to `~/.vscode/extensions/zixuanchen.vitest-explorer-0.2.29/dist/extension.js`. I spent the whole day troubleshooting and re-witting most of the extension yesterday, I think it needs...

I definitely need this for AM32, the configurator has this "direct connection" option but works on windows/linux only.

Add this to your `keymap.cson`: ``` 'atom-text-editor[data-grammar~="jsx"], atom-text-editor[data-grammar~="tsx"]': '>': 'autoclose-html:close-and-complete' ```