Victor Aremu
Victor Aremu
@qu1ck Yeah it seems some memory leaks still exist, but I can't really pinpoint what is causing them.
First of all thanks for trying express. Am sorry this was coming late, I almost lost hope on the project.
I have already written a simple MySQL i wrapper module for express. With this module you abstract your mySQLi. Also, I have implemented a simple SQL query builder module. Will...
I have plans later at the falls to rewrite the entire framework in other for it to comply with express JS v^4.x.x
Will do so before this week ends, probably today. If you want to collaborate I can invite you.
I can confirm this bug has been fixed in `@tanstack/[email protected]`
@embu18 Currently you can't. It's possible to add this as a new feature, but I don't think using SVG would be ideal. The best option is the provide an API...
@Kottakji The `open` function you're using does not support passing arguments as it is intended to open directories and URLs. You are halfway to your solution using `Command`; however, you...
I recently started using NixOS (x86_64-unknown-linux-gnu). I have a custom flake that I use for Tauri projects. How can I be of help? `flake.nix` ```nix { inputs = { nixpkgs.url...
Do we create `tauri-apps/nix-flake`or a community maintained repo? Where can we maintain the flake I shared above and add support for darwin?