Daniel
Daniel
I see the point of @9mm - the process feels kinda heavy. For me it is especially annoying if I don't have a place to put an ad-hoc query. This...
It's not urgent - just thought I mention it.
I would propose the following api: - new event `itemEnd` – calls a function with one argument `itemEndIndex` when the item with `itemIndex === items.length - itemEndThreshold` for the first...
@tibineagu maybe I phrased the proposal wrong. The proposed api is just for notifying about reaching the end of the items - it can be used for loading more data,...
yes, that API looks exactly like what I would have needed.
Thanks @invisor, but my main point was that I wanted this as part of the (official) api. I already have a workaround – I just thought, that many people would...
`CaseInsensitiveDict` is also not an option because (as stated on their github page) `this implementation does not preserve original key case`. It also just lower cases the keys: ``` python...
option **a** would change the existing structure and possible introduce breaking changes wherever `_headers` is accessed. **b** would leave `Response._headers` as is. With **b** the only changes would be at...
very nice! - the autocomplete is great - the tokenised text input feels good to use, I was a bit sceptical at first, but it quickly feels very natural -...
We'll my opinion about the default option is not too strong. I personally have gotten used to the default text filter being `LIKE '%$term%'` and use it quite often. But...