nitrag

Results 65 comments of nitrag

mutation, thanks for helping us! I feel like we're close. both on my project and create new project and dumping your files, error still exists. [ERROR] : Unable to find...

@jayeshIT , can you explain in a little more detail please?

Okay followed mutationevent's suggestion then jayeshIT. You need to delete package="..." in (AppData/Roaming/Titanium/modules\android\com.activate.gcm\0.6\TiModule.xml). On line 7. Very very interesting.

Not sure what I did but when I retried to compile it went successfully. PLEASE CLOSE

Thank you! I can confirm this is working for me. ```swift static let userDefaultSuiteName = "group.net.openid.appauth.XYZOAuth" private var authState: OIDAuthState? { didSet { if let authState = authState, let userDefaults...

@mbloch It would be nice if we had a command line variable to override string length, no? I'm inserting strings into a TextField and not a CharField.

@mbloch Ah yes, Postgres native types are VARCHAR and TEXT I think. I'm reading a Shapefile into mapshaper that has fields with text >254 so I'm not sure how that's...

@mbloch Following up rather late on this but you are correct. It is limited to 254 and making it larger corrupts the file. My issue was converting a geojson to...