Daniel J. H.

Results 185 issues of Daniel J. H.

Using `find_package(Osmium REQUIRED io)` and `any_input/output.hpp` fails at compile time if Boost is not installed: ``` /home/travis/build/mapbox/rewrite-exit-destination-signage/third_party/libosmium/include/osmium/io/detail/debug_output_format.hpp:44:25: fatal error: boost/crc.hpp: No such file or directory #include ``` Shold `FindOsmium.cmake` check...

enhancement

It seems like this project is not using a `.clang-format` style file for formatting. Using `make indent` (which calls `astyle` with some options) wants to re-format basically the whole source...

Hey hey :wave: would be cool to support `pathlib.Path` when paths to files are expected, e.g. in `apply_file` (probably in other functions, too). Workaround right now: `str(Path("mypath"))`. With a `pathlib.Path`...

Hashing a variant should take the type index / `.which()` into account in addition to the underlying hash - https://github.com/mapbox/variant/blob/02bd1ac4c07e6db9fe0f01267853e43b41637b74/include/mapbox/variant.hpp#L1002-L1011 - https://github.com/mapbox/variant/blob/02bd1ac4c07e6db9fe0f01267853e43b41637b74/include/mapbox/variant.hpp#L536-L544 Why? Because of the edge case where the...

enhancement

For https://github.com/mapbox/variant/issues/104 - cc @artemp @jfirebaugh In a future version we want to remove the `mapbox::util::` namespace. Until then we provide both adding a deprecation warning to the readme. Implementation...

While working on https://github.com/mapbox/variant/pull/126 I tested what happens if `Ts` are not Hashable. Turns out the error messages are pretty bad - as expected. This is true for all features...

enhancement

Hey folks :wave: I gave this rio plugin a try to quickly encode a DEM raster into tiles the mapbox raster-dem source understands. I then hit the following issue ```...

[context](https://www.meetup.com/Berlin-Functional-Programming-Group/events/241451747/) - work in progress, do not merge (yet?) - mostly a shared playground. cc @hrantzsch @reactormonk @sjsyrek @aische

We should provide means for the user to configure the allocator. The user should be able to plug in e.g. a efficient stack-allocator if she wants to. This needs to...

libsweep
Feature

From https://github.com/scanse/sweep-sdk/pull/70#discussion_r112015508, quoting @dcyoung: > Correct, the SDK will no longer work with firmware v 1.0 which did not include the "MZ" command, among other things. We should provide a...

libsweep