Jean-Pierre Bécotte

Results 7 issues of Jean-Pierre Bécotte

Is there a way to support translation mechanism for the «save» and «cancel» buttons shown when editing a textarea?

What is the output of running `npx envinfo --binaries --languages --system --utilities`? OS: macOS 10.15.1 CPU: (4) x64 Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz Memory: 153.41 MB / 8.00 GB...

enhancement

Using the following code: ```ts import { ZodError, z } from "zod"; async function superRefineFunction(val: any, ctx: any) { if (val !== 'Z') { ctx.addIssue({ code: z.ZodIssueCode.custom, message: "This value...

bug-confirmed

When data is big (I had 432504 objects), this error happens: RangeError: Maximum call stack size exceeded at convert (/project/node_modules/objects-to-csv/index.js:134:12) at ObjectsToCsv.toString (/project/node_modules/objects-to-csv/index.js:96:18) at ObjectsToCsv.toDisk (/project/node_modules/objects-to-csv/index.js:56:27)

A query can accepts many operands, like the following example: ```` var queryString = JSON.stringify({ table: 'book', query: [ [ 'title', 'match', '^Harry Potter.*' ], [ 'price', 'lt', 15.30 ]...

With Vue CLI 3: Following all the steps, I am getting these errors: `You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile...

If you add matchers with the clipboard module, they are not triggered when pasting an URL that has been copied from the URL bar of the navigator (Google Chrome on...