liam

Results 32 comments of liam

> Yup. I would just go with account or billing issues. They will do their best to handle the request regardless of the topic I assume.

Hi @deancn, it is because we currently only support stars from repositories you are the owner of. Since many people want this as an enhancement I'm sure we'll be able...

> We need this config on ordinals.com, so we can't remove it. > > Should we can make ord take a --config-dir option? > > If this flag is passed,...

TODO (to get this shipped): - [ ] Switch to dropbox rust brotli implementation (https://docs.rs/brotli/latest/brotli/) - [ ] Handle these tests: - [ ] subcommand::server::tests::responses_are_brotlied - [ ] subcommand::server::tests::text_preview -...

n.b. This might have to do with axum leaking open file descriptors, or not closing them quickly enough.

Yeah it's required for now, but you can keep it blank. I'll make it optional soon since not many people may have api keys.

> Thanks. And thanks for creating this plugin. Really stoked to check it out. I've set authorization to an empty string, but then I get this when I try `:ChatGPT...

> Incidentally, I can get [this repo](https://github.com/acheong08/ChatGPT) working using the access token I can see at https://chat.openai.com/api/auth/session. Is there a way of using this access token with chatgpt.nvim? Try updating...

You may have to run `:UpdateRemotePlugins`, let me know if that works, I'll add it to the readme

This seems to be an issue with refreshing sessions in the revChatGPT module, apparently they require extra configuration information now, will fix asap!