Sam Aaron
Sam Aaron
Yep, looks like the first ip address didn't work, whilst the second one did. Could you try sending to the second IP address from Sonic Pi? Does that work?
Ah, interesting - I had taken a quick look at that and assumed that the matcher `~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",` would match `priv/static/foo/bar/baz.png` as the `.*` might have just considered the `/` as...
Further to this, I just launched Sonic Pi from a Windows terminal running in Administrator mode and modifying a `.css` file did indeed trigger a rebuild of the assets. It...
@Tuxified no worries at all. I really don't know what I'm doing and it's all guess work on my behalf from trying to read the source. I do think that...
Hi, thanks for this. I’m currently very happy with the informal voicing of the documentation. However, I am interested in grammar, punctuation fixes and rewording where things are particularly unclear...
@matheusfillipe - great to hear you're up and running. @lilyinstarlight thanks so much for your amazing help here.
Super. Here's the original question and introduction of this effort for reference: https://in-thread.sonic-pi.net/t/porting-sonic-pi-to-openbsd/6942
Also, CCing @lilyinstarlight as she has been instrumental in improving the build process recently and is likely to be able to help here.
Hi, wonderful that you're looking to package Sonic Pi for Arch Linux. That's amazing, thank-you! The cmake stuff is definitely very much work-in-progress. It's currently only really stable for building...
Sounds good, although in general, I don't think there's a huge fuss in running a "get things ready to build" shell script before then running cmake. Still, always interested in...