Brian Michalski
Brian Michalski
Hearing no objections in the last 3 years (lol), I think this is safe to do. I haven't figured out exactly _how_ to do this, and my ruby is quite...
I think @zr2d2 hit the nail on the head. Concerto isn't dead, but the core group of initial developers have gotten busy with life, work, & families. There's still a...
I think we should use this issue to track rails 4.2 -> rails 5. @zr2d2 has kicked off a `rails5` branch which is a great start!
I made some progress on the rails5 branch. The app boots, users can login and do basic tasks like upload graphics and text. Open problems: * The frontend crashes *...
✅ unit tests pass now. functional and integration not so much
All the tests now pass, woohoo! The frontend is still totally hosed. I'm not quite sure how it was working, so recovering is going to be a mess. I am...
I'm closing this issue for now. Not because I don't want an API for Concerto, but because this bug is 8 years old and unlikely to see traction in it's...
dl.concerto-signage.org is relatively happy now. I run it on a server that hosts a few other production sites, so I'm likely to notice when it's down.
FWIW I ended up just adding `"${config:idf.espMatterPath}/**",` as a line, resulting in the following config -- ``` { "configurations": [ { "name": "ESP-IDF", "compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc", "includePath": [ "${config:idf.espIdfPath}/components/**", "${config:idf.espIdfPathWin}/components/**", "${config:idf.espAdfPath}/components/**",...