Dan Radenkovic

Results 17 comments of Dan Radenkovic

> Is there a repo somewhere ? LOL, sorry, just updated the comment, it's [here](https://github.com/radenkovic/feathers-debugger)

Just a minor update, extension is published! You can now simply install it from [here](https://chrome.google.com/webstore/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie?hl=en&authuser=0) I plan to maintain it regularly. Some things on my plate: - decent npm package...

If someone wants to try: https://github.com/radenkovic/feathers-debugger-service, I created a service that uses NeDB, and it's pretty awesome! Input welcome!

Thanks for the updates @daffl ! I will try to auto-inject hooks with `app.configure()` in next version, that sounds great! About calling app.hooks() twice, can I ensure that `trace()` is...

@daffl Thanks for the update! It's already in Chrome store, but it's still not that good, I want to make few more updates (configuring app endpoint url) and needs better...

@here Just to give you sneak-peek of what's cooking and to keep this thread alive, I hope I will release v1.3 on Saturday. ![](https://i.imgur.com/MEGakBN.png) - `p90` and `p95` feature: higlight...

@here version 1.3 is released, if you have extension installed it should auto-update. If you notice any bugs, please create issues [here](https://github.com/radenkovic/feathers-debugger/issues) Download [here](https://chrome.google.com/webstore/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie?hl=en)

> I'm not sure why everybody is so opposed to extending the existing classes Hey @daffl, thanks for the update! I saw that documentation part. It's clear how to implement,...

Hey, thanks for clarification, I totally understand that problem is not black and white, it's more like what kind of api are you building (sometimes you don't need to blacklist...

@daffl I think it would be good to make easy transition stateful stateless auth. That would mean: - both strategies need to set same property, eg. `params.user` - allow to...