Alex Kirszenberg

Results 45 issues of Alex Kirszenberg

The following PGN is not supported: ``` [Event "?"] [Site "?"] [Date "????.??.??"] [Round "?"] [White "?"] [Black "?"] [Result "*"] * ``` Since there is no `1.` token, the...

Hello, I'm getting the following error when running `cargo edit-locally cc` on my project: ``` error: failed resolve crate Caused by: failed to parse lock file at: C:\Users\administrator\dev\project\Cargo.lock Caused by:...

Hey, I'm using rayon to parallelize some data processing and I noticed that the `profile_fn` and `profile_section` instances don't show when called inside a rayon thread. Is there a way...

Right now, `Pixel::map` methods map from `I: Pixel` to `I`. These functions would be more powerful if they could map to a `J: Pixel`, where there is no constraint on...

### Description The documentation has no search feature at the moment. It makes it hard to discover exactly what you're looking for without going through all the pages sequentially. [Docusaurus...

Right now, kiss3d only supports rendering to a single `` element. I have a use case where I'd like to embed multiple instances of kiss3d on the same page (a...

enhancement
help wanted

https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html I'm trying to use an SSO profile from my `~/.aws/config` file, but I'm getting a`No credentials found.` error.

Hey! Thanks for building this crate :) Are there any plans for enabling partial updates with `Model::save`? As I understand it, right now, calling `save` will send the whole document...

In the current implementation, `PubSubAsyncIterator` registers its subscriptions on the very first call to `next`, and goes on to wait for the first event **before resolving**. As such, a user...

❗ **Are you interested in using the Rust SDK in Web Assembly? Please comment on this issue with more details about your potential use case!** ❗ ### Community Note *...

feature-request
p1