ju5t

Results 13 issues of ju5t

This solves an issue we've had with mod_security where Apache hadn't changed to the right user when mod_security ran. This resulted in some unwanted behaviour where it partially ran as...

Laravel has recently released a beta version of Laravel Octane. Because a lot of things are cached, the list of routes doesn't update between requests. This means all prefixed routes...

We're using pcb-stackup in a browser. Every so often we have a PCB that locks up the session and never hands it back. I can't share the gerber files but...

bug
pcb-stackup-core

There are cases where it miscalculates the edges of the pcb. This happened with the master branch too so it wasn't introduced by `auto_scale_renders`. I haven't checked the files with...

* DRF OpenAPI version: 1.3.0 * DRF version: 3.6.4 * Python version: 2.7 * Operating System: Ubuntu 16.04 (Docker) and MacOS ### Description I tried to add `drf_openapi` to an...

I am really looking forward to using this package! Thanks for making this open source! I have a few questions, specifically about Livewire. From reading the docs, and a little...

question

For a project we need to store posts into a folder based on the category they are in. This needs to be a tree structure, e.g. categorya/categoryb. I've seen other...

help wanted
documentation

We have a Python project that uses boto3 and botocore. They're releasing a new version almost daily. Unfortunately for us they are next to each other in our requirementst.txt which...

The package uses `{$this->getSqlDate()} as date,` in its query builder. We have some models with a `date` column already so we get a SQL error when using this package. Can...

httpbin.org feels like an odd dependency, especially in CI. If it's down, the tests will fail. Is there a specific reason why test requests are posted to httpbin.org and are...