Thomas Thelen
Thomas Thelen
It looks like the feedback on the _Rule_/_Name_ has been addressed
Winamp is having a license fiasco (also exposed third part proprietary code). The issues since have been spammed and PRs are mostly jokes https://github.com/WinampDesktop/winamp
I doubt there's a reproducible example from four years ago-but if there is I can test it on the new refactored download system. If not, maybe we should close it...
This should be retested when 2.16 is released as it includes the `getPackage` rewrite. It should make be a good unit test for some early validation.
Count me in!
I think a small blurb that mentions or explicitly states that users can pull out of the context (although this should be implicit) may be helpful. Additionally, a small addition...
+1 for this issue. On a macbook I expect zoom to work the usual way (two fingers on the track pad moving towards or away from each other) or ctrl+/ctrl-
I'd love to see this get in! Is there any sort of testing I can help with?
AFAIK this is a feature, https://github.com/dgarijo/Widoco/blob/master/src/main/java/widoco/Configuration.java#L417 Since these are warnings and not error log level, maybe the wording can be changed to remove "Error" from it.
This is how I mount local data to the neo4j container, without issue ``` services: neo4j: image: neo4j:5.11.0-community-bullseye container_name: neo4j ports: - "7474:7474" - "7687:7687" environment: - NEO4J_AUTH=neo4j/neo4j1234 volumes: -...