Alex Kreidler
Alex Kreidler
I strongly support this feature as a way to improve developer productivity. If you want developers to use the `cargo run` command, which usually only happens when actively making changes,...
Same issue. Any updates? Is this still maintained?
I have the same issue, probably caused by a similar bug in the argument typing calculation: ``` (property) setMark: (payload: any, meta: any) => any Expected 2 arguments, but got...
+1 for this feature. My use-case is that I'm writing a frontend library that couples data definitions (JSON-LD frames) with UI components. In most cases, all the data gets fetched...
Thanks for both your responses. For my situation I can do a check to make sure the `@id` is valid, and either just omit the bad records or think about...
I think Spotify has recently moved away from Flash, as it will be discontinued in 2020. I think they now use the Content Decryption Module built into most browsers. I...
@c-martinez I agree, `VALUES` should be in the `WHERE` clause. I personally would find this feature very useful. (I use the `VALUES` in my app to request a list of...
@jaw111 Hey John, my mistake. The SPARQL spec does have the following ABNF: ``` Query ::= Prologue ( SelectQuery | ConstructQuery | DescribeQuery | AskQuery ) ValuesClause ``` so your...
I understand the desire to reduce the surface area that the database is responsible for. However the paper linked above describes a canonicalization algorithm that turns two SPARQL queries that...
Hi all, This is a very interesting idea. Because most of the administration functionality (setting timeouts on queries, some sort of auth) would be managed in Oxigraph in Rust, I...