Doron Tsur

Results 12 issues of 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...

help wanted
good first issue
ease of use

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...

modules-agenda

### 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...

type/feature

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...

type/documentation
type/help wanted

### 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...

bug

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...