Will Madden
Will Madden
The last commit was 2 years ago, there's no documentation, and nobody's requests for help or documentation appear to have been answered. But this is a really useful tool! It's...
## Example: ```hbs {{#paper-item as |controls| }} Outer item {{#controls.button secondary=true iconButton=true href="https://example.com"}} {{paper-icon "add"}} {{/controls.button}} {{/paper-item}} ``` ## Problem Clicking the secondary action button will have no effect. The...
I'm not sure how to debug this further, `cordova-res` fails with a segfault whenever I try to generate iOS icons. Android works OK. Here's the verbose output from the command...
### Version info **React:** **Firebase:** **ReactFire:** 4.2.2 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ``` const myDoc = useFirestoreDoc(myRef); console.log(myDoc.data.data().anyProperty); //
**Is your feature request related to a problem? Please describe.** The plugin fails to build on Android unless: * `compileSdkVersion` >= 32 * `minSdkVersion` >= 22 * `targetSdkVersion` >= 32...
The compiled output of the package includes `require()` statements, which are invalid in ES modules. There's no obvious good reason for this but it's probably related to the scattering of...
It'd be really useful if ObjectProxy provided some (or all) of the methods on Bridge, especially the find methods. Then, a = Melomel.find("a") b = Melomel.find("b") would be equivalent to...
Hi, it would be awesome if there were more sophisticated methods to find components than by property. E.g. jQuery-style CSS selectors, Melomel::find("#someId > com.myDomain.Child com.myDomain.Descendant")
Have you given any thought to integration with IDEs like Flash Builder or IntelliJ IDEA? Is it possible, at the moment? Failing that, do you think it'd be possible to...