Lonami

Results 70 issues of Lonami

Method calls can fail due to network issues, or be caused by bad requests (such as invalid input parameters). * Should we use a result inside a result to signify...

We may want to change a little thing without having a full release (typo somewhere or fixing CI with no code changes) or just conveniently test the workflow without having...

As seen in https://t.me/TelethonChat/207545: > lonami would enabling debug logging help with the Auth key issue ? > not sure we'd get enough info from that > i don't even...

cleanup

Some of them are wrong, and a lot of them are missing. It would be really good to type hint all parameters and return values on the public API of...

enhancement
help wanted

Hi! The vast majority of documentation for `winapi` seems to be available on GitHub under https://github.com/MicrosoftDocs/sdk-api. Would it be possible to run some form of process to clone the repository,...

https://github.com/LonamiWebs/Stringlate/issues/201#issuecomment-435602849

Somehow random branches may get loaded with no option to change. We should look into this issue or maybe ask the branch to use before anything else (when adding the...

bug

These are all heuristics that could be applied to the original translation files and then used as parameters when exporting the resulting file. ### New lines on long strings See...

enhancement
feature

The [Databases Introduction](https://www.encode.io/databases/) executes a raw SQL query like so: ```python query = """CREATE TABLE HighScores (id INTEGER PRIMARY KEY, name VARCHAR(100), score INTEGER)""" await database.execute(query=query) ``` The next page,...

I know there's a TODO already, but this is bad: https://github.com/gram-js/gramjs/blob/a5b9864c5d027a806ffa3af1c25bc45641ae4434/gramjs/network/MTProtoSender.js#L570-L577 This is prone to causing 4865 `bad_msg_notification` before Telegram errors with 429 Too Many Requests at the transport level.