Ramon Smits

Results 154 issues of Ramon Smits

There is overlap on Azure and AWS cloud services compatibility: - https://docs.particular.net/architecture/aws/data-stores - https://docs.particular.net/architecture/azure/data-stores - https://docs.particular.net/persistence/selecting#making-the-decision-azure - https://docs.particular.net/persistence/selecting#making-the-decision-aws This can be restructure to avoid duplication and eventually misalignment. Related to:...

Cloud

I searched the code base for text listed on the front page like: "Easy file sharing from the command line" and "Preview your files in the browser!" but no hits......

I tried to override the port. According to the docker guidance I should set `LISTENER` but I still get: ``` transfersh | [transfer.sh]2025/02/17 20:20:27 Transfer.sh server started. transfersh | using...

The tags for the docker image are not following major/minor tagging: https://hub.docker.com/r/dutchcoders/transfer.sh/tags Latest release is [v1.6.1](https://github.com/dutchcoders/transfer.sh/releases/tag/v1.6.1) - Tag `1` should be set to tag 1.6.1 - Tag `1.6` should be...

### Issue link Support case 3664 ### Additional description Although we can set `GracefulShutdownTimeout` is isn't sufficient. During a stop sequence when allowing graceful shutdown we don't know how long...

v7.0

We're seeing the behavior that the RavenDB child process can remain running for many minutes if the system is under load: - https://github.com/Particular/ServiceControl/issues/4779 Best on the following analysis I think...

When we restart our application/service that uses RavenDB.Embedded 2 RavenDB processes are running. This feels unexpected and we assumed that the new instance not being able to start as I...

When sending a uuid with javascript its a string. I tried sending a `Uint8Array` but that failed to deserialize. Turns out in only supports text formatted uuid. This adds support...

I use prometheus to report my machine telemetry in my home network. I'm considering adding support for a custom telemetry target. The project currently is targeting net472 but ideally I...

Never heard of this project but https://claude.ai/ used it in a response. I have a data set of [EPSG:28992](https://epsg.io/28992) points. The reponse used ProjNet to convert these to WGS 84....