Dan Stroot
Dan Stroot
@russross - following the Markdown spec makes sense (of course) but also could be extended with a means to explicitly override the default (as is done in other markdown renderers)....
> "I have since have used a different stack for my Go/Golang + GraphQL + Relay + React + ES6/ES2015 + Webpack + Babel, where the app server is fully...
I would **really** like a global form "isValid" view. does anyone have an easy way to loop through formState.validity items?
FYI - here is examlpe code to check things before submitting a form: ```js function handleSubmit(e) { e.preventDefault(); // make sure things were touched const touchedValues = Object.values(formState.touched); for (const...
This would be really great. I manage everything I install via homebrew.
Did you find a way around this?
FYI - for anyone else who watches the video and can't get a task running, the video is misleading. You need additional configuration. The minimum I found that worked was:...
++1 "Place build/jekyll_lunr_js_search.rb inside the _plugins folder in the root of your Jekyll site" umm... where is the "build" directory???? I searched my system and cannot find it. In _plugins...