kasra shahram
kasra shahram
I think that dir="both" and dir="none" should be treated the same way. A simple fade-in ( entering )/out (exiting) behavior at the edge position should be enough. dir="none" does not...
Hi, do you plan to solve this issue anytime soon or not at all ? thanks in advance.
hi, what was the reason for the deletion?
hi, Could you please tell me where the call hierarchy feature of vscode output the call **graph** ( not just a hierarchy ) ? Thanks
any updates on this?
Yes Yoga supports [space-evenly](https://yogalayout.com/docs/justify-content)
Hello @whyboris, Yes of course. ``` function f(x:number){ return x } const g = (x:number)=>x function main(){ const arr = [1,2,3] //const a = arr.map(f) // KO //const b =...
If you consider the **arr.map(f)** case as a bug or something that should be supported and it's not, It's better than I open another issue. It's a tricky case, because...
oops, it was my mistake. **Arrow functions are taken into account! ;-)** However, It seems that Lines like that: **arr.map(f)** are not taken into account Thanks