Simon Umbricht

Results 8 issues of Simon Umbricht

I'm not a big fan it space indentation as I have a strong preference on tabs :-). The TypeScript declaration currently defines ITypedJSONSettings.indent as number | null; I'm suggesting to...

### Question My intention is to bundle TypeScript definitions of TS code written by myself with definitions of external modules residing in node_modules. The reasoning behind is that I need...

Serializing objects containing `ArrayBuffer` properties works only if the `ArrayBuffer` is of even length. In case of odd length, the following error is thrown: `RangeError: byte length of Uint16Array should...

For my use case, I require that untrusted code can be run with access to virtually any imported module, except for a few (fs and net would be mocked to...

kriskowal-review-2024-01
metamask

Hi I'm currently detecting errors on ScriptTasks using a listener, but don't know how to trigger a retry of the script. Could you please give me a hint how to...

Hi I'm using bpmn-engine to execute the whole process flow in my application, but the execution of any script expressions (e.g. the code of a ScriptTask or the condition of...

When compiling any project that relies on the idb library, I'm getting the following TypeScript error: `Error: node_modules/idb/build/entry.d.ts:359:45 - error TS2344: Type 'IndexNames' does not satisfy the constraint 'string'` Looking...

### Feature Description A recurring pattern in applications is that the user id of the person creating / updating / (soft-)deleting a record needs to be captured in addition to...

new feature
requires triage