Joe Riddle

Results 23 comments of Joe Riddle

@art049 please review at your earliest convenience.

Hey @art049 thanks for the reply and review! > > One missing element would be to add the example you wrote (`docs/examples_src/engine/delete_many.py`) in the engine documentation page. Will do 👍...

@art049 Please review the updated PR when you can.

I'm also running into this and finding it frustrating. I'm not familiar with this code base but will try to see if I can make a branch that implements this....

> @joeriddles FYI I already had a PR ready for quite a while: #1052 Thanks! I missed that.

Thanks for the review @pkieltyka! I have renamed the file and variables you requested in this commit: https://github.com/go-chi/chi/pull/872/commits/5cf9bc354372b1222ce690e7638e3bff464cd4cf > hi @joeriddles what will be the official middleware repo for your...

@pkieltyka I have added a new middleware here: https://github.com/go-chi/chi/pull/872/commits/f6c1df81e3d69f6a08e24f7d3ed20e3642afffb3. I also updated the example I added to use the new `FindPattern` middleware. Thanks again for reviewing!