Josh Santos

Results 36 comments of Josh Santos

I am actually running into a similar issue, I get this when making any changes to code: ``` ╭─[email protected] ~/go/src/bitbucket.org/dittolive/api ‹master*› ╰─➤ docker-compose logs Attaching to api_ditto-api_1 ditto-api_1 | [gin]...

I am trying to figure this out too, it seems that gin doesn't pass through the logs

Actually it looks like it works if you use the log.Printf function

Does this mean Java Web Start is not open source? My motivation for using adopt open jdk is so that I don't need to use the proprietary variants. Thanks Sent...

Is this still in the works? I can take ownership of this if need be

@decentral1se Before I implement this, I saw a pattern where people make a scenario per base OS, is this an acceptable workaround or should we still add the host option,...

I figured this out by looking in the source code, ``` sprockets :minify => (Padrino.env == :production), :paths => ['assets/lib', 'assets/fonts', 'assets/videos'] ``` That works, just call the url as...

@gcarvajal1222 - this goes in `devcontainer.json`

@ddahan - this creates it, but it does in fact have an issue though - if the .env already exists it'll overwrite it. To alleviate that, I've added the no...