Skip to content
View ftes's full-sized avatar

Block or report ftes

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. phoenix_test_playwright phoenix_test_playwright Public

    Execute PhoenixTest cases in an actual browser via Playwright.

    Elixir 24 2

  2. clickr clickr Public

    A student response system for schools. Elixir + Zigbee + Raspberry Pi

    Elixir

  3. ultimate-to-chordpro ultimate-to-chordpro Public

    Static website that converts ultimtae guitar songsheets to ChordPro notation.

    HTML 26 9

  4. Drag and drop in CSS grid with rails... Drag and drop in CSS grid with rails 6, stimulus and rails-ujs
    1
    -# https://johnbeatty.co/2018/03/09/stimulus-js-tutorial-how-do-i-drag-and-drop-items-in-a-list/
    2
    .grid--draggable{ 'data-controller': 'seating-plan',
    3
                      'data-seating-plan-endpoint': endpoint,
    4
                      'data-action': 'dragstart->seating-plan#onDragStart dragover->seating-plan#onDragOver dragenter->seating-plan#onDragEnter drop->seating-plan#onDrop dragend->seating-plan#onDragEnd' }
    5
      - seating_plan.each do |seat|
  5. phoenix-headlessui phoenix-headlessui Public

    Phoenix LiveView + HeadlessUI React web components

    Elixir 11