Daniel
Daniel
Phew, this was quite some effort. Worth it if it gets fixed sometime though ;) Here you go: [parcel-d.ts-import-bug.zip](https://github.com/parcel-bundler/parcel/files/11674872/parcel-d.ts-import-bug.zip) 1. cd go-here 2. yarn 3. cd packages/utilishared 4. yarn build...
This piece of code: ``` if (typeof define === 'function' && define.amd) { define(function () { return LZString; }); } else if( typeof module !== 'undefined' && module != null...
Hi, slightly off-topic because I don't need/have any BMS. But I have an MPPSolar MPI 15KW inverter and wondered how you guys were able to communicate with it using this...
Help on reproducing: aggresively switching between home and lockscreen don‘t trigger it as much as quickly opening a fully quit preferences app and taking ”xenhtml->homescreen” by surprise. Also it helps...
Sounds like a good explanation. It's really the edge casiest bug there can be though. I tried to recreate it by heavily throttling with Ryan Petrich's Powercuff and sending mixed...
@ryansolid I just noticed this happens with every attribute set in the style of ``` attribute={`something "with double quotes"`} ``` Is this enough of a bug report for you? Would...
Yeah I had the issues in solid 1.8.7, the reproduction was just something I pulled out of google to not have to set up an env
Sure, sounds good. I'm running this change with `yarn patch` rn and it fixes the issue with the style attribute for me But please make sure it gets fixed for...
Just remembered this - did you make sure to fix the escaping of the attributes for other attributes too or should I open an issue to make sure you don't...
@kai-dorschner-twinsity Did you try the reproduction project that I attached as .zip in the original issue body? It might be enough.