-
**Subtasks**
- [ ] Read #230 carefully
- [ ] Fix bug: UncompleteTaskApplicationCommand should be executed only if status === 'Uncompleted'
Add tests cases for LearningMaterialsTaskRestController …
-
Runing an enhanced broker cluster with mysql store we see that autocreated queues are not removed from DST table when destination is supposed to be destroyed.
Calling a simple consumer on a nonexsi…
-
**Issue by [jijoong-moon](https://github.sec.samsung.net/jijoong-moon)**
_Friday Aug 24, 2018 at 01:06 GMT_
_Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/402_
----
## …
-
JDK 8 will introduce profiles, where some of them will not contain JAXB support. It would be good to update spec formulation to require JAXB support only in profiles where JAXB is available. This also…
-
Prior to optimization, Stratosphere checks that a `Plan` is properly wired (no loose ends, missing data sources, data sinks, etc.). This is done by the so-called `ContextChecker`.
In #401 the `Contex…
-
It took about an hour for me to figure out how to play multiplayer with another person in the same household when I had access to both headsets. I can only imagine how hard it is to troubleshoot this …
-
I have a failing spec in my project that is coming from a null typeclass, and I suspect this is a bug in Magnolia
```
[info] - should derive a case class *** FAILED ***
[info] java.lang.NullPoi…
-
I think you now that google hangouts provide screen capture reature without extensions.
Do any one know about it? and how it`s work?
Is this a google cheating?
pahaz updated
5 years ago
-
At
http://www.soundcomparisons.com/#/Contributors
many images that used to work no longer do, and just show the dummy placeholder...
-
崩溃在这个方法里
func toJSON() -> [String: Any]? {
if let dict = Self._serializeAny(object: self) as? [String: Any] {
return dict
}
return nil
}