Benjamin Woosley

Results 50 comments of Benjamin Woosley
trafficstars

Take a look at [my fork](https://github.com/Empact/spatial_adapter) - I have a working fix, but still an outstanding issue or two. Most notably, the schema dumper doesn't seem to be picking up...

> CI fails, seems like some functional tests need to be adapted to match the more specific failure reason string (https://cirrus-ci.com/task/6048174287618048?logs=ci#L3337): > > ``` > ... > AssertionError: [node 1]...

Thanks to all the reviewers and contributors. For posterity, here's the original session in which this was written: https://youtu.be/tRXIkqM8gSI

Hey James, Feel free to implement this and issue a pull request, and I'll be happy to include it. Otherwise I don't see myself getting to it.

Here's the full context of my build attempt: ```bash ben@Node breez % brew install [email protected] Warning: [email protected] has been deprecated because it is not supported upstream! ==> Fetching [email protected] ==>...

@betesh FYI I use webmock for current projects. https://github.com/bblimke/webmock

@knst can you explain or cite a reference as to why these calls are no longer beneficial? I would expect the implementation of `reserve` to be relative to the supplied...

Is it not worthwhile to prevent reallocation if we can, even if there is not a data disclosure risk with this allocator?