-
One big design problem is how to _visually represent_ a task being a child of more than one parent task.
Because in practice, in life and my daily use of tasks, there are many cases where I think …
-
Hello,
does this work with driver ULN2003?
If not can you implement this?
best regards Jan
-
isUnderAttack() is more like itHasBeenAttacked()
For instance, it cannot handle instakills.
It would be better if isUnderAttack() returns true when a unit with a AttackUnit state is targeting you.
Or…
-
There is an old discussion about the semantics of the exists query.
Currently the query is unable to find existing fields that are NOT indexed.
in [#26606](https://github.com/elastic/elasticsearch…
-
Apollo's React HOC was deprecated & is [being dropped in 4.0](https://github.com/apollographql/apollo-feature-requests/issues/366).
I don't have any particular feelings about this specific HOC,…
-
Reference the DIY Hacking article and my new comment on it...
http://diyhacking.com/arduino-mpu-6050-imu-sensor-tutorial/#comment-3543
The article does a nice job showing hookup an arduino Uno... b…
-
It would be great if the unionfs wouldn't just support copy-on-write, but also copy-up when you read a file.
I'm using the rw layer of the unionfs mostly as a cache for the much slower ro layer. Ha…
xelra updated
7 years ago
-
planetoplot could use xarray, which would make a lot more versatile and less complicated library
-
## Description
Without changing any user-facing syntax, it would be helpful to make it possible to avoid re-querying the remote API's based on a local cache file.
## Motivation
During explor…
-
Would be nice to take advantage of the functional interface `java.util.function.Supplier` in Java 8 to support the `@Lazy` annotation on interface methods. Ex:
```
// Example object
@Value.Immutable
…