Bruce Krysiak

Results 12 issues of Bruce Krysiak

Just a note that while the README says you can do ``` # lib/tasks/deploy.rake namespace :deploy do desc 'Deploy app in production environment' task :production do Paratrooper.deploy("amazing-production-app") do |config| config.maintenance...

See https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html#how-do-i-enable-cors > In the new S3 console, the CORS configuration must be JSON. I'm still working through the tutorial but I think it should be: ```JSON [ { "AllowedHeaders":...

It's very helpful to have float (ie msec) precision in timestamps, especially when you want to use the created_at time as the sort value for ActiveRel's. I'm manually doing something...

Fixes #272 This pull introduces/changes: * adds an :http_adaptor option to CypherSession::Adaptors::HTTP.new for Faraday adaptor * Pings: @cheerfulstoic @subvertallchris

Fixes #272 This pull introduces/changes: * adds an :http_adaptor option to CypherSession::Adaptors::HTTP.new for Faraday adaptor Pings: @cheerfulstoic @subvertallchris

The [Faraday](https://github.com/lostisland/faraday) gem [spells adapter with an e](https://github.com/lostisland/faraday/search?utf8=%E2%9C%93&q=adapter). This could lead to some confusion for the fix in https://github.com/neo4jrb/neo4j-core/pull/273 as it is unclear if we should use the Neo4j-core or...

Fixes https://github.com/neo4jrb/neo4j-core/issues/275 This pull introduces/changes: * changes spelling of adaptor to adapter (with an 'e') everywhere to match Faraday gem and standard US English Pings: @cheerfulstoic @subvertallchris

Included some minor code cleanup and reordering test assertion arguments so error messages make more sense Closes [Implement attribute start matching, ie [foo^=bar]](https://github.com/rafaelw/mutation-summary/issues/4)

OSX 10.11.1 JRE 1.8.0-40-release-b92 When I open any require.js project, I get StackOverflow errors, some samples: --- null java.lang.StackOverflowError at com.intellij.openapi.module.ModuleManager.getInstance(ModuleManager.java:42) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.b(ProjectRootManagerImpl.java:451) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.getContentRoots(ProjectRootManagerImpl.java:168) at requirejs.RequirejsProjectComponent.findPathInContentRoot(RequirejsProjectComponent.java:199) at requirejs.RequirejsProjectComponent.getWebDir(RequirejsProjectComponent.java:161) at...

Fixes retries / #77