madiganz
madiganz
I am not sure if there is anything that can be done about this, but I am successfully showing live video by decoding h264 using Player.js. The video data comes...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I am using HotChocolate 12.2.0 with Entity Framework 5.0.10 and...
Not sure if this is the place for asking questions, but I see that for network robustness, when transferring a file, the hash is checked to make sure the destination...
Is it possible to modify the vertical scrollbar in a paper-listbox? I currently see no mixin for this, and I have tried ``` #dropdown::-webkit-scrollbar-track { @apply --scrollbar-style; } ``` ```...
n10s version: 4.4.0 I have shacl validations setup through the call: `CALL apoc.trigger.add("shacl-validate", "call n10s.validation.shacl.validateTransaction($createdNodes, $createdRelationships, $assignedLabels, {}, $assignedNodeProperties, {}, $deletedRelationships, $deletedNodes)", { phase: "before" });` The shacl file is...
I am trying to write tests around my handler functions and middleware functions, but the context is not being passed to the handlerfunc, and I am not sure why. My...
I'm in the process of migrating a service from EF 6 to 8 and I'm working on using the `NgpsqlDataSource` as it's the property way in EF 7 and above...