Boyd Stephen Smith Jr.
Boyd Stephen Smith Jr.
https://github.com/scalapb/ScalaPB/blob/49a3b59ae811b7e3bd7f286e44dc77efcd575f21/docs/src/main/markdown/faq.md#how-do-i-use-scalapb-with-maven It says "protobuf-maven-plugin" in two places, but that plugin doesn't (yet) was any support for scala. Instead the correct plugin is "protoc-jar-maven-plugin". The example code (https://github.com/thesamet/scalapb-maven-example/blob/fa3eb585bbbb3e20c461aefbe821e0e75e922eb4/pom.xml#L125) also refers the...
https://wearezeta.atlassian.net/browse/FS-532 ## Checklist - [x] The **PR Title** explains the impact of the change. - [x] The **PR description** provides context as to why the change should occur and what...
When trying to use `:' Would a patch removing `comments` and `formatoptions` from the after script be accepted? No still_vulnerable -> Anyone have a sketch of what needs to change...
## Versions - **Silent Gear**: 2.1.0+161 - **Silent's Gems**: N/A - **Silent Lib**: 4.7.0+58 - **Forge**: 32.0.108 - **Modpack**: All the Mods 6 - **Optifine Installed**: No ## Expected Behavior...
When I'm on a hole and I use \w, it prints the with syntax, but it doesn't actually modify the buffer at all.
``` bss@monster % stack clean bss@monster % stack build Linking /home/bss/.stack/setup-exe-cache/x86_64-linux-tinfo6/tmp-Cabal-simple_6HauvNHV_3.2.1.0_ghc-8.10.7 ... : error: Warning: Couldn't figure out linker information! Make sure you're using GNU ld, GNU gold or the...
KDE has a font selector that limits the selectable fonts to ones that have fully monospace metrics. Right now OpenDyslexicMono is not selectable there. Other fonts have had similar problems,...
https://github.com/davido/gerrit-oauth-provider/blob/90b66bbf374fe4575b829eb41d940556060fda31/src/main/java/com/googlesource/gerrit/plugins/oauth/BitbucketOAuthService.java#L98 Grabs the "username" and "display_name" and might fix up the old numeric ids. But, BitBucket allows users to change these fields, so UUIDs need to be used in prevent...
https://github.com/davido/gerrit-oauth-provider/blob/90b66bbf374fe4575b829eb41d940556060fda31/src/main/java/com/googlesource/gerrit/plugins/oauth/GitLabOAuthService.java#L49 Gerrit doesn't need "Full access to GitLab as the user, including read/write on all their groups and projects", it just needs to verify the user exists.
``` Exception in thread "main" org.sonatype.plexus.components.cipher.PlexusCipherException: java.lang.NegativeArraySizeException at org.sonatype.plexus.components.cipher.PBECipher.decrypt64(PBECipher.java:193) at org.sonatype.plexus.components.cipher.DefaultPlexusCipher.decrypt(DefaultPlexusCipher.java:72) at org.sonatype.plexus.components.cipher.DefaultPlexusCipher.decryptDecorated(DefaultPlexusCipher.java:89) at org.github.jelmerk.maven.settings.Decorder.decodePassword(Decorder.java:66) at org.github.jelmerk.maven.settings.Decorder.printPasswords(Decorder.java:107) at org.github.jelmerk.maven.settings.Decorder.main(Decorder.java:61) Caused by: java.lang.NegativeArraySizeException at org.sonatype.plexus.components.cipher.PBECipher.decrypt64(PBECipher.java:179) ... 5 more ```