Josh

Results 10 issues of Josh

I was using `$type` instead of `type` for my typeKey in mongoose, and it throws an ugly error: ``` throw new TypeError('Undefined type `' + name + '` at `'...

question

It would be great to be compatible with Swift Package Manager - do you think you could add a Package.swift file?

Using the `CAmbisonicBinauralizer`, it works fine with 1st order. However, when I come to configure 2nd order, it fails because in `AmbisonicLib.cpp`, the speakers are initialised like this - note...

I understand there's some support for adding vector shapes as per #66 and #149 but I can't see any way to get events from the shapes or make them editable....

This commit deals with Apple's update which makes the peripheral on CBService optional . It requires the update on the `develop` branch of IOS-DFU-Library to be pushed to cocoapods, and...

I'm having a problem with the custom near query again, using v4.4.1 If I specify a name for the query like so: ``` javascript custom: { … near: 'loc' }...

Despite using `mongoose.Error()` when I use the Schema Types in another project I get this: ``` Unhandled rejection ValidationError: CastError: Cast to Point failed for value "[object Object]" at path...

I didn't see any right-to-left support, so I implemented a custom element if it helps anyone: https://gist.github.com/joshkopecek/11e3f27f0969b4155ccbe0562e5c7cd6

This PR brings the v2 branch up to date with the current changes to y-websocket on master. I'd love to see this published as an official version, as I need...

Any chance you could get the library into Maven or jcenter or similar?