Ben Armstrong
Ben Armstrong
I.e say I have a document with one term that is text_你 and another document with terms text_你 text_好 the first document should be ranked higher than the second
Try searching for something like Megaman
``` // eslint-disable-next-line @typescript-eslint/no-explicit-any function decimalsToString(field: Field, value: any) { if (field.type === 'DECIMAL' && typeof value === 'string') { return value } return cast(field, value) } export const getDBClient...
Can't add it to redirect
``` async function getUser(token) { try { const data = decodeJwt(token); logger.log(`[provider user data], ${JSON.stringify(data)}`, "info"); return data; } catch (e) { logger.log(`[error], ${JSON.stringify(e.stack)}`, "error"); throw new ProviderGetUserError({ message: "There...
It is being logged in: `convertPrivateKeyToClientSecret` It doesn't actually show they key contents just the js object representation but it shouldn't be logged anyway
I would like e.g. for decimal types to have the type returned from planetscale as a string to maintain precision. I'm not too sure how to do this. I saw...
It does a whole bunch of stuff like support oauth, email sending using Amazon SES, permissions, rate limiter using durable objects, SQL database using PlanetScale https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate It might be worth...
If I send 3 ampl twice which lets say represents 0.3% of the total supply (so I am sending 0.6%). These transactions happen to be in the same block with...
 ``` "@sentry/esbuild-plugin": "^2.21.1", "toucan-js": "3.1.0", ``` ``` try { await build({ entryPoints: ['./src/index.ts'], bundle: true, outdir: './dist/', sourcemap: true, minify: true, conditions: ['worker', 'browser'], outExtension: { '.js': '.mjs' },...