Big Phil

Results 11 comments of Big Phil

Really wish this would get merged. It's real annoying when I make a tiny mistake

I agree with this. It also stops me from being able to use my API clients / repositories types directly as resolvers, because of this extra mapping step. I end...

Hi, I'm interested in becoming a collaborator :)

@VirxEC Seeing as this project is apparently not maintained anymore, here are some other useful resources which do pretty much the same thing: - [Factorio Cheat Sheet](https://factoriocheatsheet.com/) - [Factorio Calculator](https://kirkmcdonald.github.io/calc)

I got around this by doing the conversion myself. ```go goqu.V(strconv.FormatUint(someUint64, 10)) ```

The issue appears to be that facet ranges don't operate on the underlying data, but instead on the resulting facet values before applying ranges. If you remove the facet ranges...

If this is the case. This would mean that in order to get representative facet counts when using ranges, I would need to set `max_facet_values` to the number of distinct...