Lina Butler

Results 8 issues of Lina Butler

Hi! 👋 I love Askama's pattern-matching syntax, with `match-when-else`. Would you be open to extending it to support the newly-stabilized [subslice patterns](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html#subslice-patterns), too? It would help when matching against a...

All bindings define some internal helper methods on the records and classes they generate—things like `lift`, `lower`, `liftFrom`, `lowerInto`, `lowersToSize`, `toFFIValue`, and `fromFFIValue`—as well as internal types like `RustBufferStream`. What...

discuss

[Rendered](https://github.com/mozilla/application-services/blob/6100a53c0fd80db6efcbcb49eae345fc4b4e8e21/components/suggest/README.md) I wanted to add an architecture diagram, too, but I'm still learning Mermaid's syntax! :joy: Here's a start at some better documentation, though! ### Pull Request checklist ### -...

One thing that I've found super helpful when working with enums with associated data is being able to define getters and predicates on them. Here's an example inspired by https://github.com/mozilla/application-services/pull/5346#discussion_r1095272665:...

### Current Behavior Hi! 👋🏻 I noticed that task dependency inference doesn't seem to work when using an `@OutputFile` property of a named domain object as an `@InputFile` property for...

a:bug
in:configuration-model
in:scheduler
:wave: team-triage

Hi! 👋🏻 I noticed that `serde_json::from_str` seems to lose precision when deserializing the smallest and largest integers that can fit into the mantissa an `f64`. [This Playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f67150547cfe57ea335dc181d4ea0836) prints: ```...

Hi folks! 👋 Would you be interested in exposing a wrapper around the low-level [OS interface database file methods](https://www.sqlite.org/c3ref/io_methods.html)? My use case is a little unusual, and I'm not sure...

Hi there! I'm embedding a Starlark interpreter in one of my projects, and exposing a handful of custom types to scripts. For some of those types, instead of implementing all...