Giraldi Maggio

Results 8 comments of Giraldi Maggio

Hmmm... Not sure where I should look but when I try to enable the broken _**custom CSS**_, I get this error: ``` GET file:///C:/Users/WORK/AppData/Roaming/Brackets/extensions/user/dnbard.custom-css/cache/1cd7cf95-cb1f-4093-ae6a-827b6746a3c8.css thirdparty.min.js:561 l.cors.a.crossDomain.send thirdparty.min.js:561 o.extend.ajax thirdparty.min.js:561 o.(anonymous...

That's just exactly it, see... I had backed up the files earlier. I tried reverting back to the previous state and the injection worked. But when I updated the extension...

Sure thing. That was exactly what I did, ie. create a new CSS. However, the old one cannot be **deleted**. Looking forward for the fix! :wink:

Disabling then re-enabling also triggers the detection (also annoying)... but this causes another issue #29. But I guess saving the file is an easier workaround.

Not sure if this is related but I used to have the same problem. Maybe this is something worth trying: https://github.com/jacogr/atom-git-control/issues/111#issuecomment-216383537 If it still fails, try re-cloning first.

@hnvn I wonder if you could review this and possibly merge it as I think it's a much needed feature. Cheers.

Hmmm... sorry, most of the time it works, though... it only happens sometimes... not really sure what causes it... I'll report again if I figure out how to reproduce it......

You may have to specify explicitly `includeToJson: true`, too ``` @JsonKey( includeFromJson: false, includeToJson: true, ) String? a; ```