simplysoft
simplysoft
Currently we are experiencing problems when deserializing Calendar instance on Android. The stack trace looks like this: ``` Caused by: java.lang.NullPointerException: Attempt to read from null array at org.nustaq.serialization.FSTObjectInput.readObjectWithHeader(FSTObjectInput.java:353) at...
It would be nice if there is a way to provide a custom `DebugLog` implementation, so that logging with other libraries (e.g. via log4j, Timber) could be achieved
The content model does parse the time using some hardcoded time formats. - https://github.com/concerto/concerto/blob/master/app/models/content.rb#L99 - https://github.com/concerto/concerto/blob/master/app/models/content.rb#L111 The time format should either be fetched from the translations or some other way...
ThrowableFunc could be made generic in the Exception it throws, this would eliminate the need for broad `catch(Exception e)` when you are e.g only dealing with IOExceptions (ThrowableFunc & calling...
## Expected Behavior If a (node specific) peer is defined that points to the own ip address, but a different bgp port than calico is using, it should not be...
Hi Really nice component. When playing around with it I figured out that when setting numPagesForCubeView to 1 the views are screwed up. It would be nice if the single...
Model$ProxyMany seems not to be serializable, thus serializing of a siena model fails ``` play.exceptions.CacheException: Cannot cache a non-serializable value of type [snip] Caused by: java.io.NotSerializableException: siena.Model$ProxyMany at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1180) at...
Please find a draft PR of our current variation/extension of this provider. With those changes we are closer to be able to consider using it outside of just experimental setups:...
kind/feature **What this PR does / why we need it**: All CIDRs should be passed to RKE2 server config. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #,...