Sven Herzberg

Results 10 issues of Sven Herzberg

**What did you do?** 1. Look for the protocol specification of SocketCluster. 2. Find https://github.com/SocketCluster/socketcluster/blob/master/socketcluster-protocol.md 3. Read it. **What did you expect would happen?** 4. The full protocol specification would...

This change will allow using the builder pattern with `TypeSafeMiddleware`. ## Description The builder pattern is a useful way of writing compact code in a functional way. Regular middleware can...

I have an enum type with 90%+ if the enum values being very self-explanatory, so I only documented the important ones like this: ``` /// This is a good type....

bug
libclang

Sometimes I need to push a Mock object into a proprietary framework (such as Apple's or a framework like Google's Analytics SDK). In these cases, it would be useful if...

Feature request

Applying monospaced digits lets the text be less jumpy during the animation.

I downloaded the zip file from: http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip I wrote this script to extract it: ``` javascript #!/usr/bin/env node var fs = require('fs'); var unzip = require('unzip'); var reader = fs.createReadStream('GeoLite2-City-CSV.zip');...

When I use `anything()` in my tests, the compiler sometimes is not able to infer the type of the matcher (e.g. when I use generic convenience methods that will have...

At AddApptr, we are providing a binary only SDK called [AATKit](https://cocoapods.org/pods/AATKit). Today I wanted to release a modified version of the spec (with the binary upload on our servers unchanged),...

In this scenario, the callbacks don't get called anymore. I'm pretty new to Android development, so I actually don't have a clue where things get stuck, can you please help...

I saw that you've been starting to work on a v2-API for the binding code, please also change the signature of the callback to make this possible: ``` javascript bind.toFile2('path/to/template',...