Results 62 issues of Michel Jung

When implementing a class like this: ```java public class UuidDecoder implements Decoder.Text { public UuidDecoder() { System.out.println("OK!"); } @Override public void init(EndpointConfig config) { } @Override public void destroy() {...

When implementing a class like this: ```java public class UuidDecoder implements Decoder.TextStream, Decoder, Decoder.Binary, Decoder.Text { public UuidDecoder() { System.out.println("OK!"); } @Override public void init(EndpointConfig config) { } @Override public...

`build.gradle.kts`: ``` plugins { id("org.asciidoctor.jvm.convert") version "3.3.2" } ``` `src/docs/asciidoc/index.adoc`: ``` [[index]] include::attributes.adoc[] ``` `src/docs/asciidoc/attributes.adoc` ``` :doctype: book ``` Output: ``` 09:12:55: Executing 'asciidoctor'... > Task :my-project-docs:asciidoctor include file not...

If you try this: ![image](https://github.com/meshtastic/web/assets/1864183/f8cb1037-9bfa-497a-8726-026778e17e48) It silently fails like this: ![image](https://github.com/meshtastic/web/assets/1864183/e4e900da-9170-4c61-81d4-5578d44480e9) `'invalid uint 32: string'` (for search purposes) Because of this: ```JavaScript /** * @generated from message meshtastic.Config.NetworkConfig.IpV4Config */ export...

bug

1. Open the web client 2. Connect to the device via serial 3. Restart the device 4. Observe how the website freezes while your CPU melts ;-) ![image](https://user-images.githubusercontent.com/1864183/232807034-d7ad74e0-d2d8-4f74-852b-fc258d669cd3.png) ![image](https://user-images.githubusercontent.com/1864183/232807231-96d4c31b-c0d1-4e74-930d-e7bd5a278b5e.png) (for...

bug

### Category Other ### Hardware RAK4631 RAK13800 ### Firmware Version 2.3.4.ea61808 ### Description I wrote a Software that successfully connects via Ethernet and retrieves device information. However, when trying to...

bug

### Category Other ### Hardware Not Applicable ### Firmware Version n/a ### Description If you follow [Usage with Docker](https://meshtastic.org/docs/software/linux-native/#usage-with-docker) and execute: docker run --rm -p 4403:4403 meshtastic/device You get: meshtasticd:...

bug

With the API being official and used by more and more applications, we should start a changelog https://keepachangelog.com

enhancement

``` java.lang.IllegalArgumentException: JWT must have 3 tokens at org.springframework.security.jwt.JwtHelper.decode(JwtHelper.java:49) at org.springframework.security.jwt.JwtHelper.decodeAndVerify(JwtHelper.java:76) at com.faforever.api.security.JwtService.decodeAndVerify(JwtService.java:29) at com.faforever.api.clan.ClanService.acceptPlayerInvitationToken(ClanService.java:115) at com.faforever.api.clan.ClansController.joinClan(ClansController.java:102) at com.faforever.api.clan.ClansController$$FastClassBySpringCGLIB$$ac6caee4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) at...

bug

Not sure how to reproduce: ![image](https://github.com/ajmcquilkin/meshtastic-network-management-client/assets/1864183/4b2e96fe-e53c-4d71-80e2-fffc8ea66381)

bug
help wanted
can't repro