Yehowshua
Yehowshua pushed to main at Yehowshua/bluespec-docs 2025-02-12 20:54:15 +00:00
13c1ed7b2a first commit
Yehowshua created branch main in Yehowshua/bluespec-docs 2025-02-12 20:54:15 +00:00
Yehowshua created repository Yehowshua/bluespec-docs 2025-02-12 20:53:45 +00:00
Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-02-02 22:46:27 +00:00
48f69ebfae should be using bash
Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-02-02 22:40:14 +00:00
1f06302456 restoring accidentally deleted license file
Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-02-02 22:39:07 +00:00
01caac3ffa improve build behavior and rust formatting
Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-02-02 21:06:31 +00:00
dafd0ceedf Update Makefile
Yehowshua deleted branch fix-ctrl-l from ReferenceProjects/example-spa-elm-app 2025-02-02 21:02:24 +00:00
Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-02-02 21:02:21 +00:00
919c1772e7 Merge pull request 'Fix : Override browser default shortcuts on Linux/Windows system' (#8) from fix-ctrl-l into main
138d3cef95 prevent tab as well
362782d368 add ctrl + d as well
75cf43c795 preventDefault ctrl+l
Compare 4 commits »
Yehowshua merged pull request ReferenceProjects/example-spa-elm-app#8 2025-02-02 21:02:20 +00:00
Fix : Override browser default shortcuts on Linux/Windows system
Yehowshua deleted branch nix-frontend-hot-reload from ReferenceProjects/example-spa-elm-app 2025-02-02 20:58:58 +00:00
Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-02-02 20:58:58 +00:00
c51606377c Merge pull request 'Hot reload for Elm application' (#6) from nix-frontend-hot-reload into main
158174d756 replace elm-live with elm-go
3445273d1c replace elm-go with nix elm-live package
a8cc00feac hot reload for elm application
Compare 4 commits »
Yehowshua merged pull request ReferenceProjects/example-spa-elm-app#6 2025-02-02 20:58:58 +00:00
Hot reload for Elm application
Yehowshua commented on pull request ReferenceProjects/example-spa-elm-app#6 2025-02-02 20:58:49 +00:00
Hot reload for Elm application

Looks good to me! Merging now!

Yehowshua commented on pull request ReferenceProjects/example-spa-elm-app#8 2025-01-31 15:04:19 +00:00
Fix : Override browser default shortcuts on Linux/Windows system

Can you please modify code to also handle tab keys - and then we're good!

Yehowshua commented on pull request ReferenceProjects/example-spa-elm-app#8 2025-01-31 15:04:03 +00:00
Fix : Override browser default shortcuts on Linux/Windows system

The fix works on Linux!!

Yehowshua commented on issue ReferenceProjects/example-spa-elm-app#7 2025-01-31 13:09:13 +00:00
Capture CTRL+L and CTRL+D sequence on Linux

To test for Linux behaviors, you can run Ubuntu in UTM on MacOS.

Yehowshua opened issue ReferenceProjects/example-spa-elm-app#7 2025-01-31 13:03:02 +00:00
Capture CTRL+L and CTRL+D sequence on Linux
Yehowshua commented on pull request ReferenceProjects/example-spa-elm-app#6 2025-01-31 13:00:11 +00:00
Hot reload for Elm application

So you're technically not supposed to install things inside nix build files that require internet access. To fix this, we should either use elmPackages.elm-live or have @Artturin package up the elm-live fork, elm-go.

Yehowshua pushed to main at ReferenceProjects/example-spa-elm-app 2025-01-28 11:33:49 +00:00
1ee0f2fc68 Add licensing information