Ticket created by ~adnano on ~adnano/librepixel
When built with
CMAKE_BUILD_TYPE=Debug
:src/ui/widget.cpp:435: Assertion failed: it != m_children.end()
This happens when trying to create a new file and when exiting the application.
Ticket created by ~adnano on ~adnano/wmenu
Support pasting from primary selection and clipboard with
C-y
andC-Y
.
Comment by ~adnano on ~adnano/wmenu
Adnan Maolood referenced this ticket in commit 42ba08d.
REPORTED
RESOLVED CLOSEDComment by ~adnano on ~adnano/wmenu
Adnan Maolood referenced this ticket in commit 9e1ed18.
REPORTED
RESOLVED IMPLEMENTEDOn 2022-11-09, ~adnano wrote:
Yes, this was intended behavior. I don't think there is a nice way to serialize the path for each certificate onto disk. I would be willing to accept a patch to implement this, as long as it's not too complicated.
-- View on the web: https://todo.sr.ht/~adnano/go-gemini/107#event-211888
One quick solution off the top of my head is replacing all slashes in the path with spaces to allow using it along with the hostname as the certificate filename. Spaces aren't allowed in URL paths so it should be possible to go back to the path from the filename. One issue I can think of though is other characters that are allowed on URL paths but not on filenames (probably only relevant for Windows).
Comment by ~adnano on ~adnano/go-gemini
Yes, this was intended behavior. I don't think there is a nice way to serialize the path for each certificate onto disk. I would be willing to accept a patch to implement this, as long as it's not too complicated.
Ticket created by ~adnano on ~sircmpwn/pages.sr.ht
So that it can be used by other services (e.g. git.sr.ht).