Edoardo Cavazza

Results 33 issues of Edoardo Cavazza

First of all, congratulations for the project. I'm trying to load my HTML5 app in the Chrome View, but I have noticed that hardware acceleration is not active, and everything...

This PR proposes a refactor of the conditions generated by filters and enables passing fields as expressions. ## Motivations Right now, filters use strings concatenation to build conditions. This assumes...

Sometimes, using repeatedly `toolbox.cache(url)` a get this exception in Chrome Canary: `DOMException: Entry was not found.` At the first and second page views, all seems ok. From the third, I...

Issue: #62 * Fixed some alignment issues * Responsive layout * Sticky header Extra: * fixed back anchor navigation on refresh (fixes #64)

This PR introduces two dedicated modules for test runner logger and test runner reporters. As discussed [here](https://github.com/modernweb-dev/web/discussions/1958), providing a dedicated module for reporters utils (such as the progress bar) is...

Consider the case: **_base.css** ```css /** * @tokens Colors * @presenter Color */ :root { --color-primary: black; } ``` **index.css** ```css @import './_base.css'; /** * @tokens Colors * @presenter Color...

bug

Hello! Thank you for this addon, it is very very useful. I noticed that core Storybook modules like `@storybook/addons`, `@storybook/components` and `@storybook/theming` are treated as addon's dependencies. Shouldn't they be...

Hi! First of all, thanks for this project, it resolved a lot of problems to us :) In our iconset repository we setted up a script to dynamically generate webfonts...

This PR introduces `expand` and `compact` methods to the `PriorityBehavior`. They are used to shift relation's priorities when an item is moved or deleted. * [x] Implementation * [x] Add...

Topic - Core
Priority - Normal

Provide an endpoint which retrieves the current `$config[frontendAreaId]` value, or, maybe better, the nickname of the publication.

Type - New Feature
Topic - API