langdonx

Results 22 comments of langdonx

Thanks for the quick reply! I'm still using Angular 1 and will be for the foreseeable future. Do you accept pull requests? It looks like you can tell something went...

Is it possible that this can be changed? Are you open to PRs? My controllers are written with classes, so there's no decent way gain access to `$scope` or my...

I recently started using fully qualified definitions in my spec file because of some DTOs that shared class names (in different namespaces). So the `definitions` section of my spec file...

I'm using it with 1.4.3?

ETA: I thought a trigger was causing it, but it wasn't. The trigger was in play for a SQL Server migration. The issue appears to be because of us specifying...

I found this `.HasSpatialReferenceSystem(4326)`, but it doesn't seem to have any effect. ST_Y, ST_X are still used. ``` builder.Property(a => a.GpsLocation).HasColumnName("gps_location").HasSpatialReferenceSystem(4326); ```

I saw this, but I don't think it's a very good solution: - https://github.com/gmarty/grunt-closure-compiler/pull/36 A think a better solution would be... - if file exists closurePath (file exists, not directory),...

There are countless articles on why this is a good idea. Someone has even dedicated a domain to it: http://youmightnotneedjquery.com It mostly boils down to performance and the fact that...

I can reproduce (one monitor is vertical). If you can point me to where in the code the actions occur, and a commit of your last fix to remove the...