Sage Griffin

Results 32 issues of Sage Griffin

I've run into issues attempting to do the following: ``` scala class MyFragment extends ListFragment with TraitContext[Context] { override def basis = getActivity lazy val adapter = new MyAdapter override...

There's currently no way to construct a `BigDecimal` instance in a way that cannot fail. This is a huge hit to ergonomics. There should be a `From` impl for all...

I'm a little wiped to write a full PR, and wanted to see if people agree here or not. We make extensive use of ZSTs in Diesel, which has sometimes...

C-addition
A-anti_pattern

As it stands it turns out it's quite a pain to use many of the Macroid DSLs from inside of a view subclass. There's a couple of pain points that...

I'd be happy to do the work on this, but I figured I'd gauge interest before I take the leap. I think this project could benefit greatly from a set...

This commit allows `#[serde(flatten)]` for tuple structs, and generates seq deserialization code for named structs containing `#[serde(flatten)]`. There's no fundamental reason we can't allow this, and in fact we can...

With the push to 1.0, the current pool of reviewers is starting to run low on bandwidth. We're looking for more people to help get involved with code review. You...

help wanted
good first issue
mentoring available

As I'm adding SQLite support, I'm finding it annoying to track down cases like ```called `Result::unwrap()` on an `Err` value: DatabaseError("SQL logic error or missing database")```. This should definitely be...

enhancement
discussion desired
accepted

Do we need one? @derekprior you might have opinions on this. I was just thinking about this, and it might be cool (if we go the DSL migration route) to...

enhancement
hole in api

This has some grammar fixes, adds details about how to specify multiple backends, and removes the bit about passing features to Diesel, as it implies to me that your `Cargo.toml`...