Fabian Neugart
Fabian Neugart
We could leverage GitHub Actions to build the images directly here and push them to the registries.
Hey! Thanks for the repo. Unfortunately, we ran into an issue with a cocoapods dependency, which is not present in the `final` XCFramework. Is there any way to add this...
I've been running into issues building (during cmake even) this locally on docker (with x86 host mac/linux). Would you be able to provide the Dockerfile that you used :)? Thanks...
Add [poetry](https://python-poetry.org/) to facility easier dependency management. (Will open a PR at some point)
**Is your feature request related to a problem? Please describe.** Hey! 👋 Am I correct that adding stocks is currently not supported? At least issuing this ``` Assets:Investments:401K:Deferred 100.0000 VIFSX...
Just adding a missing brace.
Could be nicer with jdk > 8, but that's how it is :). I added a filter to make sure only string key/values from `Properties` are read into our logic.
**Describe the bug** There is a `ConcurrentModificationException` thrown while calling `build()` on `LongGaugeBuilder`. **Steps to reproduce** not yet **What did you expect to see?** No exception thrown **What did you...
This fixes #5749 by sorting the violations by line and column.
Looks like gradle-wrapper are exempt now: https://github.com/ossf/scorecard/blob/main/checks/raw/binary_artifact.go#L62, so adding one again seems to be reasonable. cc: @tnorbye