Ethan Girouard eta357
eta357 created pull request LibreTunes/LibreTunes#139 2024-11-15 18:41:56 +00:00
Update wasm-bindgen to 0.2.95
eta357 pushed to 132-update-wasmbindgen-to-0295 at LibreTunes/LibreTunes 2024-11-15 18:23:37 +00:00
41327c8ed6 Update wasm-bindgen to 0.2.95
eta357 commented on issue LibreTunes/LibreTunes#132 2024-11-15 18:07:25 +00:00
Update wasm-bindgen to 0.2.95

!start

eta357 pushed to main at LibreTunes/LibreTunes 2024-11-12 22:21:55 +00:00
d09060959a Merge pull request '111-create-playlist-database-tables' (#137) from 111-create-playlist-database-tables into main
7f298f75ce Change Playlist Model to use chronos time
74044f2e17 Merge remote-tracking branch 'origin/134-fix-time-not-implemented-on-wasm' into 111-create-playlist-database-tables
0335e3d255 Created model
81b1490cce Create playlist database migration
Compare 5 commits »
eta357 merged pull request LibreTunes/LibreTunes#137 2024-11-12 22:21:53 +00:00
111-create-playlist-database-tables
eta357 closed issue LibreTunes/LibreTunes#111 2024-11-12 22:21:53 +00:00
Create Playlist Database Tables
eta357 pushed to main at eta357/Windows-12-Compiler 2024-11-12 17:57:03 +00:00
923da9e747 Add llvm-hs-pure dependency
fd1cf69787 Add Haskell gitignore
Compare 2 commits »
eta357 created branch main in eta357/Windows-12-Compiler 2024-11-12 17:26:54 +00:00
eta357 pushed to main at eta357/Windows-12-Compiler 2024-11-12 17:26:54 +00:00
45c1d41bde Create Cabal executable project
eta357 suggested changes for LibreTunes/LibreTunes#137 2024-11-11 20:26:40 +00:00
111-create-playlist-database-tables

I should have warned you about this before, but unfortunately the time crate doesn't have full functionality on WASM, so I had to switch to using chronos and this involves changing some of the time/data datatypes in models. What we'll need to do here is merge my branch 134-fix-time-not-implemented-on-wasm into this one and change the types in models.rs a bit. I can do this or you can if you want.

eta357 created branch 134-fix-time-not-implemented-on-wasm in LibreTunes/LibreTunes 2024-11-11 20:25:28 +00:00
eta357 pushed to 134-fix-time-not-implemented-on-wasm at LibreTunes/LibreTunes 2024-11-11 20:25:28 +00:00
eta357 pushed to main at LibreTunes/LibreTunes 2024-11-04 23:40:13 +00:00
b800e4ee47 Merge pull request 'Fix time not implemented on wasm on profile page' (#135) from 134-fix-time-not-implemented-on-wasm into main
6dcbba2588 Switch to chrono instead of time
Compare 2 commits »
eta357 deleted branch 134-fix-time-not-implemented-on-wasm from LibreTunes/LibreTunes 2024-11-04 23:40:13 +00:00
eta357 closed issue LibreTunes/LibreTunes#134 2024-11-04 23:40:12 +00:00
Fix time not implemented on wasm on profile page
eta357 merged pull request LibreTunes/LibreTunes#135 2024-11-04 23:40:12 +00:00
Fix time not implemented on wasm on profile page
eta357 created pull request LibreTunes/LibreTunes#135 2024-11-04 23:39:56 +00:00
Fix time not implemented on wasm on profile page
eta357 pushed to 134-fix-time-not-implemented-on-wasm at LibreTunes/LibreTunes 2024-11-04 23:23:35 +00:00
6dcbba2588 Switch to chrono instead of time
eta357 commented on issue LibreTunes/LibreTunes#134 2024-11-04 22:53:10 +00:00
Fix time not implemented on wasm on profile page

!start