Skip to content
View kany's full-sized avatar

Highlights

  • Pro

Block or report kany

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Rails 6 + ActionCable + Stimulus exa...
    1
    # Rails 6 + ActionCable + Stimulus example for pushing updates to the view.
    2
    
                  
    3
    This example will show how to push updates to the view for a Model instance that has changed without the user having to refresh the page.
    4
    
                  
    5
    This example focuses more on getting ActionCable working with Stimulus. If you don't already have stimulus setup in your app, here's a great write up on how to set it up: [https://medium.com/better-programming/how-to-add-stimulus-js-to-a-rails-6-application-4201837785f9](https://medium.com/better-programming/how-to-add-stimulus-js-to-a-rails-6-application-4201837785f9)
  2. Toggle Wireless Mode
    1
    # Toggle Wireless Mode
    2
    
                  
    3
    This script will allow switching between ```managed``` and ```monitor``` mode for a wireless adapter.
    4
    
                  
    5
    Managed mode is the default wireless adapter mode.
  3. elixirdaze-api-demo Public

    Forked from ybur-yug/elixirdaze-api-demo

    Elixir

  4. react-vr-paris-tour Public

    Forked from zivile777/react-vr-paris-tour

    React-VR Paris tour app

    JavaScript

  5. Setup SENDMAIL on Mac OSX Yosemite
    1
    # SENDMAIL on MAC OSX Yosemite
    2
    
                  
    3
    #### http://www.garron.me/en/mac/postfix-relay-gmail-mac-os-x-local-smtp.html
    4
    
                  
    5
    1) Create a file to store our credentials:
  6. rails-api-docker-example Public

    Ruby