Grzegorz Marszałek
Grzegorz Marszałek
If populator only adds/removes elements from collection, changed? returns nil. To detect collection change - at least one member must be changed. But it seems counter intuitive - if I...
Hello! github.com/StackExchange/wmi is archived, and there is suggestion to change it & use this fork: https://github.com/yusufpapurcu/wmi
if I know, what columns will be requested I can optimize virutal table retrieval - ie.; askim wmi interface only about needed columns, or not reading files, that are used...
Hello! I've done short research about process substitution on windows. So - theoretically - you can create named pipe, then create server for this pipe and voila, you have something...
Hi, you use github.com/StackExchange/wmi - which is no longer maintained. It was replaced by https://github.com/yusufpapurcu/wmi Bye
Hi, Could we implement virtual table support in sqlite3 gem? Api is describe here: https://www.sqlite.org/vtab.html There is even pull request from 2013 - https://github.com/sparklemotion/sqlite3-ruby/pull/115
Hi, I've changed 2 things: * first golang embed module is used to build fully standalone executable - no need for separate index.html & static/ * you can add read_only:...
Hi, we have following code: ```html pike node is git ssh | → goto ``` This is how it looks on Edge - as it should:  And this is...
should fix ticket #533
### Summary vim mode: Ctrl-w l will allow me to enter AI pane, but cannot go back this way ### Description Steps to reproduce: 1. set vim mode 2. open...