Nate

Results 7 comments of Nate

Hi, I put together a solution to return the request id to the gremlinq query, so that the developer can use it. I hope you use it. My company is...

I understand the desire to keep the code 100% functional to reduce maintenance and bugs. The only way I know of to accomplish that goal and return the request-id is...

@danielcweber, since building a query seemlessly changes from query building to query execution when ToArrayAsync, FirstAsync, FirstOrDefaultAsync, SingleAsync, etc is called, do you imagine having a WithMeta that then returns...

Sounds good. I will take a look at it.

In my case, the generic type argument would have no bearing on the designer rendering. I use it for other concerns. Why not construct the UserControl with default(T)? Another option...

In my case, I am inheriting from a base User controller that exposes helpful methods and a "Model" property. The inheriting user controllers specify the type argument when inheriting which...

@aropb I created a plain interop layer just to test the thread safety of creating contexts. It seems there are some odd dependencies between llama_context and llama_model that arise when...