Jun Huh
Jun Huh
Im getting Uncaught ReferenceError: Unable to process binding "text: function (){return username }" Problem only occurs when navigating from one page to another. During initial load both pages works ok.
io.netty.handler.codec.EncoderException: java.lang.RuntimeException: Unsupported backward compatibility mode for class 'java.util.Locale'. Pls register a Custom Serializer to fix at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125) [netty-codec-4.1.13.Final.jar:4.1.13.Final] at org.redisson.client.handler.CommandEncoder.write(CommandEncoder.java:63) ~[redisson-2.10.0.jar:na] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) [netty-transport-4.1.13.Final.jar:4.1.13.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:730) [netty-transport-4.1.13.Final.jar:4.1.13.Final] at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:816)...
``` Caused by: java.io.IOException: java.lang.InstantiationException: com.google.common.collect.RegularImmutableList at org.nustaq.serialization.FSTObjectInput.readObject(FSTObjectInput.java:247) ~[fst-2.56.jar:na] at org.redisson.codec.FstCodec$1.decode(FstCodec.java:69) ~[redisson-2.10.0.jar:na] at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-2.10.0.jar:na] at org.redisson.client.handler.CommandDecoder.decodeList(CommandDecoder.java:289) ~[redisson-2.10.0.jar:na] at org.redisson.client.handler.CommandDecoder.decodeFromCheckpoint(CommandDecoder.java:154) ~[redisson-2.10.0.jar:na] at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:101) ~[redisson-2.10.0.jar:na] at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final] at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]...
Hi I have this piece of code ``` ``` Its a list, and everytime you move each item a function reorder is executed. My question is it possible to add...
The navigation seems to get buggy, occasionally it doesn't react when on the next heading.. and you loose the interactive feeling..
 Hi i am having an issue where im making an ajax call to my api, and it returns a list of something, but in...