Mattaparthi Upendra Sai Teja
Mattaparthi Upendra Sai Teja
Sorry for the late reply, I will try to make it
@raymondboswel, did you find any performance issues while using SQL.js with useLocalForage option? Thanks in advance!
@Emasoft, recently I made this [repo](https://github.com/upendra-web/lean-svg), just like SVGOMG but with Vue. I added flatten svg option, whose code was provided by Timo in his gist (with some modifications). It...
> @upendra-web Superb work with [lean-SVG ](https://lean-svg.netlify.com/)! Thank you very much @andrewrcollins
Hi team, any update on this? Or did anyone find a workaround for this?
I tried the below code with `latern's systray` module ```go package main import ( "github.com/getlantern/systray" "github.com/getlantern/systray/example/icon" ) func main() { systray.Run(onReady, onExit) } func onReady() { systray.SetIcon(icon.Data) systray.SetTitle("Awesome App") systray.SetTooltip("Pretty...
And just FYI, the `Quit` you see in the screenshot is a menu option, not a tooltip.
Hi @andydotxyz, any updates on the above, is it an issue or design choice?
Yeah, that might be the problem of the DE, I will also try to check the `getlatern`'s code. Thanks @andydotxyz for the clarification. Can you clarify a doubt, is it...