Josh

Results 28 comments of Josh

@talha-asad I'll give it a look. Thanks for remembering!

FYI, I'm going to try using SOFA instead with some data from [York Uni's SADIE database](https://www.york.ac.uk/sadie-project/database.html)

Just to let you know I've had success with SOFA. It might be good to put some info into the readme detailing that: 1. MIT HRTF does not work with...

The IOS-DFU-Library has been updated to work with Xcode 13, and this PR now builds fine. Might be good to fix the podspec dep to 4.11.1 though?

@mostafaberg @philips77 this is the last piece in the puzzle for getting an app to build on Xcode 13. Do you have a timeline for reviewing this? Apologies if you...

Definitely have an index for the `loc`, since the subsequent manually-created query works fine. Also was working up until I upgraded to 4.x (AFAIK). I will check the unit tests...

Ok it looks like this is my mistake, something else weird is going on with a destructure operation. That does actually work, (replacing the query with {near: '1,2'} ). Thanks...

Hi @OlivierMartineau. Great suggestion. Feel free to make a PR for this.

So I think there are two separate issues here: `required: true` could be done through ``` javascript myPolygon: { type: mongoose.SchemaTypes.Polygon, required: true } ``` The default values for properties...

@pandres95 you're getting the error on the "polygon" node and that's the only one with backslashes (`c:\\proyectos\\sigcampus\\graficos\\imagenes\\bloques\\Gb.jpg`) - can you try it removing the those?