Razvan Grigore

Results 171 comments of Razvan Grigore

> tl;dr The suggestion is to avoid auto-closing the console UI upon console disconnection. Yes, please do this...

Maybe related: ``` org\majkel\dbase\Exception Format `dBASE III PLUS` does not support field `I` ```

thanks @nh2 maybe for some folks like me this `could not link` error is easily solved by: ``` sudo apt install gstreamer1.0-nice ```

hey @eymengunay, given this issue context/question and your [comment here](https://github.com/eymengunay/php-passbook/issues/91#issuecomment-1037168135), would you be open to pick new maintainers for the repo? I'm actually planning to fork the code and implement...

@hervehobbes as I discussed with Eymen the future plans for this library, wanted to ask you too if you are actively working on a project using this lib and if...

I do not expect that, I was just suggesting that this convenience method would serve in some cases when the key is actually of different type than string, avoiding extra...

Well, I was using it just for int, as you can see above in my code snippet, because I was setting registers in arduino and the key in json is...

had the same on kernel 4.9, asked ChatGPT and this is the fix, worked for me: ```diff --- a/include/drv_conf.h +++ b/include/drv_conf.h @@ -51,7 +51,7 @@ #endif #if !defined(fallthrough) -#define fallthrough...

I actually get this from `setup-php` output, not sure if related: ``` | ==> Setup PHP | sudo: unable to resolve host linuxkit-566aea8210a3: Name or service not known | sudo:...

This is usually because of ice candidates, check in `chrome://webrtc-internals/` the ice-matrix and observe how and which ones connect, local peers are different than remote ones.