Jordan Hellier
Jordan Hellier
@pcmike That's great. Could you suggest from your perspective how you'd like this to work? - what would be the flow for a user to get guest access - what...
@kkovaletp implementation details should be left down to the contributer doing the implementation unless they ask for assistance, we only really want to cover the flow and intended use cases...
Just an update for anyone interested on this. First of all I'll need some user's to test migrations if anyone see's this and is interested ping me a message on...
I believe this is the way that we serve files through go where it doesn't add the correct type onto the file when serving it thus the browser blocks it....
Hey @kkovaletp Yeah i can try to take a look at it tomorrow unfortunately I have a bit of a busy week ahead though. I guess for the meantime we...
I really like this @fierceX great work! What's your thoughts on the below? Replacing both darktable and imagemagik with a generic RawProcessor. This will then take arguments in a gotemplate...
@fierceX yep default to darktable, some documentation on the other 2 programs you've implemented in this and the other PR for reference would be great once this is merged; here...
@fierceX Great job thank you! Just a few bit's of house keeping now to finalise if you don't mind (Appreciate there's been a little bit of back and fourth, sorry...
Thanks for your PR. Sounds like a useful feature. I will checkout your changes during the week to review them.
Hey Viktor Here's a link thar summarises it well, https://www.oreilly.com/library/view/software-architecture-patterns/9781491971437/ch01.html There also clean architecture that's similar but implements some other differing principals, this article seems to cover the basics, https://dev.to/eminetto/clean-architecture-using-golang-5791...