Aliaksei Kislou
Aliaksei Kislou
[Here is a Pen demo.](https://codepen.io/evenfrost/pen/MorNrB) **All browsers except Chrome**: flex container with limited height and `flex-flow: row wrap;` cause flex children with long content to overflow its height. It doesn't...
Seems `styleName` not being transformed to corresponding `className` when using `preact`. Tried to migrate same `babel-plugin-react-css-modules` config from existing React project but failed to get it working with Preact. Using...
https://github.com/helpers/handlebars-helpers/blob/5d3405f178a9ec4c90df3c7dc07b4faf9a09dfd7/lib/comparison.js#L328 Is there any idea behind switching arguments (`b % a`) here? Documentation says that > Conditionally renders a block if the remainder is zero when a operand is divided...
Ubuntu 22.04, GNOME Shell 42.1, both Wayland and Xorg. When trying to create a new workspace below others, both via dragging the app below or hotkeys, it doesn't work. However,...
Hi, Current behavior of `settleAll` function is that if some promise throws an error, it is removed from the `results` array and added to `errors` array. This way the order...
Please implement a migration guide from v4 to v5 as have been promised in beta releases descriptions. There is a lot of breaking changes, some of them [are still undocumented](https://github.com/remix-run/history/issues/811)...
It would be great to have support for `v4` of Chart.js. As far as I can see, there are no visible issues when running the plugin with it; it's just...
It would be a nice addition to the [`/v1/schema` API](https://weaviate.io/developers/weaviate/api/rest/schema#add-a-property) to have the possibility to update and/or delete a property, because as of now you can only add it. This...
Whenever I try to run a classification, I get an error status: ``` classification failed: no classes to be classified - did you run a previous classification already? ``` When...