Alex To

Results 17 comments of Alex To

For me, same error "Ran out of input" in VSCode when run as a python file. Works fine in a Jupyter Notebook.

Sorry, after running "dist" in sbt shell, it compiles the "ui" folder where I put my react code into the "public" folder. However I don't think I recreate another "ui"...

@spencergibb can you give some code example? I can't get feign to work even with @vicliu624 code

Ah ok, @vicliu624 code does work but I have to declare both Encoder and Decoder like this ``` private ObjectFactory messageConverters = HttpMessageConverters::new; @Bean Encoder feignFormEncoder() { return new SpringFormEncoder(new...

PrimeNG has a terminal emulator for Angular 2/4 https://www.primefaces.org/primeng/#/terminal

hi @garemoko Could you tell me what is the "cron trail"? All of my records are sent to mdl_logstore_xapi_failed_log and I not sure where to look at to debug it....

Actually I don't have a LRS, I have a 1 liner Spring RestController with Basic Authentication to retrieve the records sent from Moodle xAPI I described my issue in #608...

I don't think the ontology is usable either. xapi:Actor, xapi:Verb, xapi:Object etc.. are defined as classes in the ontology and being used as properties. The rdfs:subClassOf is being used inappropriately...

For e.g. if we put the following XAPI statement in json-ld playground ``` { "@context": "https://w3id.org/xapi/statement-context", "id": "51e43acb-a8da-435c-b4e9-e0a16a2505g9", "objectType": "Statement", "actor": { "name": "Sally Glider", "mbox": "mailto:[email protected]" }, "verb": {...

I'm using JSON-LD playground is to validate the JSON-LD context provided in this repo. It definitely tells me whether I can use this context to translate xAPI statements into RDF...