Farseen
Farseen
`snprintf(..)` was a naive attempt to generate `id` for different widgets. I later figured out how to do it properly. Newer commits doesn't include printf's :)
Sorry for the inactivity. I got stuck due to college stuff. I hope to resume the work next week.
Hi, I'm back :) I looked at Engine.h. In the constructor, is `NumPages` equal to number of Gerber files, or can one Gerber file span multiple pages? I should construct...
`Engine.NewPage` and `Engine.Combine` are always opposite to each other, right? Is there any case they should be same?
@alexamiryan you could add the offline/online option on each album. Show an icon representing "not synced" on offline albums. Maybe add an option to make an existing album online/offline too....
There is a solution to this. You can change the sidebar to a topbar in the settings.
My bad, I meant the service list, not the workspace list.
I fixed this by using neovim-lsp to format files through zls. https://github.com/itsfarseen/dotfiles/blob/main/config/nvim/lua/config/lsp-config.lua#L38 https://github.com/itsfarseen/dotfiles/blob/main/config/nvim/lua/format-config.lua