Jørgen Tjernø
Jørgen Tjernø
I also reran the playback on this new (2GiB) replay, and there are a lot of warnings & errors. The playback itself renders correctly, but the window size is completely...
These test are all being executed on a 64-bit Mint 16 Linux machine with the proprietary NVIDIA drivers.
No worries! I'm already using this code in-line in our project -- I was already reaching into symstore for `PDBFile` directly, so this just lives in parallel with that. Let...
Hm, no, I'm not sure why it'd be different. 🤔 The [SSQP key conventions](https://github.com/dotnet/symstore/blob/9c9ef5d6c845826e433f70a29f4d80bf7108e451/docs/specs/SSQP_Key_Conventions.md#portable-pdb-signature) don't mention any suffix.
We're using this to structure our own symbol store for use with e.g. Sentry or Backtrace, and I'd love to see this! I also foudn these docs: https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md
@ColdenCullen Interesting idea, I didn't realize it would be so straight forward to support in sqlx. I'll take a peek at this (maybe today or tomorrow if I can). Out...
Ah, it's a bit of a problem, it looks like -- the query macros don't support the Any connection type. (https://github.com/launchbadge/sqlx/issues/964) That means that there are a handful of other...
Hm, interesting. Does it not persist Docker volumes when it replaces the container? That seems a little scary! I figured the whole point of using Docker-managed volumes (and not the...
Ok! Looking into this a little more, I think a potential path forward is to switch to [SeaORM](https://www.sea-ql.org/SeaORM/). It specifically abstracts it away in a manner where it supports dynamically...
> Should we be able to use the name of the Result status (compatible with Epic's UGS) or do we have to use the numeric value of the enum instead?...