Oleksandr Dzhychko
Oleksandr Dzhychko
Currently sessions can only be viewed in the calendar. I would like to have the possibility to see all sessions in a list (ordered by the starting time). I think...
**Describe the bug** When using multiple independent libraries in JS Browser, that each bundle Kotlinx Coroutines, one of them might fail because it tries to use the `WindowDispatcher` created by...
The unit test shows an error in `SimpleCausalReasoner`.
**What is your use-case and why do you need this feature?** I want to serialize a class as a JSON array. The elements can have different types. For that, I...
### Version * Vue version: 3 ### Description The bug is specific to usage with the Composition API. Given `options` and `value` passed as a `Ref`. When a new option...
The ignore pattern was applied only to the file name and not to the full file path. This caused files that should have been ignored to appear in the key...
### Environment Tested with unstorage v1.15.0 ### Reproduction ```js import { createStorage } from "unstorage"; import fsDriver from "unstorage/drivers/fs"; import { writeFile, mkdir } from "fs/promises"; import { join }...