Haris
Haris
hey @kindlychung, thanks for the second request :) I'm assuming you're familiar with svelte! If you could rewrite the current frontend in svelte, I can do the work of adding...
Outline for #11
Outline for #20
Ah darn I just realized the helper crate defines `Connection` as a postgres connection type... I'll have to do some refactoring to get it to work with other database, super...
hey @zhaopengme, thanks again for reporting this issue! I finally got around to resolving some of the finer details around integrating sqlite support. You can find SQLite support in `[email protected]`...
Thanks for reporting this @wooorm :) Sorry for the late response -- I looked into this, and apparently, [it's just not supported currently](https://nodejs.org/api/esm.html#no-native-module-loading): Here's a snippet for those who are...
Looks like it released even before your post hehe https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Feel free to suggest a plan of action!
Closing, feel free to reopen!
hey @vipranarayan14, let me know how I can help you with this!
Yeah, it's a submodule, try recloning the repository using this: ``` git clone --recurse-submodules [email protected]:Wulf/nodehun.git ```