Thorsten Hans
Thorsten Hans
When linting an existing App. Electron's current version is grabbed from `https://atom.io/download/atom-shell/index.json`. From the JSON array, the first element is returned which must not be the recent version. Currently it's...
As mentioned in #88 the `fetchLatestVersion` should compare all releases based on their `version` properties.
I've added krustlet to AKS leveraging the Azure CLI preview features. The node and underlying VMSS came up successfully. However a `RouteConflict` being displayed in the events of the krustlet...
Currently angular projects will be created based on a custom webpack build. It would be nice to see integration with `@angular/cli` based projects
Unfortunately, the dependencies of the project are quite outdated
The build task has a dependency to "concat" which isn't defined within the Gruntfile
Wouldn't it make sense to provide the schema as an extra environment variable?
I think it would be very helpful to extend the contribution guide by adding some information about how to efficiently debug porter locally. https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#developer-tasks IMO, would be a good place
IMO, the runtime should pass the `RUST_LOG` environment variable to components. This would allow the component developer to take certain actions (write logs), if `RUST_LOG` is set to `spin=debug`.
I tried to authenticate against Digital Ocean Container Registry using the `spin registry login` command and ran into the following error: ```bash doUser="my-do-username" doPAT="my-do-pat" spin registry login registry.digitalocean.com -u $doUser...