Filippo Argiolas

Results 17 comments of Filippo Argiolas

I was able to fix this forcing a representer for `type(None)` ``` def represent_none(self, data): return self.represent_scalar('tag:yaml.org,2002:null', u'null') yaml.representer.add_representer(type(None), represent_none) ``` What's weird is that the very same representer is...

Any insight from the devs about this issue? a brief look at the code suggests this is true and the queue is actually limited to 65535 messages given it's not...

I believe this comes from the protocol limiting IDs to 16bits, but as far as I can tell nothing prevents an implementation to store messages in an independent local queue...

> It is not strictly silent. The `publish()` call returns a `message.info` object which contains a return code, but it is rarely checked. you're right, thought the error was being...

> Closing this issue as we have decided eventually to align the behavior of the TLS 1.2 and TLS 1.3 implementations regarding partial or no server authentication. This will be...

Hey, if anyone is interested I'm open sourcing a library that supports all new OPC devices (N3, R1 and R2). It was written from scratch trying to abstract the common...

@hideyukn88 any insight about this issue? It's very easy to reproduce, just open a wslg app and disconnect from the Windows network, see the window disappear. You get a `[07:40:23.894]...

@hideyukn88 see the new commit, it should address your concerns. The idea is to add a new `[weston-keyboard]` (or whichever name you like) section in `.wslgconfig` where you can configure...

@hideyukn88 any feedback on the latest proposed changes? now that the other PR has been merged (thanks!) it would definitely make life easier for us custom layout users

> @fargiolas, currently we are evaluating the idea to have /etc/wslg.conf, similar to WSL's /etc/wsl.conf, inside user-distro filesystem, so we could do this utilizing that, so please hold on, thanks!...