WALDEMAR KOZACZUK
WALDEMAR KOZACZUK
Could anyone please weigh in on it? Would you be interested in a pull request to enhance hpet clock functionality in hyperkit to support 64-bit counters?
While trying to make OSv unikernel to boot on hyperkit I discovered that the assert https://github.com/cloudius-systems/osv/blob/master/drivers/hpet.cc#L55 to verify the counter is 64-bit breaks. I actually disabled the assert which made...
Any update on this?
Yes it is a duplicate. And based on #343 it looks it will never be fixed.
At a minimum though the Swagger part of the Scalatra documentation should mention that enumeration objects are not supported in models.
Would this be an example of this problem? java.util.NoSuchElementException: key not found: org.scalatra.atmosphere.AtmosphereClientConnection java.util.NoSuchElementException: key not found: org.scalatra.atmosphere.AtmosphereClientConnection at scala.collection.MapLike$class.default(MapLike.scala:228) ~[scala-library-2.10.4.jar:na] at org.scalatra.servlet.RichSession.default(RichSession.scala:9) ~[scalatra_2.10-2.3.0.jar:2.3.0] at scala.collection.MapLike$class.apply(MapLike.scala:141) ~[scala-library-2.10.4.jar:na] at org.scalatra.servlet.RichSession.apply(RichSession.scala:9) ~[scalatra_2.10-2.3.0.jar:2.3.0]...
I am willing to take a stub at fixing it. Does anyone have a repeatable way to replicate the issue?
Yes I am. Can you write a unit test that would exhibit the problem? Sent from my iPhone > On Jan 19, 2015, at 12:30, Stefan Ollinger [email protected] wrote: >...
I finally figured out how to reproduce these two issues and pinpoint why exactly they occur: 1. "Closing a AtmosphereResource can close the HttpSession (invalidate, code already commented out)" -...
I have a trouble getting the original atmosphere unit test to pass even without any ofmy changes. Anybody experiences same behavior? Could it be that since the test is multithreaded...