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

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

From the [modes.nvim](https://github.com/mvllow/modes.nvim) readme: > - Some _Which Key_ presets conflict with this plugin. For example, `d` and `y` operators will not > apply highlights if `operators = true` because...

## Steps to Reproduce ``` git clone https://github.com/bennypowers/cache-persist-client-args-repro.git cd cache-persist-client-args-repro npm ci npm start ``` Repro repo: https://github.com/bennypowers/cache-persist-client-args-repro There's full code and more detailed explanations there in the README. ##...

I've got some fancy footwork importing these modules: ```js const listSpecifier = './route-list.js'; const restSpecifier = './route-restaurant.js'; const list = [ './restaurant-card.js', './restaurant-filters.js', './view-list.js', './map-marker.js', ]; const rest = [...

bug
pending

With imports of the type ```js import { AuthenticationDetails } from 'amazon-cognito-identity-js'; ``` and rollup.config.js featuring: ```js import sourcemaps from 'rollup-plugin-sourcemaps'; import resolve from 'rollup-plugin-node-resolve'; import builtins from 'rollup-plugin-node-builtins'; import...

feature-request

Let's say I want Twitch users to be able to log in to my cognito userpool from their browsers. I add a "login with Twitch" button to my website, and...

My eyes!

enhancement

add link to apollo-elements usage example

**Is your feature request related to a problem? Please describe.** Users want to manipulate the inner and outer regexp patterns **Describe the solution you'd like** Assuming `r` is bound to...

enhancement

The following piece of code is valid but it is parsed incorrectly: ```js /(?

bug