Konstantin Käfer

Results 41 issues of Konstantin Käfer

The functionality to match something, but not add it as a child node would be useful. E.g. I usually don't care about whitespace, but I have whitespace nodes littered over...

Incorporating @jan-moeller's suggestion from #2. There are a few caveats with this: I changed the `value_type` to `typename Element::value_type`. The `element` wrapper is used for custom comparisons inside an `eternal::map`,...

The previous implementation tried to detect old deployment targets for macOS that doesn't have the newer `utimensat` call. Unfortunately, it would just detect macOS, and didn't check for the corresponding...

When omitting startValue/endValue, Speedscope hangs the browser when using current-day timestamps: ```JSON { "$schema": "https://www.speedscope.app/file-format-schema.json", "version": "0.0.1", "profiles": [ { "events": [ { "type": "O", "frame": 0, "at": 1592385255 },...

Would be cool to add https://www.npmjs.org/package/node-pre-gyp to avoid having to rebuild the module every time, e.g. when it is installed on Travis.

I think conceptually, it makes more sense to move the Exports tab to the sidebar rather than keeping it in an individual project's exports dropdown.

ui

Prototyping the introduction of a templated base class for binding to Java objects. This is still missing support for native peers. The idea is to introduce parallel classes in C++...

Convert Tag types to `jni::Tag` types before instantiating the Object/Class/Method/Constructor/StaticMethod/Field/StaticField types. This removes a source of error where two Tag types returning the same string yielded incompatible Object/... types. Instead...

I noticed there are a few packages that use branch names, or something like `latest` as their release version. Please don't do this; mason doesn't automatically update those releases when...

As described in http://beets.io/blog/sqlite-nightmare.html, this may not be detected correctly, so we should double-check that our Mason builds have this set.