Fabrice

Results 81 comments of Fabrice

@phoddie Yeah that `usb.configuration` thing is very strange. Regarding the malformed data. I get corrupt xml data from xsbug after a restart The `readLoop` is breaking on an `parsererror` node...

@phoddie Must be my machine then. I don't know if it has something to do with the usb-c port, or the fact that I can't `sudo kextunload -b com.silabs.driver.CP210xVCPDriver` without...

@phoddie I only have the driver in `/Library/Extensions/SiLabsUSBDriver.kext` I just tested on my old machine and there everything is working fine, kext unloading is returning no error. No idea what...

@phoddie Uninstalling the driver completely seams to be working but is very uncomfortable.

@phoddie Heh might be a little risky but ``` sudo kextunload -b com.silabs.driver.CP210xVCPDriver sudo mv /Library/Extensions/SiLabsUSBDriver.kext /Library/Extensions/SiLabsUSBDriver.kext_disabled ``` is doing the trick. So I don't have to reboot all the...

I updated the WebIDE with support for `mcrun`. The only thing I needed to change was changing the build environment to `worker`. Here is a diff: ```diff --- a/build/makefiles/wasm/tools.mk +++...

@phoddie I just pushed another update to the WebIDE, the mcrun tool could only be used once before. I was not cleaning up correctly. The moddable zero was in the...

I just tested these changes, everything is working fine! I think drag&drop support for adding files and folders is needed. I would also like to include drag and drop support...

Thanks for your help @joe-thom! Your solution is working beautifully. This library is really well build and documented! Thanks for making this open-source. After getting this running I made an...

Also noticed this issue and tracked it down to be related to this: https://github.com/picocss/pico/blob/1039a4788d6abc368d5485ae6bac84a8f0e3096f/scss/components/_card.scss#L15 https://github.com/picocss/pico/blob/1039a4788d6abc368d5485ae6bac84a8f0e3096f/css/pico.css#L322 https://github.com/picocss/pico/blob/1039a4788d6abc368d5485ae6bac84a8f0e3096f/css/pico.css#L271 But the main issue is the use of box-shadow inside the `transition` property here:...