Dan Lynch
Dan Lynch
maybe not relevant to this issue in context for FE, but for backend proxy, https://github.com/eco-stake/cosmos-directory is open source and @tombeynon mentioned we could deploy a server with cosmos-directory on it
a hybrid approach could be to do client-side loadbalancing with keplr endpoint as the osmosis-fe main endpoint, and then we can fallback to cosmos.directory. This gives us best of both...
Hi, this isn't a libpq-query-node, pgsql-parser, nor supabase issue, it's a few levels deep: https://github.com/pganalyze/libpg_query/issues/44 And from reading the issue it looks like support is coming, but ETA is unknown...
can we reopen this? I'll try to illustrate a good use case: ```js var inquirer = require('inquirer'); inquirer.registerPrompt( 'autocomplete', require('inquirer-autocomplete-prompt') ); ... inquirer.prompt([{ type: 'autocomplete', name: 'from', message: 'Select a...
cool! I took a stab at it here: https://github.com/pyramation/Inquirer.js/pull/1/files I think I have something that works, but 3 tests are broken, maybe you can see what I did wrong! The...
finally got around to it - but ended up just making a wrapper. If anyone is interested in this https://github.com/pyramation/inquirerer
Great to see @dresende is in! @cblage one easy thing people can do is share this link where people who are interested will find it: https://www.crowdtilt.com/campaigns/prepared-statements-for-nodemysql/description
running into the same issue
> That said, the current Windows MSVC makefile [generates](https://github.com/pganalyze/libpg_query/blob/16-latest/Makefile.msvc#L24) a static object (`.lib`), instead of a shared library (`.dll`). I'm not sure if a downstream user like @pyramation's npm package...