-
Pretty simple repro, using NServiceBus 5.2.9 and NServiceBus.NHibernate 6.2.3 on .NET 4.6:
```c#
using System;
using System.Diagnostics;
using System.Threading;
using NServiceBus;
using NServi…
-
**Is your feature request related to a problem? Please describe.**
I have some parquet files that I query using DBeaver. The database just contains views a la `create or replace view mytable as selec…
-
### Apache Iceberg version
0.6.0
### Please describe the bug 🐞
When attempting to read the metadata.json file, which contains a list of snapshots where some snapshot summaries lack the `operation` …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Please describe the new behavior that that will improve Egeria
Some of our coco pharma notebooks cannot …
-
Currently we have a set of processes implemented as a separate utilities which are run from cron with some extra scripting required to ensure no two parallel update or link checking processes are run,…
-
Does ```apollo-redux-form``` work with Apollo 2.X ? or only works with 1.X ? Mainly because Apollo 2.X does not use redux, So if this works, please can someone point me to an example ?
-
When configuring a many-to-many relationship, if we define the key of the skipped entity **separately**, the related collection entities stop appearing in the loaded collection, despite being loaded i…
-
-
While discussing TTL (Time To Live / Time To Be Received) for the SQL transport I was thinking about MSMQ its TTRQ attribute. It does not make sense to have this in the SQL transport but it does make …
-
**Intended outcome:**
Attempting to useLazyQuery & subscribeToMore with a changing variable to the query.
*NOTE* - if I change this to useQuery it works as expected. I was trying to avoid the execut…