Daniel Ferreira

Results 11 issues of Daniel Ferreira

**tl;dr: I want to contribute a dataset that uses official datasets (and Google Maps) to geocode ~95% of all polling stations (_seções eleitorais_) in Brazil. A CSV of the data...

new Data request

Code such as %subclass FAFloatyFolderView : FACommonFolderView %end %subclass FACommonFolderView : SBFolderView %end will generate output: Class _logos_class$_ungrouped$FACommonFolderView = objc_getClass("FACommonFolderView"); Class _logos_class$_ungrouped$FAFloatyFolderView = objc_allocateClassPair(_logos_class$_ungrouped$FACommonFolderView, "FAFloatyFolderView", 0); Class _logos_class$_ungrouped$FACommonFolderView = objc_allocateClassPair(_logos_class$_ungrouped$SBFolderView,...

In more recent libdispatch releases, os/object.h comes with `os_retain()` and `os_release()` functions, as can be seen in https://opensource.apple.com/source/libdispatch/libdispatch-685/os/object.h. It'd be nice to have them in this fork for compatibility purposes...

On Android, I'm using Wix's react-native-navigation (https://wix.github.io/react-native-navigation) to implement navigation on my app. My "root screen" in this navigation stack has an `IndicatorViewPager` with three views inside it, which are...

Philosophically, shouldn't the function that fails to catch an exception instead of the unhandled thrower be considered sinful? If we followed the current logic we might declare the callee of...

The `URI` value in an attribute object may be itself a string, instead of a `PDFObjRef`. Not dealing with this case would cause many URIs to be ignored. The following...

PDF files pointed to by other PDF files need not have a `.pdf` extension to be identified as such. I had to apply the following patch to be able to...

As described in the commit message, apply a standard code style for Opal with the following configurations: * Use broken braces without GNU-indented blocks * Use GNU-style indentation (two spaces...

Add some new functions to Opal which are required by WebKit. --- This change is [](https://reviewable.io/reviews/gnustep/libs-opal/7)

The htmlString formatter in lib/formatters.js only replaces `\n` with ``, ignoring possible special characters and others.