Jason Marmon

Results 15 issues of Jason Marmon

There's a pretty serious bug in this library that causes the app to crash when hiding the indicator. There have been two PRs to fix this already and you haven't...

When I try to run this (ctrl-alt-x and ctrl-alt-t both have this issue), the "starting rspec" shows up and hangs forever. No error messages in the console and I added...

Using the easing functions on my iPhone 5s is fine, but when I move to the 5s simulator in XCode 6, the animations are super spazzy.

I don't really care how productive I am from 10:00 PM to 9:30 AM. would be nice to be able to disable this regularly for that timespan.

### Describe the feature you'd like to request I would love the ability to define invalidations in my query/mutation definitions, so that queries can be automatically invalidated without having to...

### What happened? We pass a custom `clusterSecurityGroup` to our cluster. ```ts const clusterSecurityGroup = new aws.ec2.SecurityGroup("cluster-sg", { vpcId: vpc.vpcId, tags: { Name: 'cluster-sg', }, ingress: [.... ], egress: [......

kind/bug
impact/reliability
awaiting-feedback

as discussed in #615, gpg is unable to prompt for a passphrase when you run `lein repl`. If you don't configure the agent properly, your repl will just hang. However,...

Windows

It would be useful to not have to import a million rows just to test a collection file. I think it would be useful to be able to pass a...

Attachment URLs currently point at the configured "base URL" of the FHIR server: https://github.com/smart-on-fhir/bulk-data-server/blob/0cea99318a7a7d153083ef3b8156143c1bd2bcb4/transforms/dbRowTranslator.ts#L101-L119 However, in practice the real Base URL for this server can change based on the parameters...

### What happened? When trying to run `pulumi refresh` on a stack using an ESC env, I was getting this error: ``` error: Preview failed: 1 error occurred: * Retrieving...

awaiting-feedback
kind/bug