Gudleik Rasch
Gudleik Rasch
### Environment information From About VSCode: ```bash Version: 1.72.2 Commit: d045a5eda657f4d7b676dedbfa7aab8207f8a075 Date: 2022-10-12T22:15:55.763Z Electron: 19.0.17 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Darwin arm64 22.1.0 Sandboxed: No ``` Rome VSCode...
```js > await MyAggregate.load(key) TypeError: Cannot convert undefined or null to object at process._tickCallback (internal/process/next_tick.js:68:7) at Job.hydrate (/src/node_modules/@ddes/core/lib/Aggregate.ts:388:54) at Function.get snapshotCompatChecksum [as snapshotCompatChecksum] (/src/node_modules/@ddes/core/lib/Aggregate.ts:80:48) at Array.map () at components.push.Object.keys.map.eventType (/src/node_modules/@ddes/core/lib/Aggregate.ts:82:28)...
### Describe the bug Using createTaskCollector, the argument order is different in version 1.3.0 when using test.each() and test(). From custom.test.ts in the reproduction example (see link below): ```ts //...
Can be reproduced using this example: https://demo.mobiscroll.com/jquery/timeline/daily-weekly-monthly-yearly-timeline# Set timescale to 4-hours: Set timescale to 12 hours: Now, set the timescale to 24 hours and then back to 12 hours. This...
Parse fails when password contains `@` ```diff --- i/test/test-parse.js +++ w/test/test-parse.js @@ -33,7 +33,7 @@ describe('parse', function () { }) it('should handle auth', function () { - var url =...