Marx
Marx
On some of streams I'm getting an error: `time="2022-02-07T10:21:28+01:00" level=error msg="failed to update feed: https://www.youtube.com/channel/UCcPuUNlUF4DWQ5e0hrE4cug" error="update failed: failed to query video descriptions: googleapi: Error 400: The request specifies an invalid...
Hi My builds depend on springfox libraries, they're not crucial in production env, so I don't care that I use snapshots of release 3 Currently I get: ``` [ERROR] Cannot...
Using command `mvn -DmodulesToRelease="test-service" -DpushTags=false -Darguments="-DignoreSnapshots=true" releaser:release -P test` I'm getting an Maven error: ``` [INFO] Will use version 2.0.1 for test-service as although no change was detected, the artifact...
I use mvn -DpushTags=false com.github.danielflower.mavenplugins:multi-module-maven-release-plugin:release Despite using option to skip pushing tags, tags are tried to be pushed anyway. As GIT user has no rights to push, build fails: ```...
I could be useful if one is exposing apps through LoadBalancer (not using Ingress)
There's no parameter to define LoadBalancer type IP via HelmChart. Ideally all basic parameters could be supported, see: https://github.com/k8s-at-home/charts/blob/master/templates/chart/values.yaml
**What's the feature that should be improved?** Installing OpenBB SDK is complicated. **Describe how you would like the feature improved** It would be very helpful to make installing process much...
**Describe the bug** Currently automatically generated links point into 443 port (via https prefix). If there's more ingress controllers, they use different ports. So some links are incorrect, because misses...
To make example working on Mac I had to add memory setting to elastic search: - "ES_JAVA_OPTS=-Xms512m -Xmx512m" Solution based on: https://github.com/elastic/elasticsearch-docker/issues/22
**Is your feature request related to a problem? Please describe.** According to documentation I've successfully enabled tracing to micrometer and see data in /actuator/prometheus endpoint and some metrics in /actuator/metrics...