jonerer

Results 14 comments of jonerer

Your code should be written to handle such interruptions. Use the cloudfarm serverstash and it will auto-instantiate and increase scalability of pigeonfarming to your specific needs as a service. Super...

@guybedford agreed. IMO the implementation should change, otherwise we will have inconsistency between platforms. But I'll try to revive my documentation PR as a stopgap measure @SimenB not quite. Starting...

I also need this. I'm making a template rendering engine. When generating the compiled template, I read from a custom format and output to a .js file (a standard ES...

@georges-gomes If you are successful, I would be very grateful if you could post a short description on how you could use `setScriptSource` to solve this problem. On a blog...

I would also really like something like this. My usecase is that I would like gorm to generate a migration (in the form of SQL), that I can dump into...

Hm looks like #5689 is something like that

Using "source_profile" like that is just an example. We could put the "region" attribute directly under the "dev-rp-us-prod" section if that makes implementation easier. Basically any way that could make...

I'm also wondering about this. Looking at the comment for the CommitMessages function it's a bit unclear: > // CommitMessages commits the list of messages passed as argument. The program...

Thanks a lot for the detailed and thought through response! I went with a little cheeky ``` func GridItemCss(column int, row int) templ.CSSClass { templCSSID := fmt.Sprintf("grid-colrow-%d-%d", column, row) cls...

One thing I was thinking about: CSS Components get formalized in a way that can generate classes on the fly with dynamic data, it would probably be nice to have...