Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Je serais plutôt pour garder warningsAsErrors: true et ignorer juste ce warning là. Et peut-être remonter le problème à web-ext eux-mêmes ? Si c'est le seul moyen de faire une...

En fait je ne comprends pas: quel que soit le navigateur, ce n'est pas valide d'avoir un `"scripts": ["background.js"]` si l'extension est déclarée comme MV3, si ?

Hi ! In case anyone here is interested, I just finished implementing support for ODBC to [sqlx-oldapi](https://github.com/sqlpage/sqlx-oldapi), and I'm looking for people to help test it: https://docs.rs/sqlx-oldapi/0.6.49-beta.3 Open Database Connectivity...

serde-json itself has customizable number storage. An `impl From for Value` that just serializes to a string and then parses the string with serde-json would be both simple and most...

Hello ! Has there been any news on this front ? Dev containers are currently broken on fedora. Is there a problem with `--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z` which prevents it from being enabled...

is the functionality exactly equivalent? Or will this break existing applications that use the old functions?

Looks like extension functions.c is better, right? Some of the missing features in MATH_FUNCTIONS would be hard to reproduce, whereas things like mod or log bases are easy to reproduce.

Yes, I think create_function is the way to go for you ! It looks like it's much easier to fill the gap from extension-functions.c to SQLITE_ENABLE_MATH_FUNCTIONS than the opposite.

@svenklemm : unfortunately it's not that easy 🥲 You can read more about hasura graphql subscriptions and the reasoning about why the queries look like they do here: https://github.com/hasura/graphql-engine/blob/master/server/src-lib/Hasura/GraphQL/Execute/Subscription/Plan.hs#L5