-
This program deadlocks:
```rust
use parking_lot::RwLock;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
fn main() {
let lock = Arc::new(RwLock::new(()));
let run…
-
For models such as pearl necklace which have an integer number of pearls, some bumps fitters will fail. LM and newton in particular will fail; nelder-mead and DE won't fail, but may not select the be…
-
AWS released [advanced logging controls](https://aws.amazon.com/blogs/compute/introducing-advanced-logging-controls-for-aws-lambda-functions/) for Lambda.
On the whole, it works great with the `slo…
-
This is simply a collection of Jupyter notebooks published together as a book. I already have the first 3 done.
This is a handbook for how to generate and share Hypermaps using software in the spar…
-
## Summary
Owner-written annotations are an excellent way to communicate what a HASH TX represents, including its historical significance.
But incorrect or misleading annotations could induce un…
-
**Describe the feature:**
We had recently had some near catastrophic issues in versions of agent that ideally we could have used the platform to warn against and allow the user to dig deeper in to op…
-
Hi,
First of all, thanks for dev of mmdetection, this seems to be a great tool to focus on design of advanced architecture for detection task family.
## Bug description
I am trying to visua…
-
I feel like I may be using the APIs incorrectly, but I can't figure out what I'm doing wrong. The following code:
```java
new YAMLMapper()
.writer()
.without(YAMLGenerator.Feature.WRITE_DOC_STAR…
-
Currently it's a bit strange that HelloZeroNet is a user with all the repositories in that account.
To get more contributors on board and showcase the project better, it would be good to transform …
-
Maybe this is "solved" but I'd like to see us create a series of small codelabs that are "living", that is, are updated as the packages are updated, and are required to pass (on travis, or at least on…