G Ragib

Results 11 comments of G Ragib

Mars 2 Pro uses the same board, and I bought an extra board from Chitu. If you can provide compiled firmware for the board, I can squeak some time out...

It would be mighty convenient if `https://api.github.com/` was replaced with a configurable variable. In my hypothetical situation, GHE equivalent is `https://git.example.co/api/v3/`.

~1. How do I ensure basic authentication is used for all API calls?~ ~2. Where do I add the token?~ ~3. What permissions are required when generating the token?~ Figured...

I have a hit a roadblock with the GraphQL API: [`path` was added in GHE 3.0](https://docs.github.com/en/[email protected]/graphql/reference/objects#treeentry). I am on an older release. https://github.com/conwnet/github1s/blob/182a6196cd585c975a3735bb6bb097de3b79c723/extensions/github1s/src/client.ts#L25-L30

Removing `path` seems to get things in working order. What are the downsides?

At our place of work, we are supposed to use a Confluence wiki instead of GitHub Pages. Anybody who needs this will need to self-host it on `localhost`. I will...

https://github.com/conwnet/github1s/issues/123#issuecomment-779288452 The UI for generating and adding a token is in the above comment. You will need to modify the GutHub URL to point to your instance of GHE.

The quick and easy solution is to include this repo as a git submodule. You won't have to port changes manually. The other repo is licensed under Apache 2. IANAL,...

Yes. Here's what I have in mind: 1. Ask for the password on every start if an Oauth token is stored in IndexedDB, or if user is saving a new...

> I've just learned that if you leave the username empty and specify your PAT as password, it will be sent as bearer token. This way i got the authentication...