Arjan Haverkamp
Arjan Haverkamp
Reproduce: Go to https://labs.abeautifulsite.net/jquery-minicolors/ and check the second RGB(A) example. Now enter '#ff0000' in the input box. The newly entered color is selected in the color grid, but the opacity...
When you use minicolors with swatches, combined with `position: 'top left'` or `position:'top right'`, the colorpicker panel is positioned incorrectly, it overlays the input box.   I've made the...
There's an issue when using megapix-image.js on _some_ transparent PNG's. The issue is described in detail here: https://github.com/enyo/dropzone/issues/813 I managed to find and fix the problem, it's a 1 character...
On the "old" [deeplearn.js demo page](https://reiinakano.com/fast-style-transfer-deeplearnjs/), one can generate a very nice image when combining the _face_ content image with the _udnie_ style image. This is the result: The paining...
Is there a way to (for example) load a new ROM image into a cartridge slot through Javascript? Use case: an online emulator where visitors can select a ROM from...
First of all: thanks for creating and sharing such an extensive library... it shines! I've yet to find a bug, it seems very solid and robust so far. I have...
I am trying (for a second time) to get this software to work. When running `python3 -m pip install -r requirements.txt` a lot of stuff is installed, but it finally...
I've upgraded cordova to version 6.0.0. When I add the cordova-plugin-nativeaudio plugin to my project, and build it (cordova build ios), the following warning appears: ``` /Users/arjan/Development/cordova/Test.dev/platforms/ios/Test/Plugins/cordova-plugin-nativeaudio/NativeAudio.m:32:5: warning: 'AudioSessionInitialize' is...
Your demo at https://luuka.github.io/GPXParser.js/ is broken. When I click "Load a demo GPX file", my JS console (Firefox on MacOs) shows: ``` gpxParser.SAMPLING_MODE is undefined ``` Clicking "Start the demo"...
I am confused... was issue #289 ever considered? Using fonts in a WebWorker (still) does not work. Example worker: ``` importScripts('./jimp.js'); (async () => { const font = await Jimp.loadFont('fonts/open-sans/open-sans-32-black/open-sans-32-black.fnt');...