jhimes144

Results 11 issues of jhimes144

The high resolution timing logic contained in this library is a hidden gem. Would anyone consider separating it out into a new open source project?

info

Its not very clear what goes into the following fields: - Average traffic to your site - Maximum traffic that your website can handle - Traffic that broke your website...

### Describe the bug 🐞 ``` [Reactive] public double MaxValue { get; set; } [Reactive] public double MinValue { get; set; } ``` If I were to have the above...

bug

**Is your feature request related to a problem? Please describe.** Although its completely undocumented, Stride is very close to having a robust real-time solution to loading external asset databases in...

enhancement

### Describe the bug When using the app and then navigating away from the app (to home screen, app switcher, or locking device) causes the app to display a black...

bug
os-android

Coming back to this project after a few years, I was able to get everything running on my Mac M1 with no extra dependencies or changes. This seems to be...

#### Bug description MessagePackSerializer.Typeless.Deserialize requires Memory instead of ReadOnlyMemory. I'm assuming that MessagePackSerializer.Typeless.Deserialize does not modify the buffer therefore the signature should call for a ReadOnlyMemory instance, not Memory. ####...

This tutorial goes directly into language syntax and entirely skips things like how Rust passes and stores data. Maybe these things are mentioned later on but I lost interest immediately....

One of the primary benefits of snowflakes is the ability to query the database for ids that were created after a certain timeframe, without relying on a separate DateTime column....

## Problem Statement Using delegate factories in Autofac when AOT mode is on causes exceptions because it emits JIT compiled methods. I was not sure whether to open this as...

enhancement
help wanted