Dean Lovett

Results 6 issues of Dean Lovett

If you bind a queue to an exchange multiple times, then publish a message to the exchange, the expectation is to only receive one message. This can be seen in...

We currently have DevSpace setup in such a way that allows us to have one single project with a devspace.yaml file with mostly a list of `dependencies`. This project represents...

kind/feature
kind/design
area/config

According to this issue #75, XML exported from overpass should work perfectly fine. I'm running OSMSharp 6.2.0 from Nuget. I have a seemingly simple issue, but OSMSharp seems to be...

enhancement

Frigate doesn't seem to work if a chart requirement is not specified directly, and instead uses a range: We have this in our Chart.yaml: ``` - name: common version: ^1...

bug

The regex here (https://github.com/semantic-release-plus/semantic-release-plus/blob/b970ec533a9fb3e7b626d883a04d5ef1ed10a153/packages/plugins/docker/src/lib/image-name.ts#L70) seems to fail when given a valid docker image: When building our images, we have a nested namespace structure. ``` registry.mysite.com/group/backend/app:a0983e06c6a70ccf3a7432b244ca5649fc49f280 ``` This seems to fail...

I'm using NPM and when using proxy hosts, we can define an access log, which I believe is enabled by default. However, when creating a `stream` proxy - the access...