Vincent Emonet

Results 151 comments of Vincent Emonet

Thanks for the help @CGNonofr, it's a bit tricky to debug this kind of setup because there are so many moving parts (and also JS), it is hard to figure...

What's confusing for me is that the error disappears when I comment this bit: ```ts const getWorkbenchServiceOverride = (await import('@codingame/monaco-vscode-workbench-service-override')).default; mergeServices(services, { ...getWorkbenchServiceOverride() }); ``` So, you mean that: -...

Code with console.logs (to make sure no quid pro quo): ```js export const augmentViewsServices = async (services, viewsConfig) => { console.log('augmentViewsServices', viewsConfig); if (viewsConfig?.viewServiceType === 'ViewsService') { const getViewsServiceOverride =...

Yes it's always just "some configuration" with vite/webpack... Which is even more frustrating because you end up configuring more than coding. And the whole system just look really brittle (especially...

Same here, affecting every request as soon as `stateless_http=True` is set, but does not seems to impact the server working In the meantime the fix is merged you can disable...

> Would explicitly setting the base IRI (using publicID) work for you? I think this would be a more sensible solution, and seems more aligned with RDF standards. But what...

> when parsing rocrate objects, i usually rely on that behaviour to get the path to the files Yes, this behavior has been there for so long it is almost...

> I also note that [JSON-LD 1.1](https://www.w3.org/TR/json-ld11/) suggests using the base IRI of the document to resolve against any relative IRIs. > > > A relative IRI reference is an...

We are seeing the same issue, it is quite problematic because it requires either to: - Duplicate the license file (which is horrible design) - Create a symlinks (which can't...

Cool, now `cargo deny` fails due to the symbolic link (as expected.) ``` error[unlicensed]: nanopub-sign = 0.1.4 is unlicensed ┌─ path+file:///Users/vemonet/dev/nanopub/nanopub-rs/python#[email protected]:2:9 │ 2 │ name = "nanopub-sign" │ ━━━━━━━━━━━━ a...