Steve Leigh
Steve Leigh
When I turn this on, every time a stamp is taken, there's a visible lurch in the hologram tracking. Would doing some of the more intensive parts (histogram, light direction)...
Resolves #7
I wanted to preview the effects this sort of library has to clients at run time - but I can't toggle the directional light at runtime (it's private). I did...
I'm interested in seeing how people manage the complexity of a large javascript application. Here's my ideal: - Separate script files, or at least good source maps, while developing -...
## Describe the problem iOS and Android have easy ways to "align the world" - object tracking, face tracking, image markers, QR codes. It's all easy. I can't do this...
I'm trying to set `publicNetworkAccess` for a flexible server, but the rest API has it marked as readonly. For context, I'm trying to do this in Pulumi, which uses these...
I have the following configuration to install `postgis` for me: ```cs options.Storage.ExtendedSchemaObjects.Add(new Extension("postgis")); ``` And the database is created with the extension just fine with this: ```cs await store.Storage.ApplyAllConfiguredChangesToDatabaseAsync(); ```...
I was making an Azure Dashboard with some links to useful signal combinations, and the URL I copied for it was this: ``` https://seq.synth.earth/#/events?signal=(signal-m33301~signal-m33302),signal-167 ``` Unfortunately, the parantheses messed up...
Currently enums are generate as ``` enum MyEnum { One = "One", Two = "Two" } ``` Which means I can't reference the types in my code - they're not...
**NOTICE:** This package is no longer maintained. It will stop working when the Manifest v2 changes are enforced. I will not be transferring ownership of the package to anyone for...