Matthew Bucci
Matthew Bucci
@teknoman117 I think it's too difficult to account for licenses on a resource by resource basis, @zcanann had also suggested maybe some flat or striped colored texture replacements, we would...
@zcanann hmm I think @bronikowski might have a point here, maybe the resources file could include some metadata that allows us to generate this filler data on the fly as...
Full log is here: ``` [32mDeploying service 'genecom' to 'acceptance' from '163453481336.dkr.ecr.us-west-2.amazonaws.com/mu-genecom:d07fd11'·[0m panic: interface conversion: interface {} is int, not string goroutine 1 [running]: github.com/stelligent/mu/workflows.resolveServiceEnvironment(0xc420350028, 0x7ffce49dd72a, 0xa) /home/circleci/.go_workspace/src/github.com/stelligent/mu/workflows/service_deploy.go:432 +0x4cc github.com/stelligent/mu/workflows.(*serviceWorkflow).serviceEcsDeployer.func1(0x0,...
This is fairly straightforward now in 2024 thanks to merged support for hooks: https://github.com/GoogleContainerTools/skaffold/issues/1441 I needed a persistent volume claim to run my s3 mock service minio locally I created...
I'm facing this issue as well. My scenario is that I have a main skaffold.yml which requires skaffold.yamls from many services, the structure is a monorepo like ``` yaml apiVersion:...
Something like the following does work: ``` bash skaffold dev -m "postgres" & skaffold dev -m "website-management-panel" & skaffold dev -m "search-app" ``` you have to make sure to define...
should this be unique per machine ie 'hue-cli#hostname' as in the docs or per install? I wrote a little bit of code that just does try json eval {appName =...
Switched to OGG so no more mp3 requirements needed
Not sure if this is still happening, but much newer versions are now available: https://github.com/microsoft/vcpkg/blob/master/ports/glfw3/portfile.cmake
@ziutek Just came across this issue today, is this still the recommended solution 2 years later?