Marc Bennewitz
Marc Bennewitz
It would be really great if this could contain PHP functions to get the `ctime`, `atime` and `mtime` of a file with nano second precision (if possible). (http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html) I know...
The bug was introduced most probably in https://github.com/karma-runner/karma/commit/7968db63eb9899961dec19655904502334043735 ### Expected behaviour Should work as in v3.1.3 ### Actual behaviour ``` Chrome 15.0.874 (Windows 7.0.0) ERROR Uncaught TypeError: Cannot read property...
### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | 3.0.7 #### Summary `FinfoMimeTypeDetector` has defined `INCONCLUSIVE_MIME_TYPES` which contains `text/plain`. This will...
We are running the server in a docker environment with read-only filesystem and we use the same docker image for staging and production. That's why we configure everything (including keys)...
## Bug report ### Code snippet that reproduces the problem ```php
| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | yes | New Feature | no | RFC | no |...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Debugging swoole applications is...
... if original image size pass exactly into the HTML image container. e.g. if the image is 600x600 and the container is 300x300 the selection results into: ``` x2 =...
### Bug description Unpoly adds the class `up-loading` on target elements that are currently loading. I need to add a loading spinner in this case but not on this element...
### Bug description I have a nav link with up-alias `/campaign/*` to match all URLs starting with `/campaign/`. This works fine for URLs like `/campaign/new` but as soon as using...