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

Results 353 comments of Benny Powers - עם ישראל חי!

Yeah. I'd rather not slather on a bunch of `// @ts-ignore` As a user, I want to know what is and is not the intended use of the API.

Indeed, that's a better solution. here's my app code: ```ts declare module '@vaadin/router/dist/vaadin-router' { export interface RouteMetadata { icon?: Icon; stage?: Stage; label?: string; } export interface BaseRoute { metadata?:...

The problem with the `onAfterEnter` callback approach is that it can be seen as mixing concerns - the UI component becomes responsible for the page title, which could be understood...

👍 Ok looking forward to hearing back. In the mean time if it becomes pressing and I develop a patch, I'll be sure to upstream the PR (no promises though)

I store a `User` type via an `updateUser(...) @client` mutation for the current user session. This is the same type that might come from the server, e.g. connected to a...

related to https://github.com/istanbuljs/nyc/issues/320

Hello! I still have this error. ~/.tmux/tmux.conf ```conf # split panes using | and - bind | split-window -h bind - split-window -v unbind '"' unbind % # vim-like pane...

> Does the path to your home directory have any spaces? ``` $ echo $HOME /Users/bennyp ```

I should have mentioned earlier, this is in hyper terminal as well as macOS terminal

This was incredibly straightforward with paper-button - just add content. https://material.io/design/components/buttons.html#anatomy shows an example of a button flowing to adjust to inline content. A use case for adjusting height is...