Maximilian Schulz
Maximilian Schulz
When added to a rails app it fails with an ``` ruby undefined method `[]' for nil:NilClass ``` when there is an error in a sass file (i.e. a missing...
Neo4j 3.40 added support for [temporal types](https://neo4j.com/docs/developer-manual/current/cypher/deprecations-additions-removals-compatibility/#cypher-deprecations-additions-removals-3.4). Unfortunately, boltex does not support it yet and throws an error `Neo.ClientError.Request.Invalid` with `DateTime is not yet supported as a return type in...
1. What version of RN and react-native-fcm are you running? 11.2.0 2. What device are you using? (e.g iOS9 emulator, Android 6 device)? Android 8.0 (OnePlus 5) 3. Is your...
I am trying to setup a cluster but the tool throws an error: ``` NAME:testapp MASTERS: 1 WORKERS: 1 ETCD NODES: 0 HA: false ISOLATED ETCD: false 2018/08/28 12:07:58 creating...
I guess I am doing something wrong, but when I call `tracklist.GetTracksMetadata(tracks)` I receive the following error. I guess I have to prepare `tracks` differently, but I have no idea...
I know that this is probably not the right place to ask, but I just created a small app which is checking a MediaPlayer for its status. The service is...
I copied the example code and added set code length to 5. `onTextChange` is triggering a state change. `onFulfill` is reading state and rendering an alert. Unfortunately, the state update...
In our company, we are working more and more with engines to separate concerns and work with smaller applications. For our upcoming project, we would like to use sorcery for...
Hi there, we are currently exploring `kafka_ex` in combination with `snappy`. It works quite nice, but we hit an issue when we deployed to a staging system. It was crashing...
From what I have seen, most client libraries support auto-reconnects. It would be really nice to have this 🙈