Richard Goodwin

Results 20 comments of Richard Goodwin

Update: I learned about `NOCACHE` which helps with some confusing things, and (duh) `-n` for relative paths. So now I can render each time fine, but still don't understand how...

On node v10.14.2 only protagonist threw errors for me: ``` CXX(target) Release/obj.target/protagonist/src/options_parser.o ../src/options_parser.cc:30:33: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] const String::Utf8Value strKey(key); ^ /Users/myuserfolder/.node-gyp/10.14.2/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated...

@Gasol Thanks! Removed and installed via your method. Now to figure out my other thing :)

Just want to chime in and say thanks also :)

@nikitavoloboev did you end up with working code for `/` searching? I was deep diving into safari but can't seem to find a way to trigger it. I'd settle for...

I see this also. I tried using ImageMagick to add a bigger alpha border: `convert gmail_icon.png -alpha on -bordercolor none -border 50 gmail_icon_border.png` but it seems to get trimmed by...

@szelenka This does seem to be the case; the workflow to get TO the part is great but then the actual data is rough. Are you able to get a...

Checking update here also. Willing to help work on a Docker container, but the dev branch (at least) has issues with Symfony autowiring* so it's kind of moot :) *...

This invite has long since expired; is the Discord still alive?

After watching the video on TW CSS 3.0 and the JIT CDN, I think it's probably best to call out the other JIT-style class syntax examples: - `bg-gray-100/50` (rgba) -...