Employee87
Employee87
I'm using this https://github.com/microsoft/node-pty and this ansi-to-html doesn't work well with it, it works maybe 50%, but still leaves some invalid text left. Is it possible to support this?
In localForage api, how can I add a key/value to the database without providing a id? I would like it to autogenerate the id using native autoIncrement value. ``` request.result.createObjectStore(this.#name,...
### Describe the bug I want to set up a field that is defined as a foreign key, but also supports the ability to be null. In the model file,...