uler3161
uler3161
Been working on a project to forward RTSP streams over WebRTC. Pretty new to all this, so bear with me. The logging output and research I've done makes it seem...
Please make sure items below are checked before creating a new issue: - [] You run Visual Studio 2012, 2013, 2015 or 2017 with a valid license - [] You...
I'm fairly new to HDC and trying to wrap my head around how it works. There's a really good example out there that shows binding with multiplication (SHAPE is CIRCLE,...
**Is your feature request related to a problem? Please describe** Doesn't render very well at all when using bootstrap dark theme (`data-bs-theme="dark"`) **Describe the solution you'd like** Ideally, out of...
I have a thread on the forum at https://discuss.hangfire.io/t/job-shutdown-vs-delete/10952/3, but not getting any responses, so I decided to post here. I'm using version 1.8.14 of Hangfire. Per the documentation on...
I noticed if I ran this: `yf.Tickers('USO').tickers.USO.major_holders` I get something that almost looks like some of the fields on the balance sheet rather than the expected major_holders data 
I'm randomly seeing deadlocks in the database. Has anyone else seen this: ``` Services.SignalR.VideoHubService:0: "Error in SQL notification loop Microsoft.Data.SqlClient.SqlException (0x80131904): Transaction (Process ID 100) was deadlocked on lock resources...
### Question I'm trying to figure out how to access navigation properties when data is loaded. I've tried `IMaterializationInterceptor.InitializedInstance` and `ChangeTracker.Tracked`. Neither executes **after** applying the navigation properties. Similar questions...