adminnz
adminnz
I'm having to parse 500+MB edifact INVOIC files, but I'm having issues with even little files that only 10MB. I see the sample files are all in the 1-5KB range...
**Describe the bug** When installing the Helm chart with examples/values-minikube.yaml with a modification make it install pulsar_manager. The puslar manager pod is started along with the service and I can...
This is the same fix that is in the 0.9 port branch, but appears to have been forgotten about for over a year.
What is the status of the 0.9 port branch. Because there are fixes for pretty significant issues in it. For example the Lock.Acquire NullReferenceException issue with timeouts (https://github.com/PlayFab/consuldotnet/issues/86). Which had...
Looking at the code it appears that the Request body for creating/updating an API does not match what the Microsoft API Management api is expecting. [Azure Create or Update Documentation](https://docs.microsoft.com/en-us/rest/api/apimanagement/current-ga/apis/create-or-update)...
We are seeing these log message from our pods: ``` { "level":"info", "ts":"2023-06-14T02:39:45Z", "logger":"Replicator", "msg":"synchronizing replication slots", "logging_pod":"pg-database-2", "err":"getting replication slot status from primary: failed to connect to `host=pg-database-rw user=streaming_replica...
My postgresql database has: ``` CREATE TABLE events ( ... error_details JSONB NULL ... ) ``` In my model i have: ``` modelBuilder.Entity().OwnsOne(x => x.ErrorDetails, builder => builder.ToJson("error_details")); ``` Which...
I'm looking to run multiple ElastAlert instances each as Azure Functions with different rules triggered by external independent timers. Is there a way to have ElastAlert run a specific action...
### Steps to Reproduce 1. Firefox (133.0.3) Windows 11 (No extensions) 2. Go to https://bsky.app 3. Search for "dogs" 4. Scroll down (to load more posts) ### Attachments The list...