Max Stoiber
Max Stoiber
No idea what this'd look like, so feel free to send a PR so we can discuss further!
Yeah, that makes sense imo. What do you think @relekang?
Yeah I've been getting that too, but I think it's largely inconsequential as it only happens when you open the service itself in a browser. Generally, when used something like...
Yeah this'll probably tie into #11. Maybe we need some sort of general extensibility?
I like that, simple solution! 👏
Interesting idea, I like it! Instead of just going for starting-with filtering, this essentially adds support for all sorts of complex filters. What about going for slashes as a delimiter...
I like it, let's do it. Could you submit a PR against the [flat-file-db adapter](https://github.com/mxstbr/micro-analytics-adapter-flat-file-db) implementing this, and a PR against this repo verifying it works as expected under all...
The issue with saving `'/app/*/login/bla'` is that you then cannot request that specific record anymore, since requesting `'service.com/app/*/login/bla'` will get you anything. Maybe we need a disabler for this edge...
We definitely need to do this before adapters get big and we have 50 of them without this feature 😉
Running into this right now! Any chance this PR could be finished up? 🙏