Kuba314
Kuba314
see https://wiki.vg/Chunk_Format#Data_structure
Hi, is there a way to do an equivalent of `ip mptcp add ADDRESS dev NAME`?
Soo.... I don't know how exactly `lsft-arrowkey workaround` works, but `removing LShift at its typical coordinate` removes the `lctl` that I'm holding (probably because it's at `lsft`'s typical coordinate. Not...
Is there any plan to merge / fix this?
Btw I e-mailed the original author of the python-uinput project (this repo's owner) a month ago about this issue and they still haven't replied. What's weird is that the github...
Would it be possible to resolve this?
Hi, are there any updates on this? We could just do this, right?: ```diff - import defusedxml.lxml + from defusedxml import ElementTree ``` and replace `defusedxml.lxml.fromstring()` with `ElementTree.fromstring()`
@carlwgeorge Thank you for the quick reply. Would you accept a PR to use `lxml` instead of `defusedxml`? Or even use the standard `xml` module itself since all this project...
Regexes sometimes fail to match while (re)loading tab, especially when loading multiple tabs at once
This also happens to me. Sometimes some tabs change their name and others don't, but if I copy their url and open it in a new tab, it works. Sometimes...
I'm pretty sure it's something within this block: https://github.com/LadybirdBrowser/ladybird/blob/6e257897f6add729500fa577bbc165dc3d98ed9a/Libraries/LibWeb/Layout/InlineFormattingContext.cpp#L475-L493 I couldn't figure it out myself either, but it seems like `last_fragment` is not getting set, which results in all the...