Dylan McGannon
                                            Dylan McGannon
                                        
                                    crayon-svelte is gone too, @alshdavid ?
I think printing to PDF would be sufficient for this issue. I'd like to write some css for the @media print target to make a pretty document.
Hey Ricardo, That's great! I like your idea of ice breaker prompts, you could put something together for that if you like? I'll add some thoughts to that card #162...
Glad to hear you're making progress! The json needs to be base64 encoded, sorry I should have mentioned that. ```bash -e GCP_SERVICE_ACCOUNT_JSON=$(base64 -w0 /path/to/credentials.json) ``` relevent parsing code: https://github.com/d0x2f/retrograde.rs/blob/d61da69b69531568e4d75ba977b03c7a2a1107b1/src/main.rs#L30 If...
Hey, So they way firebase is integrated with google cloud is a bit strange, you can either create a project from firebase and it'll make one in gcp as well,...
Hi Ricardo, sounds good! You probably noticed the backend supports any number of columns dynamically, the original idea was to allow users to create their own board templates by choosing...
Hey @RMCampos, sorry for not responding sooner. Yes that sounds fantastic! When making a new custom board you'll likely also want to let them pick an icon and colour. Instead...
Perhaps we can add "action item" text to a card as well.
With some experimentation I've discovered a few things. If you remove a user from the postgresql yaml definition, it doesn't remove the user from the database and logins still work....