Benny Powers - עם ישראל חי!

Results 326 issues of Benny Powers - עם ישראל חי!

Hello! Thank you for taking the initiative and publishing this plugin. I've written some rudimentary tests, and they pass on chrome, but to a one, they fail on FF. Here's...

This looks like a perfect example of a web components use case. Instead of creating a `Game` class and having it "mount" on some `div` in the DOM, what about...

Given ```css #submit { grid-column: 2/3; place-self: end; } ``` ide-css reports: > Unknown property: 'place-self' `place-self` is widely supported: https://developer.mozilla.org/en-US/docs/Web/CSS/place-self Please add it to ide-css. Thanks for publishing this...

jsdoc injection splits are broken on nightly but i'll investigate that later _Originally posted by @bennypowers in https://github.com/bennypowers/splitjoin.nvim/issues/32#issuecomment-2051010757_

Occurs occasionally when splitting an html start tag tag name. full repro TBD ```  Error 08:39:13 AM msg_show.emsg E5108: Error executing lua: ...nyp/Developer/splitjoin.nvim/lua/splitjoin/util/node.lua:92: Invalid 'start_col': out of range stack...

```css color: rgb(1, 2, 3) ``` ```css color: rgb( 1, 2, 3, ); ``` consider also modern syntax for calls

```css a { color: blue; font: 12px "Fira Code", monospace; /* ^ cursor */ } ``` ```css a { color: blue; font: 12px "Fira Code", monospace; } ```

Fixes #1383 ## What I did 1. hide empty containers ## Testing Instructions 1. [/elements/card/demo/](https://deploy-preview-1558--red-hat-design-system.netlify.app/elements/card/demo/) 2. run this in js console ```js $('rh-card').querySelector('h2').remove(); ``` 4. observe that header container is...

fixes #1541 ## What I did 1. unnest the css source for code-block ## Testing Instructions 1. [check dp](https://deploy-preview-1566--red-hat-design-system.netlify.app/elements/code-block/) ## Notes to Reviewers I would have preferred to compile this...