szero

Results 16 comments of szero

yo, also chug the AI model into separate file and @ require it through jsdelivr in the main script so script source is viewable on github Spoiler Why yes, I...

@Seybo If you are using tmux-copycat together with this plugin, it won't work as intended. If you need copying to clipboard right now you may want to remove this plugin...

@Seybo does copying works for you when you uncomment [this](https://github.com/Seybo/dotfiles/blob/master/.tmux.conf.local#L267) line and comment previous one?

@Seybo how about moving [this](https://github.com/Seybo/dotfiles/blob/master/.tmux.conf.local#L270) and [this](https://github.com/Seybo/dotfiles/blob/master/.tmux.conf.local#L271) before `bind-key` declarations?

@nazar554 yeah if you run speed tests directly on router the traffic enters wan interface but never leaves it, the offload only works if the traffic is passed between wan...

Same for VLAN 802.1q and ad options, this doesn't happen if we configure vlan on a bridge tho.

Yup, if you store your USSD code through Simple Contacts app and try to dial it through this app, it strips * and # chars from the number, kind of...

Leaving my 2 cents on this issue: the EN25Q128 part of the code should be moved to separate backburner PR that awaits someone with appropriate device to test it while...

its because len() function can be used on string variables only now, before it returned length of other types too, quickfix is to convert any variable into string before using...

Hello @kannes, kinda late for the party but I added the python3 `str` support in this PR: #6