Konstantin Käfer

Results 69 comments of Konstantin Käfer

Trying to release 1.0.3, but getting this error from npm: ``` npm ERR! Error sending version data npm ERR! Error: os_process_error OS process timed out.: chrono/1.0.3/-tag/latest npm ERR! at Request._callback...

https://gist.github.com/4a6fb18b29281d12e42e

Maybe this feature could be added by not dropping them on parse time but skipping over "dropped" tokens on traverse time, similar to how `traversesTextNodes` works

I'd like to extend this request to node.js; bean.js assumes some global objects like `window`, `document` or `navigator` which do not exist in node land.

> Potentially we could auto-detect the cmake version to start using file(DOWNLOAD ... for recent versions to avoid the curl dependency. Has this been an issue in practice?

> This would be nice because we could then use a database to manager the list of packages and provide a friendly user interface perhaps for managing of these packages....

> Mistakes are made and sometimes we might need to remove or update a package in the past. In the past, we've used the S3 console or CLI client to...

In most packages, we manually return an empty string for `ldflags`. In some cases, e.g. [GLFW](https://github.com/mapbox/mason/blob/master/scripts/glfw/3.1.2/script.sh#L39), we're manually removing the library link flag, while retaining link flags for third party/system...

Agreed, let's do this. Should we retain the `MASON_ANDROID_PLATFORM`, which is currently `9` or `21` (for 64 bit), or just generally compile against the most recent SDK, and drop it?...

> you increase your APK's footprint. Wondering what that means; are they referring to binary size? If so, it's unclear to me why that would increase binary size in any...