buffpojken
buffpojken
Due to Rubymotion adding support WeakRef, and weakly refed callables, not being able to mark a callback as weak introduces subtle bugs and memory leaks if user references for example...
We have a custom implementation for handling video, in which we extend `BlockEmbed` and provide a custom implementation, which is then registered for "formats/video". This results in a warning being...
**Is your feature request related to a problem? Please describe.** Coming back to Arc from a few major versions back, I found it very hard to find how http function...
**Is your feature request related to a problem? Please describe.** It's not obvious, both from the docs structure and the naming that ```arc init``` is meant to be rerun in...
Intermittently, our application crashes (no obvious pattern) from a EXC_BAD_ACCESS within cdq. Crash log: http://pastebin.com/xdR7G3CQ This happens on iOS 8.1.3, using RM 3.3 and cdq 0.1.8.
**Describe the issue** After upgrading to 10.7.1 from 10.7.0, arc has started to create `index.js`-files for all functions, instead of finding the `index.mjs` it itself created in the previous version....
I've added support for creating objects conforming to AUMediaItem which represents a local, bundled file which doesn't need to be downloaded or managed separately. Two additional, optional methods are added...
Not sure if this is a bug or if it's my understanding based on the example at https://github.com/caxlsx/caxlsx/blob/master/examples/panes_example.md that's flawed. Given the spreadsheet depicted in the screenshot below (which is...