Stijn
Stijn
throws Error and stops working when switching to "output" or "debug console" tab.
### Introduction In the new version of CSS gap now also works for flexbox: https://coryrylan.com/blog/css-gap-space-with-flexbox This is a very welcome feature in css, but it would also be a very...
Chrome 105 shipped with support for container query, would be great if this would be supported. Example: ```css @container (max-width: 300px) { .element { display: none; } } ```
Then you add this: ```jsx const Body = styled.div` @container (max-width: 300px) { display: none; } ` ``` It transforms into: ```css @container (max-width: 300px){display:none;} ``` Which is incorrect, it...
No video is shown on the other side and the following error is given repeatingly: writer error Error Domain=AVFoundationErrorDomain Code=-11840 "Cannot Encode" UserInfo={NSLocalizedDescription=Cannot Encode, NSUnderlyingError=0x1c84565c0 {Error Domain=NSOSStatusErrorDomain Code=-12915 "(null)"}, NSLocalizedRecoverySuggestion=Stop...
When a video is dismounted and mounted on another position (for example when you reorder video's, or when a hot reload happens) the video connection is getting disconnected.
Today, GitButler only sends diffs to the LLM. Without the current commit message or a short intent note, the model often misinterprets the purpose of the change. Please include the...