Jean-Baptiste Lemée

Results 18 comments of Jean-Baptiste Lemée

Hello, With this document : https://gist.github.com/jblemee/41a5c8fa56fffc17896d3b58f42adf43 I got 52% of my cpu time in the function "removedependents" on the playgroung (and in my app) ![screenshot from 2019-02-05 11-18-35](https://user-images.githubusercontent.com/300704/52266892-daa99e00-2937-11e9-984a-55b1b19e0ff5.png) Here is...

1. Ok should it be more something like : ``` const queryEngine = new ComunicaEngine('https://ruben.verborgh.org/profile/'); const path = new PathFactory({ context, queryEngine }); const nextPathFactory = path.next() const ruben =...

Hello, I'm sorry I can't help you, I forgot everything about LDFlex :(

Don't you think that somewhere in query-ldflex code the parsedContext setting is missing ? For instance, with LDFlex, this code returns compacted properties : ``` const pathProxy = new PathProxy({...

Hi, What's the status of this feature ? I can't find the branch. Is someone working on it ? Can I continue what you did @wayward710 ?

I've added some tests, 91% coverage, hope it's enough

Please wait before merging I missed something important

Done, I let you review the new commit

@ckOfor The issue came back in version `5.0.0` but then was fixed in version `5.0.1`

@baochungit safer to do it only on the "parent" (ie the `scheme_interface.gd`), Only the "child" function will be called directly (so default value is still needed on `schema.gd`, keep `self`...