José Manuel Sánchez
José Manuel Sánchez
I have some template files that I'd like to have added to the target folder structure but that shouldn't be linked against the target. It would be nice if we...
I've seen that JSCocoa allows to do this using an outArgument: ``` var error = new outArgument if (![headerString writeToFile:headerFile atomically:true encoding:NSUTF8StringEncoding error:error]) { log("error" + error.outValue) } ``` but...
Right now there is no way to manually dismiss the controller. Is there any issue with making the dismiss method public?
It wasn't building, so I fixed the compilation
The disjunctions export was pointing to conjunctions. I fixed it and added a test
[...]/SourcePackages/checkouts/SwiftCommonMark/Sources/cmark/xml.c:77:30: warning: implicit conversion loses integer precision: 'unsigned long' to 'bufsize_t' (aka 'int') [-Wshorten-64-to-32] escape_xml(dest, source, strlen((char *)source));
With the previous code if the user denies the permission to use the camera the app crashes. With this change it will just show a white screen. It would be...
It seems that you shouldn't try to cycle pages if there are less than 3: https://stackoverflow.com/questions/42833765/assertion-failure-in-uipageviewcontroller We had a crash, and we are now checking for the amount of pages...
I'm getting these 2 errors: ``` ERROR in ./~/react-dropdown-input/index.js Module not found: Error: Cannot resolve module 'react/addons' in /~/prog/swiftmodel/electron/node_modules/react-dropdown-input @ ./~/react-dropdown-input/index.js 11:12-35 ERROR in ./~/react-dropdown-input/index.js Module not found: Error: Cannot...
I've had some issues with some objects, where a memory address would not be correctly erased. I think it would be better if this was customizable from the outside, because...