Jan Malchert
Jan Malchert
### What are you trying to do? When opening and closing any `MatDialog` I can observe the following behaviours *sometimes*. It doesn't happen every time, but often enough. There's no...
# 🐛 Bug Report: ### Describe the bug The generator crashes with the `[error] Required option '-i' is missing` error when running with different cwd. ### Steps to Reproduce Steps...
I'm trying to lazy load modes like in https://github.com/TypeCtrl/ngx-codemirror/issues/172#issuecomment-501139833. While I can set the `this.cmRef.codeMirrorGlobal.modeURL = this.modeUrl;` I cannot use `autoLoadMode`: `TypeError: this.cmRef.codeMirrorGlobal.autoLoadMode is not a function`. While `CodeMirror.autoLoadMode(this.cmRef.codeMirror, mode);`...
Switch to Jest test framework to be in line with the main library.
Is it useful to add a flag in the `super` call of your store that enforces immutable entities? The object containing the data is immutable but the entities itself aren't...
How to use node packages so I can use the `fs` package for example? I keep getting errors like "`require` is not defined". When using `rollup-plugin-node-builtins` then I get an...
First of all sorry for the complete lack of communication. As you can already tell this library is basically abandoned at this point. I'm completely out of the loop with...
The `innertext` dependency is dependent on `html-entities` which results in an extra 46.2 KB or 13.82 KB gzip'd. Could `innertext` be replaced with a more lightweight library?
Hi, I think it would be useful if the store implements `AutoCloseable` and one can configure the store to delete all data when it's closed. What do you think?
I would love to see kotlinx.serialization support out of the box, like kotlinx.datetime does it. What do you think?