-
Hi,
When parsing JSON that looks like this:
``` javascript
{
"key1": "value1",
"": "value2"
}
```
An error is thrown and the parsing is unsuccessful:
```
TypeError: Cannot read property '0' of…
-
From hackernews, sorry :)
https://github.com/jimhigson/oboe.js
"Oboe makes it really easy to start using json from a response before the ajax request completes."
jean updated
11 years ago
-
Hi, I cannot compile Cpal on android (with termux) because of an error related to the JNI package
![Screenshot_2023-12-19-13-36-53-081_com termux](https://github.com/RustAudio/cpal/assets/4235617/e…
-
Android version(s): 10
Android device(s): Samsung s10, Samsung s20, Samsung Tab s6
Oboe version: 1.5.0
App name used for testing:
Hello Oboe
**Short description**
Audio is noisy when device …
-
### Issue type
Crash or freeze
### Bug description
So I've recently been getting an error on a piece I'm transcribing on playback, specifically on an A-flat on the Oboe on the third measure. It onl…
-
Hello,
Thanks for your effort in such an excellent tool for matching ontologies.
I am using your API in my research and I found an exception happened when I try to load an ontology the have a bro…
-
With oboe in a web worker, I have no errors in v2.1.4
in v2.1.5, with no other code changes, I get error:
```
oboe-browser.js:2788 Uncaught ReferenceError: window is not defined
at streaming…
-
When I download an ontology from the system, it creates two prefix entries for oboe-core:
`@prefix oboe-core: .`
`@prefix : .`
- [ ] It is not clear why OBOE is needed and inserted into the…
-
We need to test AAudio and Oboe on various devices. So if YOU have published an app that uses Oboe, please add a comment to this Issue. Include a link to the Play Store. Thanks!
See list [here](htt…
-
I'm streaming more than one JSON file simultaneously with Oboe, in Firefox 28.0. One of the streams contains information about a UI event, so for now I'm trying to pop up an alert() box when that eve…