ArthurHeitmann

Results 20 comments of ArthurHeitmann

I have no idea how any of this works, but this is a quick fix I came up with 1. `pip install git+https://github.com/crowsonkb/k-diffusion.git` 2. inside optimizedSD/ddpm.py I replaced ```python from...

Could it be a MariaDB configuration issue? I found these threads for MySQL (on which MariaDB is based on) https://dba.stackexchange.com/questions/19135/mysql-error-reading-communication-packets https://dba.stackexchange.com/questions/40899/mysql-error-reading-communication-packets

@xxk-i ![image](https://user-images.githubusercontent.com/37270165/197202640-8b43f163-69d2-4ff1-ba36-c5a6b01d0611.png)

I'm not an expert on citation, but here are things you can maybe add, depending on what fits the context: - link to repository - link to the site/torrent/files you've...

Thanks for the link! I'll keep this issue open, as guidance for others

Out of curiosity, for which use case do you need an empty mesh? And does the game accept the empty mesh wmb?

I see. I didn't know the game accepted empty meshes. Instead we've usually just kept a single tiny triangle. I don't have any issues with this PR. I'll wait a...

I couldn't find a pretty solution for cases where the IndexedStack and DropTarget are in separate widgets. So I decided to wrap all IndexedStack children in an inherited widget that...

In the early days of reddit, you could see exactly how many up and down votes something had. That's where there ups, downs and score (sum of both) fields come...

Most objects have a ´retrieved_on´ and some a `retrieved_2nd_on` field, indicating when the data was retrieved. `created_utc` says when a thing was posted by the author. If something was only...