Lauris BH
Lauris BH
* Update dependencies * Reformat using latest Go version * Fix unit tests * Fix latest lint errors * Remove `any` function as this is now reserved type alias for...
I have done some work see diff: https://github.com/russellhaering/goxmldsig/compare/main...lafriks:go-xmldsig:main * Refactor to minimize dependencies * Fix XML C14N sorting (by namespace value instead of prefix) * Add support for ECDSA key...
Would be useful to allow check what adapter is used currently so that database type specific code could be executed only on right adapters. ```go func Name() string ``` or...
In some cases you need to specifically save to database only some fields from struct and do not update any others. So it would be nice to specify something like:...
TODO: * [x] Way to detect what constraints are applied For discussion: * ~~How to detect that type have changed?~~ * ~~How to detect what constraints need to be changed?~~...
Currently there is no way to disable adding `root_pem` line into `launcher.flags` when osquery packages are generated. We use custom so-nginx SSL certificate that is trusted but as generating packages...
- [x] Refactor command output and change to more unique command prefix - [ ] Render executed command as summary for each command output - [ ] When opening executed...
### Component server ### Describe the bug Slow authorization if user has many orgs/repos. Should probably do org/repo synchronization asynchronous ### System Info ```shell next ``` ### Additional context _No...
When running in CI this is useful not to fail in case test report generation somehow failed or was not run and because of that report json file is missing....
It is because isSameValue function is not validating arrays correctly ``` function isSameValue() { return (config.maxItems == 1 && selectize.items.length > 0 ? selectize.items[0] : selectize.items) == scope.ngModel; } ```...