Dalibor Karlović

Results 269 issues of Dalibor Karlović

The bundle will register a path like this ```json "@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets", ``` It would be nice to be able to use this in the `copyFiles()`, like so ```javascript Encore. .copyFiles({...

### Improvement description Currently, the common [many-to-many filtering API](https://pimcore.com/docs/pimcore/current/Development_Documentation/Objects/Object_Classes/Data_Types/Relation_Types.html#page_Filtering-for-relations-via-PHP-API) is quite convoluted, involving substring matching (?) which is unable to use regular database features like indices effectivly. For example, let's...

Improvement
PR Welcome

### Feature description Currently, Pimcore doesn't correctly handle deprecations (reported in #11870). This can be fixed with carefully navigating between errors, deprecations, tweaking own error handlers, etc. Since Pimcore wants...

New Feature
Backlog

If you're using a library to construct your query (like [`rollerworks/search-elasticsearch`](https://github.com/rollerworks/search-elasticsearch)), it will construct the query for you. This means [you might not have access](https://github.com/rollerworks/search/blob/e5c44d499788f17142378a96240efd59654fc118/lib/ApiPlatform/Elasticsearch/Extension/SearchExtension.php#L121) to the final query directly....

Since kubectl outputs YAML, having it be highlighted using ANSI codes in the terminal on output would be highly beneficial for UX.

If running a sim from some other automation tool, you'd like to be able to read simulation results with it. It would be cool if you could specify to get...

enhancement

_(note: this was previously discussed in https://github.com/lycheeverse/lychee/issues/452#issuecomment-1051025563)_ When deploying HTML files to some common platforms like Netlify or Gitlab Pages (or even on a [typical Apache HTTP environment](https://httpd.apache.org/docs/trunk/getting-started.html#content)), you can...

enhancement
help wanted

Expanding on https://github.com/lycheeverse/lychee/issues/452#issuecomment-1016220435, we just had a case where an URL was (by accident) generated as a full URL, something like ``` file://localhost/home/me/project/public/thing/index.html ``` This was caught by Lychee locally,...

enhancement
request-for-comments
workaround

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no https://github.com/coreshop/CoreShop/blob/aeb14a9491128e377c5f3f61ab055d948a8c5deb/src/CoreShop/Bundle/FrontendBundle/Controller/CategoryController.php#L139-L140 These...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no Injecting the...