Miloš Marković
Miloš Marković
While compiling `ex_admin` i get the following error: ``` lib/ex_admin/utils.ex:6: module Ecto.DateTime.Utils is not loaded and could not be found ``` phoenix: 1.3.0 ecto 3.0.0-dev phoenix_ecto: 3.3 postgrex: 0.14.0-dev I'm...
I'd like to know if there are any plans to support reading/writing GDB files? Also are there some limitations that would prevent implementing this functionality?
Just curious if there's a way of using meteor methods for database queries or we have to use the insecure package?
How would i go about searching records in a project based on the code from todos example? For instance trying to search core data: ``` swift func updateSearchResultsForSearchController(searchController: UISearchController) {...
App crashes when running on iPhone with the message: ``` dyld: Library not loaded: @rpath/InflectorKit.framework/InflectorKit Referenced from: /private/var/mobile/Containers/Bundle/Application/***** Reason: no suitable image found. Did find: /private/var/mobile/Containers/Bundle/Application/*****/Frameworks/InflectorKit.framework/InflectorKit: mach-o, but wrong architecture...
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users....
OGC Parser didn't parse styles for me, and I needed this feature for my use case, since geoserver can configure multiple styles. For me half the tests are failing so...