Arnaud Botella
Arnaud Botella
The code is open so you can look here: https://github.com/Geode-solutions/OpenGeode However, the bitsery setup is not located on a single file. I will try to do a brief summary: -...
Thanks for the answer. It looks like it is my issue. I understand the goal of having an ordered registration but it complexifies the design on my side. Indeed, since...
I will probably try to implement something like that but in few months. Thanks for the help!
I tried this code but I am not sure about the `Authorization` section. ``` fetch(browser_download_url, { mode: "no-cors", headers: { "Authorization": "Bearer xxxxxxxxx" } }) ``` Here is the response...
`browser_download_url` returns `https://github.com/Geode-solutions/OpenGeode/releases/download/v1.5.16/OpenGeode-1.5.16-Linux.tar.gz`, so ok on this side. I am building an electron app with a plugin system. Theses plugins use custom native node modules. These modules are already compiled...
It works with a public repository. I must have my headers wrong. I have a personal token, how should I use it in the `fetch`?
Ok, so I tried this code ``` fetch(browser_download_url, { headers: { authorization: "token xxxxxxxx" } }) ``` Here the response ``` Response { size: 0, timeout: 0, [Symbol(Body internals)]: {...
@gr2m Any idea of why it does not work? Are you able to reproduce this issue?
@gr2m any update or news from GitHub’s support/security team?
Any feedback from your meeting?