Ferris

Results 13 comments of Ferris

I know this is an older issue but just wanted to add a comment and say it's still a pain point. Myself and my team have hit this within the...

Thanks for the quick reply @mcollina! I'm happy to open a PR for this, if it's something small and you could point me to a similar config option to mimic?

Better an honest answer than a dishonest one! Appreciate your response. I'll play around some with this project. If we end up using it then I'll look at the effort...

Friendly reminder that Deno has different "primitives" (i.e. crypto, network, buffers, etc) than Node.js so presumably the Node.js SQL drivers won't work with it. Especially those that build `.node` C++...

Hello all 👋 I wanted to check in on the stability of `4.0.0-beta.17`? I have a production application needing a newer node version than `12.16.2` due to security concerns and...

> I'm currently reworking the asset caching and api surface for that - [#851 (comment)](https://github.com/nexe/nexe/discussions/851#discussioncomment-439618) > If you have feedback can you add it there for continuity? @calebboyd: Done 🎉

Hey @rockrepIGN! I also recently came across this bug, agree that is would be great to get fixed. A workaround I currently do it you can chain two `ORDER BY`...

Just tried this after merge and still having issues. I'm on an M1 MacBook Pro running the following, any suggestions? ```bash brew install libssh make -e LIBSSH_INCLUDE=/opt/homebrew/Cellar/libssh/0.10.4/include/libssh/libssh.h ``` Output is:...

With Vue2 reaching end-of-life at the end of this year (Dec. 31, 2023), just wanted to drop a quick question on if Vue3 support was going to be occurring before...

Voicing need here as well for type definitions. Thanks!