soloturn

Results 146 comments of soloturn

@koraa , to create an image which allows building as root in docker, i am patching makepkg, add a build user, add it to sudoers and then run things as...

your comment mad me check yay, man yay says: Downloads PKGBUILD from ABS or AUR. crystal clear. it is one. if it exists it downloads. if it not exists the...

this is not only broken with solarized, but with gnome white background terminal as well. fd makes a difference if LS_COLORS is set to empty string, and not set.

is this git log --graph not properly giving output to digest or the library is not properly supporting it?

@arenekosreal can you explain more detailed what you expect it to do, and why? the submudule gets updated any you do not want to build again?

should this be closed as duplicate of #5055 , as there, despite created after this one, there is more information, and a couple of fixes attached?

interesting. a couple of hints here as well, including VarHandle: https://stackoverflow.com/questions/1196192/how-to-read-the-value-of-a-private-field-from-a-different-class-in-java

when building with java-11 it ends with: ``` ❯ gradle clean build ... > Task :subsystems:TypeHandlerLibrary:spotbugsTest M B PI: The used identifier ?>?2/2??? as field name in class org.terasology.persistence.typeHandling.InMemorySerializerTest$TypeGetter.STRING in...

why is crates.io not updated?

custom profiles and out-flag is not good enough in case you do not like adapting rust flags? https://stackoverflow.com/questions/38803760/how-to-get-a-release-build-with-debugging-information-when-using-cargo cargo build --profile=myprofile --out myprofile @epage how can one use this in...