Zdzisław Krajewski

Results 15 comments of Zdzisław Krajewski

So you don't mind breaking backward compatibility? On the other hand incrementing major version number will do the job.

quick code lookup and I think that navigation would need to generate some event for passing non navigation keys from keypad. I guess that it would have to take palce...

There is also [topic on vue forum](https://forum.vuejs.org/t/vuex-to-store-all-my-products-and-to-or-not-to-split-out-api-requests/18034/2) related to this issue.

In my case it was related to https://github.com/balena-io-projects/balena-wpe/issues/13. So adding `IMAGE_INSTALL_append = " wpewebkit-web-inspector-plugin"` made it working. [Here](https://github.com/WebPlatformForEmbedded/meta-wpe/blob/b03abf7f55f700c2468052a9c654993e636017be/recipes-wpe/wpewebkit/wpewebkit.inc#L117) is line which decide about adding `libWPEWebInspectorResources.so` binary to image.

@mwl, no I haven't pushed image anywhere. Isn't config deterministic enough in yocto world? :) Just added that line to config. Can you elaborate more about your issue?

I don think that it works with chrome://inspect, it is enough just to navigate to http://:9998 (webkit is I'll try to reproduce that over weekend. by the time you can...

Same for me. It just stopped to work at some moment, but it seems that it doesn't work with `TestCase`, but works with stand alone function. Here is my setup:...

For now I can guide you a little bit. You would have to implement [`asyncio Protocol`](https://docs.python.org/3/library/asyncio-protocol.html#tcp-echo-client). in `data_received` you would have to parse incoming data and detect new lines and...

Hmmm, my use case is to embed mqtt client in IoT device and let it go into the wild, and report some data. In such case I would except from...

I will have a look at it on Monday. Thank you.