FancyFurret
Explore posts from serversDTDrizzle Team
•Created by FancyFurret on 10/9/2024 in #help
Does drizzle-graphql let you filter, sort, and page?
hi! im trying to decide what to use on the server for my app, and drizzle seems great, and drizzle-graphql could be really nice. But does it let you filter, sort, and page results? Like how Hot Chocolate does for .NET
2 replies
❔ Do I need Marshal.AddRef/Release here?
Im using this repo as a guide on how to make a credential provider in C#:
https://github.com/phaetto/windows-credentials-provider/blob/dd3f5bbe86f1cf1f8f679ac109332975fbf3373c/WindowsCredentialProviderTest/TestWindowsCredentialProviderTile.cs#L56
Do you actually need the Marshal.AddRef/Release here? I dont have much experience with COM, but reading online it seems like usually you dont?
2 replies
❔ Can't use TorchSharp nuget package
I must be doing something dumb... but I can't seem to launch a program with torchsharp, i keep getting
I installed TorchSharp and TorchSharp-cpu v0.99.2 via nuget. My other nuget packages work fine so im really confused, anything I could look at to try and resolve this? There is even a
TorchSharp.dll
in my bin folder.
Im using .net 7 on macos3 replies