Philippe Ivaldi
Philippe Ivaldi
Same error here since the last update :( Previous version worked fine… ``` 2024/03/27 21:21:02 Generating qualification.ProjetInvestissement panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
Hello, [Here](https://github.com/pivaldi/wttr-widget) is a weather widget I developed based on wttr.in… Regards
My solution is to place the widget only in the primary screen (in fact, all the widgets are in the primary screen) : ``` local weather_widget = require("awesome-wm-widgets.weather-widget.weather") … awful.screen.connect_for_each_screen(function(s)...
Hi, Making a fresh install of this library, this load these unwanted libraries : ``` > go mod graph | grep goics pi/essai github.com/jordic/[email protected] github.com/jordic/[email protected] github.com/go-sql-driver/[email protected] github.com/jordic/[email protected] github.com/gorilla/[email protected] github.com/jordic/[email protected] github.com/jmoiron/[email protected]...
It seems that the standard secret key management on Linux is `gpg-agent`. For exemple, Emacs, Git and Pass use `gpg-agent` internally… KWallet or Gnome-keyring are not at all Linux standard...
I think this extension is obsolete. You can use instead editor.action.smartSelect.shrink Regards