masonk

Results 16 comments of masonk

> if I training an agent to play blackjack, the biggest bottleneck here is the "playing" blackjack over and over by the agent to collect enough data for training. Along...

Things Rust definitely needs: const generics 16-bit floats GATs (for efficient, non-copying iterators) Things that we might want but I'm not sure: Standard Inference + Train traits Standard data frames...

I still have the issue, but in the light of morning I've been trying to reduce the problem statement. I think that fundamentally, the problem is this. Ever since 0.24...

+1 to the use-case of "Staging files [...] next to the cargo-built final artifacts". In my case I want to copy a config.toml file from my crate root into a...

Read the comment in the blockable_bind example: https://github.com/obv-mikhail/InputBot/blob/develop/examples/blockable_binds.rs#L33

If I recall correctly, this is a limitation Windows, not of InputBot.

"callbacks are static implemented" is a phrase I don't understand, but anyway: when you register a handler for device input, those handlers are going to get called whenever the OS...

Someone should check my logic :).

- I updated transform.rs that had similarly incorrect information - Per [#](https://github.com/bevyengine/bevy/pull/14292#issuecomment-2227043407), made a pass on the struct comment - Per https://github.com/bevyengine/bevy/pull/14292#discussion_r1676947108, I converted the comments into doctests.

Also, looking at [where the exception is raised](https://github.com/MagicStack/asyncpg/blob/d0797f1f7aed2d28253ec27adac39794a09b2690/asyncpg/connect_utils.py#L968), it looks like sslmode is relevant here. My server hosted on Azure. ssl is ON for this instance. But I don't see...