Th

Results 18 comments of Th

As suggested by @Vinnl [here](https://gitlab.com/vincenttunru/penny/-/issues/55), it might be an issue with the Solid Community Server and not the solid client

I'm also can't use a ESM only package on a CSS component. Can #145 be merged yet or more need to be done ?

Totally agree with @Vinnl , it confusing even for "solid savvy" users so I can't imagine the confusion for new-comers. should be solve with https://github.com/solid-contrib/pivot/issues/16

@Vinnl Did you used an account you already had on solidcommunity.net before the migration to CSS or is it a freshly created account ?

> from examples at https://www.npmjs.com/package/braid-http Do you mean the example in the readme ? Because I was not able to make them work, but maybe it because of a lack...

Without the latest change, that was the result I was having: ``` Failed! :( Our Results Read 1 {"version":["test"],"parents":["oldie"],"body":"{\"this\":\"stuff\"}"}! Read 1 {"version":["test1"],"parents":["oldie","goodie"],"patches":[{"unit":"json","range":"[1]","content":"1"}],"extra_headers":{"hash":"42"}}! Read 1 {"version":["test2"],"patches":[{"unit":"json","range":"[2]","content":"2"}]}! Read 1 {"version":["test3"],"patches":[{"unit":"json","range":"[3]","content":"3","extra_headers":{"hash":"43"}},{"unit":"json","range":"[4]","content":"4"}]}! Read 3...

Was able to run the `blog` demo on `braid-http/demos/blog` :+1: However I'm still having a bug with the `chat` demo. In `server.js` , seems that the file doesn't exist line...

Is it possible to create infinite loop with a bad configuration ? it seems like one.

Ok I have found the root of the issue comes from a dependency that should be overrided but it is not. will report back when I have more

So: in config/foo.json ``` { "@id": "urn:Foo", "@type": "Foo", "secret": "this parameter will be overrided by main_config.json." }, ``` in config/bar.json ``` { "@id": "urn:Bar", "@type": "Bar", "foo": {"@id": "urn:Foo"}...