TJ
TJ
if you use include nib _before_ your stuff it should override fine
ahahaha, awesome faces. I'd like to move the components into their own thing some time and keep nib for the css3 stuff
👍 would be cool to have something like `.Finish(&err)` for the defer
@yurishkuro I don't actually use defer much in practice, not sure why I suggested that haha but yeah I agree
The problem right now is that some queries are basically impossible with this package as-is, you can't possibly fetch/process all the data, in all ways, just to filter on it...
@tonyghita I'll check that out, I already hacked the field stuff into a fork. If it's not something the maintainers would use or want that's no biggie, just mentioning the...
I have a similar issue, need a way to either defer the resolution so I can produce a query, or some way to access the nested fields of the query...
It's nearly impossible to optimize a query without that information. For example my current use-case is to fetch a series of rows from Postgres, then I have to construct a...
In my case it would be hugely detrimental, I'd have to fetch every possible permutation of what they can ask for and then filter. They're pretty expensive aggregate queries on...
Cool cool no worries! The context thing will keep me covered for now, just passing the fields to a template to generate the massive Elasticsearch query haha.