Sebastian Zartner
Sebastian Zartner
As [noted in the discussion thread](https://dev.lucee.org/t/cannot-create-websocket-gateway-can-you-help-please/5916/5?u=sebastianz), I have the same issue. It looks like the documentation under https://docs.lucee.org/guides/extensions/extension-websocket.html is incorrect and/or outdated. At least in the documentations in this repository...
As a programmer, I slightly prefer the at-rule syntax, which looks similar to different programming languages. It should also be kept in mind to be able to define a [worklet](https://drafts.css-houdini.org/worklets/)...
I assume they are missing from Typed OM because they are serialized as numeric values. E.g. if you have `transform: rotate(atan(1));`, the `atan(1)` is serialized as CSSUnitValue with `{value: 45,...
> make the .name property an array now, hoping the compat is fine, or keep it a string that might be comma-delimited. Then it should probably also be renamed to...
Another example of some sticky scrolling behavior is shown by the [Theia Sticky Sidebar](https://wecodepixels.com/shop/theia-sticky-sidebar-for-wordpress/). If the element is larger than the viewport, it will be sticky to the bottom of...
This probably requires major UI changes of the _FireStorage Plus!_ panel. One solution could be a button with a drop down menu allowing to choose the table. Another one would...
Great! When you need some info from me or have some working prototype, please let me know. Sebastian
I know I'mquite late for _this_ survey, though here are my notes, anyway. Maybe they might be considered for the next one. I still find the description of sections a...
To stay consistent, I suggest to add a `direction` option like [there is for `Tooltip`](https://leafletjs.com/reference.html#tooltip-direction). The `auto` value then positions the popup so that it always stays within the `maxBounds`....
> Would infinities be automatically included? > > ```css > round(down, 0, 2 3 5 7 11); /* -infinity or nan? */ > ``` I'd say NaN. Infinitely small or...