Panu Horsmalahti
Panu Horsmalahti
There used to be a space between the key and the value in the Environment section of a pod. Now the space is missing, which makes it more difficult to...
@agrublev or @CamaroSS, could you release the new version to bower?
The framework should support read replicas for databases. Although the read replica can be configured in database configuration, the current implementation causes errors due to race conditions. For example in...
It would be useful to get Windows (https://github.com/Microsoft/react-native-windows) support for this library.
ES6 modules (compiled with babel) don't work with rewire.
Instead of `--image` there could be `--images` which would support `--images foo,bar` to update multiple images at once. At the moment the ecs-deploy script needs to be run separately for...
### Description lima creates a default user as specified in https://github.com/lima-vm/lima/blob/master/pkg/cidata/cidata.TEMPLATE.d/user-data#L18, where the username is https://github.com/lima-vm/lima/blob/master/pkg/osutil/user.go#L102. In some cases the username and groups can't be created (example: username `docker`). While...
**Describe the bug** If a resource is created that uses [yaml binary encoding](https://yaml.org/type/binary.html), an error is displayed: `error: error validating "/private/var/folders/_j/ztr5t9y90jq_jpsz1s2ytvk40000gp/T/c2e945a68a4e9610d06d3dc88eb2e662/resource.yaml": error validating data: ValidationError(Pod.spec.containers[0].image): invalid type for io.k8s.api.core.v1.Container.image: got...
The copy grunt task started to fail when we installed one more library to be copied. This pushed the number of files high enough for grunt-contrib-copy starting to fail: ```...
Currently the app-route elements are read from the child nodes of app-router. However, my use case calls for creating a wrapper component for app-routes, but app-router doesn't find the app-route...