Chris Lowis
Chris Lowis
Hi @phillbaker, thanks for taking a look! I'm using Vanity 1.9.0, and did hit the confirm button. I can confirm that the numbers for the alternatives do not increase, but...
In case it's useful to someone else encountering this error, I was able to install `postgres 9.6.6` on OS X 12.1 by setting a `-Wno-error=implicit-function-declaration` CFLAG, e.g. ``` CFLAGS="-Wno-error=implicit-function-declaration" POSTGRES_EXTRA_CONFIGURE_OPTIONS="--with-uuid=e2fs...
Was a fix for this bug ever merged? I've run into it today and it would be great if it could be fixed.
Oh, I *love* this. To start we could probably generate those figures by hand and update the report once a month? Just have a static site for now? On the...
A static *page* I mean. On Fri, 5 Jan 2024, 13:01 Chris Lowis, ***@***.***> wrote: > Oh, I *love* this. To start we could probably generate those figures by >...
I wrote something for January '24 in https://github.com/freerange/jam-coop/commit/d01bf2998c7ef9492bc58f9b495c8be1e4ef92d7. This might be a good basis if we want to automate something or create some templates etc.
Sounds good to me - we've been asked a couple of times if we support that. Here's a screengrab of the licenses that bandcamp supports (at the track level, interestingly):
Certainly purchasing individual tracks would be great at some point (it's very useful for DJs in certain electronic genres). I think rights at the album level make sense to me!...
@rosschapman - this looks good so far, I like your modelling approach. - I think `License` is an appropriate name for the model. - I think `text` for the human-readable...
Great! We use an enum elsewhere (for the publication state of an album) if an example would be helpful. I think you're right about storing the text in a helper...