Results 11 comments of Marcell Mars

lines in main.py: ``` def http_import(self, r): if request_data[:7] != "/?urls=": .. req_seq = request_data.split('__,__') ```

i'm being sloppy here. should add the info about deprecating the plugin... the new tool in use is here: https://gitlab.com/marcellmars/accorder/ i might run the parallel server just for plugin and...

ok. here's the use case. i have a very large json per line gzipped file. with bgzf i do two passes. in first pass i use `gzip.NewReader` which is then...

I encountered the same issue. Here's a snippet of code that resolved it for me. This was my first time working with this codebase, and I didn't have enough time...

Press: Ctrl + , (while in Firefox)

did you try to set `required claimed name` to `name` and then `required claimed value` just the name of the guild (as in string)?

> Related to #32573 i think this is the flow when gitea allows discord's user to login into gitea. and the attempt is to reduce the logins to the users...

I plan to follow up on [Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access](https://github.com/go-gitea/gitea/pull/32573) and address the access to resources if the scope `public` is present in the...

> Apologies if this is out of scope, but it might be useful to give a description next to the used scopes as a plain language would likely lower any...

the new PR with cleaner commits would make sense.