-
I get this error whenever I try to launch navigation
> java.lang.NoSuchFieldError: No static field navigationView of type I in class Lcom/mapbox/services/android/navigation/ui/v5/R$id; or its super…
-
Inspired by this little [tweetstorm](https://twitter.com/dan_abramov/status/710642981016100864).
## Problem: Side Effects and Composition
We discussed effects in Redux for ages here but this is the f…
-
I've done a fair amount of work on this, adding in beat detection, more effects, and tidying up some of the code to make it more flexible for new effects - [Here's a quick preview](https://streamable.…
-
machinekit would make a great realtime playout/device control layer for [ROS](http://www.ros.org). ROS could become an alternative driving layer, in parallel to the existing CNC control application (r…
-
Provide a way to define not automatically downloaded files in content.json. It will make possible to create larger sites with many image (and later videos).
To do this we can simply add `optional_fil…
-
New user here, and not very experienced with programming.
I love the interface, and have been working on a trial scenario. All was well - I had about 4-6 hours in and have learned a lot. I had just…
-
## ToDo List - EC2 Instance
- [x] Give the VM a name = hacko-postgresql-development
- [x] Select AMI = Amazon Linux 2-based AMI (ami-7f43f307)
- [x] Select VM instance type = t2.large
- [x] Select…
-
I wouldn't mind working on joins for the query interface :) Do you have any thoughts on how you would have liked the feature to be designed? It's technically non-obvious because as soon as the query c…
-
This may be similar to #18 . I started playing with the teensy audio library + leds, and am using the following in my sketch:
```
#include
#include
#include
#include
#include
```
From…
-
Hey,
In large projects it is extremely useful to have the flexibility of defining different log levels for different modules / subsystems / files / objects, especially during debugging or bug chasing…