geonanorch
geonanorch
First, one star and thank you for this lightweight utility! While integrating it I spotted the following minor issues related to `dragBoundary`: 1. `data-drag-boundary` is not documented (neither is `data-drag-enabled`)...
Considering anchors pointing to a path with fragment such as: `fragment`. Currently such anchors are ignored by the router and fall back to the default event processing. This might be...
The changes introduced in this PR aim at demonstrating what hydration adds to the initial static rendering delivered from the server (in the current version both steps are chained, there...
When using a `SlidingStageContent`, for instance within a `Carousel`, content relying on fixed-positioning (for instance the `Popup` of a `DropdownList`) will not be positioned where expected. **Steps that reproduce the...
While using `CarouselSlideshow` I positioned some elements within my slides/items relatively or absolutely. Currently those elements are hidden when they should render outside the stage. I expect them to be...
As pre-discussed per email, this is a jumbo PR with several bug fixes, here the ones I remember: - inline mode: - calendar was not styled correctly (cells not square)...
I am trying to set up ContentTool to edit multiple zones via a shared popup editor: ```html p { min-height: 1em; margin: 8px; border: 1px solid black; } editor: Content...
Thank you and one star for this add-on, the only recent autoarchiving option I found for Thunderbird. Pity that there is currently no solution for this IMAP offline bug, only...
I came accross `cwebp-bin` come from webpack's plugin `image-webpack-loader`. Once I enabled WEBP in that plugin, I started getting errors such as: ``` Error: PNG support not compiled. Please install...