Aleksandar Bencun

Results 7 comments of Aleksandar Bencun

+1 I agree on this suggestion for the very same reason as the OP.

I'm currently using casting but having generics would be great, e.g. `getList()`. Or the client could be modified to allow passing in all of the collection names and corresponding types...

What @g10 suggested worked like a charm for the lib we're working on. Placing files in `public` folder and referencing them with an absolute path worked great in my case...

I can confirm this issue. If I go forward two pages, perform search, get the response and update the table data I get something like this in the footer: `21-1...

Turbo seems to be working just fine but I get the same errors, or rather - messages. Turbo 1.8.8 Windows 11

You have to stop the tracks in the stream as well so in your CodePen just do `recorder.stream?.getTracks().forEach((t) => t.stop());`. This is not an issue specific to this library.

This would be tremendously useful. Detecting and eliminating unused public methods, exports, etc. is something I feel Code is really missing at this point. Any updates on this feature? I...