Thomas

Results 24 comments of Thomas
trafficstars

FYI I added a possible explanation (and workaround) on [the StackOverflow question](https://stackoverflow.com/a/70486359/1242317).

I just did some debugging and found a possible cause for this bug. [This line](https://github.com/ionic-team/stencil/blob/16b8ea4dabb22024872a38bc58ba1dcf1c7cc25b/src/compiler/style/global-styles.ts#L130) checks if any of the changed style files are imported in the global style, but...

Sadly there doesn't seem to be any feedback on feature requests or even bug reports in this repository, and I've tried... For now we decided to duplicate the tags in...

I have the same problem, am getting the following error in the Activity Log: `npm ERR! Windows_NT 6.2.9200 npm ERR! argv "D:\\Program Files (x86)\\nodejs\\4.4.7\\node.exe" "D:\\Program Files (x86)\\npm\\2.15.8\\node_modules\\npm\\bin\\npm-cli.js" "install" npm ERR!...

To anyone who has the same problem: @johnjenkins just mentioned a workaround on the Stencil Discord: ``` @Event() myEvent: EventEmitter; ```

This might have been fixed in 5.1.0: > Added the “Set Empty Values” feed setting, which determines whether empty values in the feed should be respected or ignored. (https://github.com/craftcms/feed-me/pull/1228, https://github.com/craftcms/feed-me/issues/797,...

Why not a (fallback) solution using a full sprite? That would require a JS addition but also replicate the holo design better.

FYI I manually extracted some feeds but ran into some problems when deploying to different servers with different databases. The main problem was the fact that the configuration contains auto-generated...

I was just about to report the same problem that has cost me an hour. In `storage/logs/feedme.log` there is an info message logged, which I think should at least be...

I unfortunately have to support IE6... I actually think this is an issue since it doesn't "degrade gracefully (IE6, IE7)" like advertised. On IE6 the icons aren't shown at all....