Lázaro Nixon
Lázaro Nixon
https://github.com/lazaronixon/sass-zero/
It seems to be complicated, if we could find a simple solution here... https://github.com/cedarcode/webauthn-ruby
I'm a really bad writer, I would like to have a fancy README, maybe with a video, logo, etc... but keep it simple and direct.
https://gist.github.com/lazaronixon/82b939179f2b1ee01b4111c8f471db83
Here's some work around a integration of basecamp [geared pagination](https://github.com/basecamp/geared_pagination) with elastisearch-rails, the integration is really simple but requires to write some tests.... Basecamp is doind a lot of [free...
I would like to use it with ruby but the parser doesn't recognize hashtag comments, is it possible ?
https://github.com/Carthage/Carthage/issues/3019
Implementation for WPNS, raw, toasts and tiles notifications.
My attribute has ":", "=" etc... I would like to disable operator on string.
https://github.com/stevepolitodesign/rails_mvp_authentication/blob/b2e0ebd8badafbcf337d57e6828e69afb77cfd1b/lib/generators/rails_mvp_authentication/templates/authentication.rb.tt#L38 ``` cookies.permanent.encrypted[:remember_token] = { value: active_session.remember_token, httponly: true } ``` Someone can use 'document.cookies' and stole your cookie if you don't use httponly.