Brandon Mason
Brandon Mason
The document I'm querying is Example 2 from [http://schema.org/Book](http://schema.org/Book). Here's a relevant snippet: ```json { "@context": "http://schema.org", "@graph": [ { "@id": "#author", "@type": "Person", "birthDate": "1892", "deathDate": "1973", "name": "Tolkien,...
Tests?
This looks like a very handy library, but I'm hesitant to use it without tests. Do you have plans to test, or have you identified barriers that would prevent it?
### Contact Details [email protected] ### Present your request Spreadsheets or tabular data have well established ergonomics that facilitate an effective workflow. Improvements in this regard would multiply the utility of...
I get `Assertion `std::string("playlist") == playlist->Name()' failed.` presumably from [this code](https://github.com/mmccoo/nerd_mmccoo/blob/989535225cab01e81805c320bc75f80544b288fd/audio_sync/kdenlive_utils.cxx#L13). I'm trying to run it on a fresh Kdenlive project. I see this project was written 3 years ago,...
Hey Russ, What would it take to get this running via Wasmer? Right now I get: ``` $ wasmer run main.wasm error: failed to run `main.wasm` │ 1: module instantiation...
Would be handy if we could save and load profiles. This doesn't seem to be working at the moment - nothing happens when I click the option. Is this something...
**Describe the bug** The client is having slow frame rates for me. It doesn't seem to be the data loading, but just scrolling and animations in the UI. **To Reproduce**...
I'm having trouble getting Require.js to recognize the files loaded by the coffee-script preprocessor. Require.js implicitly adds a '.js' extension to all the referenced locations. It can't find the files...
- [x] I have read this document: https://miniflux.app/opinionated.html#feature-request Kudos on creating a project with maintainable code and great documentation! There's a lot being done right here. :+1: I have a...
Sometimes the wrapper JS is blowing up trying to access `this._inst.exports`. This is usually caused by a separate error, but when the wrapper code fails in this way, it obscures...