David Gorges
David Gorges
Some of the gl-transitions cause a strong aliasing effect. It seems the reason is lacking support for anti-aliasing in headless-gl (see https://github.com/stackgl/headless-gl/issues/30). I also noticed some aliasing effects on the...
Hi @tbmatuka the project I am currently working on uses Stimulus / Turbo (part of symfony/ux). I added a stimulus controller and some glue code to make it work, but...
The triggered `\E_USER_DEPRECATED` errors cause phpunit to fail. If anyone else runs into that: `\PHPUnit_Framework_Error_Deprecated::$enabled = FALSE;` disables the test fails.
The Icon Class option sets the class of the toast element somewehere in the root element and is also used for the background-color of the toast. The way the icon...
Scenario: Adding an image to a pagepart The current workflow to add a new image looks like this: 1) Click "Choose" 2) Click "Add Media" 3) Click "Image" 4) Fill...
Twitter [shut down](https://thestack.com/cloud/2015/10/05/twitters-withdrawal-of-reliable-share-count-api-is-a-bold-monetising-move/) the count endpoint when they redesigned their tweet buttons.
**Describe the bug** Google Forms/Sheets integration stop working after 7 days, Reconnect does not work **To Reproduce** Steps to reproduce the behavior: 1. Create a Google Sheets connection using your...
Turbo 8 comes with [InstantClick by default](https://turbo.hotwired.dev/handbook/drive#instantclick). This prefetches links while the cursor is hovering, which is a nice feature. The WebDebugToolbar intercepts Ajax calls, which include the prefetched requests...
Please add a version tag to the repository. That would allow us to require that specific version in composer. Right now we are forced to use dev-master.
Bootstrap 4 changed the class names, e.g. `card-block` became `card-body` Any idea to reflect those changes? To be backwards compatible, we could use both class names.