Patryk

Results 11 issues of Patryk

Im stuck in a loop, send help please!

The language is pretty limited and you have to write a lot of long lines. Postfix templates would really help. Thanks!

help wanted

Please don't look at it yet. The gpu works but I need to tidy up the code and squash the commits since at first I didn't even intent to make...

According to [feed/defs.json](https://github.com/bluesky-social/atproto/blob/b01e47b61730d05a780f7a42667b91ccaa192e8e/lexicons/app/bsky/feed/defs.json#L12) post view's record type is `unknown`. But the API calls which return post view, have the record `$type` set to `app.bsky.feed.post`. Is this intentional or am I...

To help with #915 I've added some docs about profiling and added a simple bench to API, it also fixes `repo/mst` benches not running(one of them doesn't run and the...

~~Opening as a draft as I've realized that unions with all primitive types are probably also in scope~~ ~~Testing lexicon gist: https://gist.github.com/Matrix89/9ef39c8ba5e3cc890bdf1755f608e66d~~ ~~Edit: #1030~~ Adds ability for queries, procedures and...

In [xrpc/src/util.ts#L65](https://github.com/bluesky-social/atproto/blame/deabb71da444bc7d56038089473d9d8c9d634e51/packages/xrpc/src/util.ts#L65) `datetime` is no longer a valid type for `LexPrimitive` I'll address this as a part of #1032

Opening as a draft as there are two lexicons with issues Addresses: #1037 Now schemas like the one below won't validate, I also had to rewrite `lexUserType` validator as `z.discriminatedUnion`...

This isn't fully upto HTTP Spec, but it solves #1029. The `normalizeHeaders` function deduplicates HTTP headers, but it doesn't take into account the rules from [RFC9110 appendix A](https://www.rfc-editor.org/rfc/rfc9110#appendix-A) When using...

**Is your feature request related to a problem? Please describe.** Yep, I've made a typo in my email address **Describe the solution you'd like** There should be a way to...