Sil3nt_One

Results 13 comments of Sil3nt_One

I'm still having this issue. My flow is simple. `Discord Receiver` --> `Debug` (This produces the OP's error) But just an FYI. `Discord Receiver` --> `Text` --> `Discord Sender` works...

I'm facing this issue too

🤦‍♂️ Step 1. Add the JitPack repository in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url "https://jitpack.io" } } } ```

+1 New user here... Finding it time consuming to find the commands on google.. Is there at least a list somewhere?

I didn't test data-angleArc or data-angleOffset but here is a preview of what the foreground gradient looks like in case someone stumbles upon this.. ![Preview](http://image.prntscr.com/image/90b3cb90ca794f33aa9ce0cb185bfaf8.png) I had to set the...

@jahvi How are you loading your critical CSS? Inlining it into HTML or loading as a file in HEAD? If inlining you don't need to concatenate them, just load the...

Thanks, @pocketjoso and @bezoerb I'll try them out.

I ended up using [es6-promise-pool](https://www.npmjs.com/package/es6-promise-pool) Works nicely. Remember to set concurrency to 1 or 2 if you are using XAMPP. XAMPP isn't meant to handle concurrent requests very well. config-example.yaml...

@jyoseph There might have been some changes to my config.yml I can't upload my entire gulp file. The CRITICALCSS section at present it looks something like this. ``` CRITICALCSS: base_url:...