Michal

Results 143 comments of Michal

Hey Alex! I'm afraid the type definitions of math.js are quite lacking at this point. We are shipping [our own type definitions](https://github.com/josdejong/mathjs/tree/develop/types), so importing `@types/mathjs` isn't needed, however we don't...

I've come across this bug in the enterprise app I'm working on, and it's a serious pain in the ass for us. We need to fetch data from the backend...

I would love to see this issue resolved. Without the support for imports with a `.ts` extension, it's literally impossible to create a repository that works with Deno, has TS...

I tried connecting the headset without a phone and it still doesn't do anything: no motion detected by the `openhmd_` examples, nothing new in `lsusb -v`… 😔

I can confirm that WebM playback doesn't work on iOS on the newest version of Signal, while WebM files play just fine on Android and desktop. This was first brought...

> reactive statements are JS labels, and store binds are valid identifiers. For this reason the bind syntax would not work. Why wouldn't it work? This is perfectly valid JS...

This bug breaks the user experience in elementary 6 and 7, when the user tries to switch windows backwards in [Catts](https://github.com/elementary/gala/issues/1232) using Alt+Shift+Tab, and leaves the switcher in a [broken,...

From the WeakMap shim repo: > Under the hood, WeakMap **uses Object.setProperty to create a unique property on each object** that is added to a WeakMap, then the value of...

I'm using RetroPie on a [Radxa Rock Pi 4](https://wiki.radxa.com/Rockpi4) (a Raspberry Pi clone) and I had the exact same issue when I tried to install either `ppsspp` or `lr-ppsspp` through...

I'm sorry for not being clear enough. What I wanted to say was that **it _is_ possible to declare a self-referencing schema whose TS type is correctly inferred**. While TS...