Matthias Hecker

Results 11 comments of Matthias Hecker

I don't know myself but I'm really interested in this concept too, I started my own implementation of it if you want I can share it here when its done...

> XBM is simple and easy to implement following our pseudo-code. yes indeed its really not that difficult, thanks for the amazing work! Is the paper accepted yet? Last status...

Perhaps to clarify this a little bit for anyone stumbling over this or contemplates using this library, because I see you use lighthouse and I'm currently tasked with optimizing a...

Same issue here "Unexpected section: 0xc" throws in [wasm-async](https://github.com/webpack/webpack/blob/main/lib/wasm-async/AsyncWebAssemblyParser.js#L48), or more precisely it crashes in [@webassemblyjs/wasm-parser](https://github.com/xtuc/webassemblyjs/blob/master/packages/wasm-parser/src/decoder.js#L1713). This is a minimal example to reproduce the error: ``` const { decode }...

I would also love to see this happened. Sherpa is a really cool library, but licensing it GPL means any framework that integrates it, would also be forced to license...

Is there any update on this? I was looking for line spacing adjustment in bevy which uses this library I believe.

I have the same issue, I see that the previous attempt at a fix was reverted (PR by @ValGeorgiev) it used "touch-action: none" on the slide. Just a note the...

Its a pretty old tool, the reason it doesn't work for you is probably because it was written for python 2. Just convert it with [2to3-2.7](https://docs.python.org/3/library/2to3.html) ``` % 2to3-2.7 dfunc-bypasser.py...

I would just like to add that the same annoyance exists in the Python SDK, you can't define tasks/workflows statically, it needs the Hatchet instance which is just assumed to...

This would be very welcome, I couldn't find an easy way to accomplish this. > Some kind of log to record created pipelines during runtime, and save it to a...