Kris

Results 15 comments of Kris

Hey @mikependon and @AngelMunoz, thanks for looking at this. I have a feeling that @AngelMunoz might be on to something because the problem seems to occur before the PropertyHandler methods...

Sure, here is the serialized exception... ``` System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=RepoDb StackTrace: at RepoDb.Reflection.FunctionFactory.c__DisplayClass6_0`1.b__0(Expression instance, ParameterExpression property, DbField dbField, ClassProperty classProperty,...

Thanks @tpluscode , I was kinda thinking along the same lines. I appreciate you adding `@types/clownface` to the `@tpluscode/rdfine` and I would be happy to add our findings to the...

I think I have a question related to this. Currently, how should one access the member field of a resource that is known or expected to be a collection? Currently,...

Ah ok, so here is a broader question then. I'm trying to figure out how to build what one might call an ontology driven app. What I'm thinking is that...

Very interesting! Still being fairly new to this, I got a couple of follow up questions. In your first example, where/when does the "resource" variable replacement occur for the template?...

To get an idea of whether this was a general JSON-LD limitation or might be more specific to the DotNetRDF JSON-LD Processor I tried the framing on the [JSON-LD Playground...

Would it be possible to accomplish something like what typescript has? https://www.typescriptlang.org/docs/handbook/2/objects.html#intersection-types I'm imagining that in F# it would look something like this: ```fsharp // define your types type Person...

Hmm, those are some good questions. Not really sure about composition and containment. I can at least say that I don't think an intersection type feature should concern itself with...

Gotta say, I'm really liking the idea of this proposal quite a bit. Here's what I imagine it might look like in use for a couple of diff builders (I...