Nick Muerdter

Results 36 issues of Nick Muerdter

It had been finicky (with anti bot confirmations and captchas), but now it seems more fully broken.

bug

With the Pharmaca scanning, we're parsing the initial date range that gets returned by default. This seems to maybe be the next month-ish of appointments. But there's a link we...

Add documentation on how to run all this and do things like add new scanning services.

This seems like it might be a bug, but I know the JSON compatibility/mimicking gets complicated, so let me know if this is expected behavior. When using the `Oj.optimize_rails` mode...

Add something like [boltsort](https://github.com/vimeo/libvmod-boltsort) or [querystring](https://github.com/Dridi/libvmod-querystring) so that we can treat these two requests as the same for caching purposes: ``` /api/whatever?limit=10&start=50 /api/whatever?start=50&limit=10 ``` This sort-indepdant behavior should not be...

enhancement
router

👋 Hi all! I just wanted to give the community a quick note about the transfer to this project to this new @auto-ssl organization. The kind folks at [apilayer](https://apilayer.com/) recently...

I'm opening this issue to track the idea of a pure Lua ACME client implementation (instead of relying on dehydrated). I'm not sure if/when this will happen, but I thought...

enhancement

This functionality isn't available in stable OpenResty yet, but I believe it should be bundled in the upcoming 1.15.x release. The next version will include 2 things that could simplify...

enhancement

If you have a modal where `fade=false`, when the modal opens or closes, the backdrop flashes a solid black color before being made semi-transparent. You can observe this on the...

bug

Currently things don't quite work right if you try to generate a function migration for a function inside a custom PostgreSQL schema. The underlying `create_function` (and other methods) work with...