Oliver Boermans
Oliver Boermans
While the "month" event works as expected – clicking back and next buttons causes this month event handler to be fired: ``` calendar.on('month', function(month) { console.log('month: ' + month); });...
npm is returning a 404 error when I attempt `npm install heml` Is it just me?
Current behaviour appears to presume removed elements will be discarded. The animation is broken when I re-append a previously removed element. I’m guessing because it is being inserted with the...
Enabling inspection of feed content, as displayed with the selected theme, would be useful for custom theme creation and refinement. Feasible to enable in NetNewsWire? https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/
Would be an improvement to provide a way to use the rawSVG import mechanism to render the initial SVG() element. Nested SVG elements provide additional complexity when it comes to...
Posing this question as I spent some time looking elsewhere for an issue that was ultimately caused by my accidental use of `:@text="prop"` when I meant `@text="prop`. ### A breaking...
Can I wrangle the configuration to read exif data from a RAF file? My test using a .RAF file: ``` let exif = await exifr.parse(file, ["Model"]); ``` Outputs to my...
## Problem On iOS, tapping the feed icon when viewing an article opens the feed inspector dialog. As an item in the UI, the image is announced by Voiceover as...