Marcio Frayze David
Marcio Frayze David
Instead of "Controller" RackStep should have "Resource". And instead of "process_request" it should have methods like "get", "post", "put" and "delete". This way, the router is implicit and the developer...
Create a new module or template for database connections
The use of the current RackStep Basic Http Authentication implementation is a little verbose.
The page: https://guide.elm-lang.org/optimization/asset_size.html Says: uglifyjs --mangle --output=$min This is not working anymore, because of the equals. Changed to: uglifyjs --mangle --output $min and now works fine. uglify-js version: 3.10.0. How...
This part of build.sh is broken: ``` PATH=$(pwd)/node_modules/.bin:$PATH if ! [ -x "$(command -v elm)" ]; then npm install [email protected] fi if ! [ -x "$(command -v uglifyjs)" ]; then...
"There's nothing here, yet." is what the page says when clicking the link to the live demo page.
The link "Clojure specific technology radar" on the page https://practical.li/clojure/concepts/who-uses-clojure.html is giving a 404.