Alex To
Alex To
In our application, the whole context file that we are using to translate xAPI json to RDF triples is as simple as follows ``` { "@context": { "xapi": "https://w3id.org/xapi/ontology#", "@vocab":...
I'm having the same issue. I'm able to get the User object in the View but not in the middleware. The Authorization header is present (well, obviously because I can...
I switched to WebFlux recently. Previously GraphQL with Spring MVC was working fine. If I understand correctly, I have to do something like this ``` schema { query: Query subscription:...
I have the dependencies as follows ``` com.graphql-java graphql-java 2020-01-24T03-11-44-8a5fe91 com.graphql-java-kickstart graphql-kickstart-spring-boot-starter-tools 6.0.1 com.graphql-java-kickstart graphql-kickstart-spring-boot-starter-webflux 6.0.1 com.graphql-java-kickstart graphql-java-tools 5.7.1 ```
Interesting, VSCode keeps crashing while I'm working on a Markdown file. To be more specific, VSCode crashes every time I type a `slash` while editing a path in a Markdown...
Mac Pro M2 Ventura 13.4.1 VSCode 1.79.2 I just confirmed that, after doing this 1. Select `Extensions: Disable all installed extensions` from VSCode 2. Reload VSCode 3. Confirm that I...
weird, if I create a separate folder containing only that markdown file with the `images` folder, then it seems to work ok. I will observe more and report here