Robert Wilton
Robert Wilton
Hi Heather, Is scala/pickling supported in scala-js? If not, then do you have any plans to add support please? Many thanks, Rob
Change PeriodicEventStream to PeriodicStream Definition of EventStream.periodic is: ``` def periodic( intervalMs: Int, resetOnStop: Boolean = false ): PeriodicStream[Int] = { new PeriodicStream[Int]( initial = 0, next = eventNumber =>...
The keychain model has been updated with the key-id being a union: ``` grouping keychain-key-config { description "This grouping defines key-chain key parameters."; leaf key-id { type union { type...
In the following model, both enable-ecn and drop have default values that makes the model ambiguous as to whether red or wred is applies to the queue. Under: ``` +--rw...
Looking at the STP model, we noticed that is configures protocol instance enable differently from how this is normally done in OC, i.e., via a per protocol instance enabled flag:...
Hi Martin, If you get some spare minutes, would it be possible to publish as 2.6.1 release that includes the fix for https://github.com/mbj4668/pyang/issues/884 please? This is already on the main...
I can install and run coursier fine, but the applications that it installs don't work on my machine: XXX/coursier/.scala-cli.aux: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by XXX/coursier/.scala-cli.aux). I'm running Redhat...
### Change Scope Adding a boolean configuration setting to set the df-bit for sflow packets to a particular collector. This change is backwards compatible. ### Platform Implementations * Implementation IOS...
### Change Scope * Clarify meaning of ecn-marked-pkts and ecn-marked-octets * Not backwards compatible, but unclear if there are any existing implementations. * See #1298 for more details * ###...