Joe Frambach
Joe Frambach
- Each page is linkable now with a prettier url. - A gulp-ruby-sass update changed the usage from `"sourcemap=none": true` to `sourcemap: false`. - Assets are loaded from /public but...
Steps to reproduce: ``` [1,2,3,4,5,6,7,8,9].forEach(function (n) { agenda.create('doSomethingWithNumber', { n: n }) .save() }) ``` The UI now shows 9 jobs "queued" since they are ready to run but haven't...
* How to contribute * How to test * How to push * How to allow contributors to publish to npm * How to publish to npm
- Make sure user's json is valid json - Make sure schedule and repeat are valid strings, e.g., "in 5 minutes", "every 24 hours"
Agendash currently uses e.g., `moment(1458000000000).fromNow()` to display the time difference for last execution and next execution. When a job is within 45 seconds of executing, moment will display `in a...
Since the device has no network access, the font request will fail and delay the page load. Connects-to: #412 Change-type: minor
The example in the README shows (selector, content, attributes). ``` h('h1.classy', 'h', { style: {'background-color': '#22f'} })) ``` But the API documentation shows (selector, attributes, content). ``` h (tag, attrs,...
**Describe the bug** At https://github.com/capricorn86/happy-dom/blob/master/packages/happy-dom/src/nodes/html-input-element/HTMLInputElementDateUtility.ts#L17-L19, `date.getDay()` is dependent on the timezone of the machine. The results are inconsistent. **To Reproduce** Steps to reproduce the behavior: ``` $ TZ="UTC" npm run...
**Describe the bug** There are some points where `window.onerror` behaves differently than a browser: 1. The signature should be `(event, source, lineno, colno, error) => boolean | void;` 2. If...
Steps to reproduce: 1. Visit a manga in the library with more than 30 chapters 2. Click "edit" 3. Click "select all" 4. Click "download" Result: - Only the first...