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

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

add this to line 155 in lua/types/cmp.lua ```lua ---@field public entry_filter nil|(function(entry: cmp.Entry, ctx: cmp.Context): boolean) ``` full block: ```lua ---@class cmp.SourceConfig ---@field public name string ---@field public option table|nil...

> Yeah I think the simplest thing is to add the parent as an argument to the language tree options. That way we can have a parent method that returns...

> > The function `.get_installed_servers()` will still be supported in the future? > > That function will remain! Does that include `server:on_ready(function() ... end)` as in: ```lua local servers =...

> Perhaps the docs should have these kinds of examples? Though, I'd love to be able to add annotations to each value: why would you choose _firstoption_ over _secondoption_? Not...

I'd really like to be able to pre load segments or ranges from a single manifest ```js player = new shaka.Player(video); // preload with optional ranges param player.load('foo.mpd', [ [0,...

If that rapid channel switching PoC is public I'd love to see a link, since my use case is similar :D

This also affects `gq` For those affected, if you prefer not to install the fork branch, you can dynamically patch which-key while we wait for review and merge: put this...

another workaround is to [patch wk at runtime](https://github.com/folke/which-key.nvim/pull/305#issuecomment-1174877122)

👋 Hey there I think controller support for Stencil would be a boon to the library. I've implemented a mixin which adds support to an arbitrary Element class: https://apolloelements.dev/api/libraries/mixins/controller-host-mixin/, as...