Mattaparthi Upendra Sai Teja

Results 4 issues of Mattaparthi Upendra Sai Teja

developpement -> development

# Bug report ## Describe the bug I created a [sandbox](https://codesandbox.io/s/test-stitches-composition-q84fdn) with React + Typescript + Stitches. I created some basic components like `Box` and `Text` with stitches, something like...

Can you give an example where I can utilize the remove event to remove elements from the list and the DOM?

Hi, thanks for creating a fork of [lantern's systray](https://github.com/getlantern/systray). I tried the below code with systray library ```go package main import ( "fyne.io/systray" "fyne.io/systray/example/icon" ) func main() { systray.Run(onReady, onExit)...