Zoey

Results 51 comments of Zoey

I made a test key off of https://mkjwk.org/ and couldn't get them to work with key-size 512, key use `signature`, algorithm RS256/SHA256, and Key-ID `test-key`. If it loads that successfully...

@milgner It appears that the only flaw here is a lack of a `cargo fmt` run before all checks would pass; Can we try to get this merge-ready before it...

While formatting via `rustfmt` works with `tab_spaces=#`, the remaining focuses of this issue appear to be that generated code and snippets are hardcoded to 4 spaces. Items remaining to solve...

Thanks! I'm hoping to make use of this for its self-documenting features to more-strictly encode various protocols in one of my projects, and have been mulling over a helper annotation...

The important part is that it only calls the factory function to create the value when the value is missing- but it also prevents any subsequent calls from beginning construction...

For modern typescript types, in an ambient context: ```typescript // xmpp__client.d.ts: declare module "@xmpp/client" { import { EventEmitter } from "events"; import jid from "@xmpp/jid"; import xml from "@xmpp/xml"; export...

An absolute path of `/dalle/SwinIR` did not resolve the problem; it appears to be that the real issue is that the path itself is actually valid but absent- because, above...

That's the way I built it in the first place- yes. The problem is that it allocates more memory than is available even on a 24GiB GPU, despite claiming to...

@ryakr "CUDA error: Too many resources requested" implies that it is requesting too many threads per block. I'm not clear what may be different between our versions, but I am...

A definite yes from me. Working with structure types is currently the most painful part of the API in my opinion.