Juho Saarinen

Results 52 issues of Juho Saarinen

Fixes at least #65 and probably #66.

Example: http://plnkr.co/edit/RkBsias5XqZKOjrH0QGd When page is loaded, data is obtained and displayed correctly. When moving to "Other Data" and back to "React grid", grid just shows "Loading...". If Refresh is clicked,...

Example (non-functional) at: http://plnkr.co/edit/5171yuyhlQ7eHEjOSitu If I click "Refresh list", list just stucks at "Loading..." phase, even getData() gets executed. Workaround is to copy "data" ($scope.grid.data =data; -> $scope.grid.data = angular.copy(data);),...

Handling argument types call (in RF 3.1+) Fixes #5

Documentation for environment variables

Currently there's possiblity to make "one-liner scan" of system using curl (https://vuls.io/docs/en/usage-server.html). Issue is, that received JSON can't be displayed nicely with application, because application always want's to get the...

enhancement

Currently (intentionally) dev dependencies are put as static versions while peer dependencies have caret or static (depending on settings). This mainly relates to `aws-cdk-lib` and `constructs` dependencies. When testing with...

User still needs self to put [exported-variable](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec.env.exported-variables) to BuildSpec (through [assetPublishingCodeBuildDefaults](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipelineProps.html#assetpublishingcodebuilddefaults) partial buildspec) and export variable in the commads. This allows to utilize those exported variables by including variable namespace...

p2
feature-request

It would be nice for testing if importer would be available in Maven central and it could be handled same way as other (test) dependencies.

enhancement

All other update goals have possibility to prevent plugin to downgrade SNAPSHOTs to previous release version (e.g. http://www.mojohaus.org/versions-maven-plugin/update-properties-mojo.html#allowDowngrade). With parent that kind of possibility doesn't exists, and currently it causes...