bato3
bato3
From https://github.com/joomla/joomla-cms/pull/34488/files > ### Summary of Changes > > from `v1/banners/contenthistory/:id` to `v1/banners/:id/contenthistory` > from `v1/content/articles/contenthistory/:id` to `v1/content/articles/:id/contenthistory` > from `v1/contacts/contenthistory/:id` to `v1/contacts/:id/contenthistory` ### As I see, in collection is...
from: https://github.com/joomla/joomla-cms/pull/28418 > call `JROOT_URL/api/index.php/v1/plugins?filter[element]=privacyconsent` > call `JROOT_URL/api/index.php/v1/plugins?filter[type]=system` > call `JROOT_URL/api/index.php/v1/plugins?filter[search]=Web Services` > call `JROOT_URL/api/index.php/v1/plugins?filter[status]=0` > or any combination like : > `JROOT_URL/api/index.php/v1/plugins?filter[type]=system&filter[status]=0` > etc
see: https://github.com/kelunik/acme-client/pull/55 ``` $ acme-client auto TypeError: Argument 1 passed to Kelunik\AcmeClient\Commands\Auto::toDomainPathMap() must be of the type array, null given, called in /usr/home/czat/acme-client/src/Commands/Auto.php on line 181 and defined in /usr/home/czat/acme-client/src/Commands/Auto.php:257...
Partial-fix #452 This patch only fixes the most pressing problem. There is a question of how to deal with libraries that use legacy importers. ### Before submitting the PR, please...
**Describe the bug** The [render and renderSync](https://sass-lang.com/documentation/js-api/modules#renderSync) methods have been marked as legacy. The svelte-preprocess expose [configuration options](https://github.com/sveltejs/svelte-preprocess/blob/f6ef334f45c1327e087d031bd6f3791970d7cd25/src/types/options.ts#L2) from new way. From sass: ```ts export function renderSync(options: LegacyOptions): LegacyResult; export...
(INFO: I'm first add scss, later bootstrap.) ### # package.json still they don't Install `@popperjs/core` ### ~~# src/app.scss, src/variables.scss~~ ~~Should be `@import "~bootstrap`, because we have configured alias in vite,...
When `g_critical` shows query it replace national characters (eg,: `ęąśżźćńł`) by `?`. (eg in `CREATE TABLE`) When I run `cat schema.sql` console don't have problems.