Tiberiu Ichim

Results 78 issues of Tiberiu Ichim

We have the following API functions: - `Api.js:formatApiUrl(path)` -> given a path, converts it to a backend URL call, suitable for a superagent request. It uses internalApiPath (or apiPath), `++api++`...

04 type: enhancement
33 needs: docs
42 lvl: moderate

We have a lot of Cypress commands in https://github.com/plone/volto/tree/master/cypress/support But not all the tests use them, because the list is long and they're not documented. The task is to document...

01 type: bug
33 needs: docs
42 lvl: moderate

https://github.com/plone/plone.restapi/blob/8abf2055a5002f89505d7c17a20768f661806bde/src/plone/restapi/services/navigation/get.py#L153 https://github.com/plone/plone.restapi/blob/8abf2055a5002f89505d7c17a20768f661806bde/src/plone/restapi/services/navigation/get.py#L80-L100

It would be better if the service calls the navigation as an expandable element. This allows overriding the expandable element once without having to also override the navigation service. https://github.com/plone/plone.restapi/blob/731554b676aa391795a8991dce21d6bce9f866b0/src/plone/restapi/services/navigation/get.py#L193

An adapter should be a reusable piece of infrastructure. Its implementation should be as generic as possible. But here, and in many other places, we have the adaptors directly reading...

https://github.com/plone/volto/blob/0630a6e7655637c0b811139a738353f682053b79/packages/volto-slate/src/blocks/Table/TableBlockView.jsx#L45 If I have an image (volto-slate can render images inside tables), then it won't be rendered because the string content of that image is nil.

Seamless mode was a step forward for the evolution of Volto, but we're still limited in what we can achieve because of the following problem: - on each request we...

04 type: enhancement

A common task is to create a user. I like that the cookiecutter is opinionated, there's difficulties in managing the complexity of adding too many options and documenting them, so...

The installer is useful to get all those models properly installed. I have a ComfyUI installation and I was able to use the script. I had to change it, to...