lucaelin

Results 42 comments of lucaelin

Ah my bad, I see! This is why I was confused when seeing different results when trying to reproduce :sweat_smile: But I think that this not working for property-binding as...

Okay, that's what I thought. This does mean that the `lit/no-template-bind` is showing false positives on both property bindings and on template tags used outside of a LitElement context? I'd...

Oh, I see now! This rule is not really about the auto-binding, but about repeatedly binding a function in the LitElement render functions! The message that appears in the IDE...

Soo... i've been watching this for quite a while now and I do not expect any major update anytime soon, if at all. djungelorm stated multiple times now that he...

I am sorry to report that the only maintainer with the required access to publish new builds has gone silent for quite some time now. Some forks have managed to...

Most client libraries seem to have overcome this by wrapping streams into an "object", that keeps track of how many active listeners there currently are and only if all listeners...

Because it says so over at [the docs](https://krpc.github.io/krpc/tutorials/reference-frames.html#vessel-velocity)... Setting the flight reference to surface_reference_frame would result in all vectors being 0.. Setting the flight reference to vessel.orbit.body.reference_frame would result in...

This is particularly interesting for JavaScript development using WebSockets. Google Chrome will warn users about HTTP connections starting July (2018) and since HTTPS requires the use of the WSS (WebSocket...

I created a small ansible module that, when run, manually sets a given host to be unreachable. The module can be found here: https://gist.github.com/lucaelin/0128de00cbc545045742caeeec0805fc You can put this file in...

Looking at the test failures - I misunderstood the purpose of the ! when setting the encrypted password. I thought of it as a "not shown here for security reasons",...