Jelle

Results 26 comments of Jelle

I have read the CLA Document and I hereby sign the CLA

I also approve of this issue. Seems like the project is still being updated very frequently.

In the meantime, I created a new [recompiled version of the latest websocket-sharp code](https://github.com/Jxlle/websocket-sharp-core), now compatible with newer .net (core) versions. This is for my personal use but might be...

+1 I have a similar problem. I use GitKraken which uses WSL to execute its git commands, but I selected the Windows installed Git executable. The following script inside all...

I have created a PR that fixes the issue on my end: https://github.com/typicode/husky/pull/1402

> I think a better aproach is to replace `"\${0%/*}/h"` with `"\$(dirname "\$0")/h"` > > Can you change this? Hi @ccerrillo, do you mean like this?: `#!/usr/bin/env sh\nSUB=\$(dirname "\$0")\n. "\${SUB%\\\\*}/h"`...

> Hi @Jxlle I have found a way to completely solve the issue. The problem arises because GitKraken calls the script with the Windows path format, so using cygpath when...

Is there any roadmap or progress on this issue? For our use-case, to be able to just get the id and type would also be interesting.

Hi @kzangeli Thanks for the suggestion! I tried it with the following uri: `.../ngsi-ld/v1/entities/?type=Transport&onlyIds=true`. However, it returned the following: ``` { "type": "https://uri.etsi.org/ngsi-ld/errors/BadRequestData", "title": "Unknown URI parameter", "detail": "onlyIds" }...

Hi @kzangeli, I switched to experimental. I'll let you know if the problem still exists tomorrow! One thing I noticed however is that my Kong instance that handles all incoming...