Jakub Wieczorek

Results 14 issues of Jakub Wieczorek

## Description It'd be useful for the crate to not impose the `Send` and `Sync` bounds on the user futures and the data they hold on to – which are...

enhancement

This fixes an issue, whereby `dynomite` would not treat raw identifiers (`r#…`) properly as it would include the syntactical `r#` prefix in the serialized attribute values. For example, the value...

#### Why are we making this change? This change allows creating a fallback variant (newtype with a single field) for union types that will be able to carry the name...

The 0.20 upgrade of it would have been much more substantial with quite a few breaking changes, so this is not included.

**Describe the bug** `dasel put` fails to write more than one complex element (of type JSON, which is apparently how one denotes an object regardless of the target format) to...

bug

Per the definition in https://github.com/cloudflare/workerd/blob/4fb4dbd88d30ff293267680d85a31ddef94fd9b6/types/defines/cf.d.ts#L171-L295. This is based on the existing https://github.com/cloudflare/workers-rs/pull/233 authored by @seeekr, with some improvements and the completion of the set of properties supported.

I've been using Wikidata's query interface to do some searches over the dataset. I'm running a BFS. I see the search can be [restricted to only expand links of a...