Danny Trunk

Results 61 comments of Danny Trunk

1. yes, true. i did no documentation because i just wanted to hear if this could be merged so i don't have to waste time. 2. true, but it's actually...

I guess this action isn't maintained anymore. Need to check for an alternative then which provides such a feature.

Facing this issue on a Budgie Desktop with the [AppIndicator Applet](https://packages.ubuntu.com/mantic/budgie-indicator-applet). Starting multiple electron based apps results in picking the same icon for all of them from the first started...

Not sure why you need a reproduction for that, but here you go: ```js const { app, Menu, Tray, nativeImage } = require('electron') const path = require('node:path') let appIcon =...

``` DEBUG: ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor - Applying FallbackCssDataUriProcessor processor DEBUG: ro.isdc.wro.model.resource.processor.decorator.ExceptionHandlingProcessorDecorator - Failed to process the resource: null using processor: FallbackCssDataUriProcessor DEBUG: ro.isdc.wro.http.WroFilter - RuntimeException occured java.lang.NullPointerException at ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor.process(AbstractCssUrlRewritingProcessor.java:130) at ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator.process(ProcessorDecorator.java:83) at...

Now it just doesn't replace the url content for my background. (It can't find the resource, although the images exists) ``` DEBUG: ro.isdc.wro.model.resource.processor.decorator.MinimizeAwareProcessorDecorator - Using Processor: ro.isdc.wro.model.resource.processor.impl.css.FallbackCssDataUriProcessor@519f8603 DEBUG: ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor -...

I don't like this base64 encoding stuff. Will Smartsprites be added in the near future?

Lol, didn't noticed the text after [FAIL] extract dataUri from ... :-) thanks now it works. I'll see what I can do adding this functionality. Need time and information on...

As I only need the sass-java-gems package I removed compass and ffi from the gemfile. For compiling I'm using Jawr in conjunction with JRuby. Works like a charm for now.