Michael Kefeder

Results 15 issues of Michael Kefeder

I checked on my Apple M1 powered machine (where the old osxfuse 3.x does not run anymore). Here are the steps to reproduce: - install macFUSE 4.0.5 from the osxfuse.github.io...

of direct access to wasm-memory for the regular tutorial and Uint32Array for the bits exercise. ### Summary I learned that directly accessing webassembly shared memory is not needed anymore, easier...

this is clearly the fault of VIAC as they are rounding the fraction shares to 3 digits, but since that is what we get - what happens in PP is:...

bug

When e.g. importing buy/sell Transactions or dividends from external sources, they are quoted in GBP. In my example they are coming from PDF files of the broker. However, the historical...

Talking on discord I've learned that directly accessing wasm's linear memory to efficiently share data between the universes is not necessary anymore, because `js_sys` now has a view method for...

This is for issue #62 based on pr #716 but mine actually works. However I understand it is a crazy hack how I pass the realm name along to create...

proposal for public interface to make a Response from a Rejection, using somewhat idiomatic Rust implementing the Into trait. This is for issue #451 In users code this would work...

waiting-on-reviewer

Hi, I've been playing with the master branch of this amazing crate. My goal was to extract text from a PDF, that has text in german. Seems like the umlauts...

This is based on PR #111 but done in the way the author prefers (I hope). I'll adapt any further needed changes, please let me know what is needed. Flashed...

nasty hack but fixes issue #408 by modifying the Makefile to not attempt to make-clean and rebuild njs again.