Doron Tsur
Doron Tsur
When traversing panes within one tab in the multiplexer there is a case where I would like to see a small behaviour change. If we have one tab open and...
In today's meeting (#565 ), @MylesBorins made a suggestion to discontinue team meetings and archiving this repo. The main reasons discussed are as follows: - The team didn't create a...
### Description If we take the example of a react component. There is a question of to which of the dependency types the react should actually be. Most conventional wisdom...
Environments doesn't mean a whole lot to people when we discuss them. Envs - short for that, even less. I wonder what will be the best name for these tools...
### Before Making This Post * [X] I have taken a look at both man pages, `ytfzf(1)` and `ytfzf(5)` Well, I did now :) ### What do you need help...
1. Graphical issue inside a terminal pane (eg. something does not look as it should or as it looks outside of Zellij) # 1. Graphical issue inside a terminal pane...
This might be an unsupported setup. I'm using Tabby on windows with wsl2 running ubuntu. I get the following
I have the following code ```ts function changeCollection(rawData:List): List { let filtered:List = rawData.filter((value)=> true/** some condition */) console.log('Wo: ', filtered) // looks good let mapped:List = filtered.map(rawToData) // returns...
It could be we just need a typescript compiler but we should have support for working with lit-html and lit-element. The lit community seems like the biggest web components group...