Piotr
Piotr
We are concatenating library scripts into one file and without a `;` at the end there is a conflict with another library: ``` js // boostrap-datetimepicker code })(window.jQuery) /** *...
I'm preparing CORS middleware for REST API, which is appending list of allowed methods to a [preflight request](https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request) route. As I'm using [Slim framework](slimframework.com) v3, this is not possible append...
### Describe the Bug I'm not able to use *Dynamic Variable* as a default M2O field value with *Custom Role > Collection > Read > Field Preset* Related Issue: #13806...
## Description When database column with `json` type is created on MariaDB, in reality it's type becomes `LONGTEXT` and it's collation becomes `utf8mb4_bin`. This is reported by Directus as a...
At this moment when using `useLocation().route('/foobar')` window location doesn't change: neither `history.pushState` nor `history.replaceState` method is used. This pull request 1. changes method behavior in that window location will be...
I'm trying to use [custom plugin](https://github.com/piotr-cz/rollup-plugin-prepend-modules) in dev mode (which basically prepends `import 'preact/debug` in main index.js file). It relies on the [`buildStart`](https://rollupjs.org/guide/en/#buildstart) Rollup hook which accepts _object_ or _array...
Latest version in the [changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md) is `v0.70`, while [latest tag](https://github.com/domoritz/leaflet-locatecontrol/tags) is `v0.76`. Please update it to reflect latest changes. Also consider publishing GitHub [Releases](https://github.com/domoritz/leaflet-locatecontrol/releases) to describe changes for each version....
Let's consider allowing the `{@inheritdoc}` tag. This really helps when extending classes, you don't have to rewrite whole docblock and keep it up to date with docblock changes in base...
Sometimes putting a comment right inside the control structure is (IMHO) the best place: ``` PHP // Perform tests if ($foo // Testing phase 1 && $foo->test1() // Testing phase...
I'd like to use native [Constraint validation](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation) and be able to call `checkValidity` and `reportValidity` methods on individual inputs. For that I need to access native elements like `input` ,...