Christopher Dignam

Results 173 comments of Christopher Dignam

I've noticed this delay too. It gives firestore a really poor user experience when loading pages. Other libraries could be used to implement another layer of caching, but firestore already...

I'm having a similar issue with pyjade. I cannot use the `type` attribute of the `input` element without an exception being thrown. ``` File "/usr/local/lib/python3.5/site-packages/pyjade/ext/html.py", line 88, in visitExtends raise...

@jelder We don't have any rules that connect to the database, but I'm definitely open to ideas for rules that require more database information I think my original idea for...

@bmorganpa I think that would work. SQL statements are delimited with semi-colons, so that could help with parsing too. I'm open to PRs supporting this feature

I think implementation wise this is definitely doable one workaround that might work in the meantime would be to try this: https://kodiakhq.com/docs/config-reference#mergedont_wait_on_status_checks Kodiak won’t wait for those PRs that have...

@charliegroll Do you use AWS? I was thinking we could allow users to configure an SNS topic in their `.kodiak.toml` that Kodiak would publish to. I think that's a little...

Another follow up question. When a developer approves a snapshot change, will that GitHub Status Check ever be in the pending state again? For example, if a developer approves the...

Hi @paulgessinger, thanks for reaching out I think you may need to accept a new permission for your Kodiak installation. Try navigating to your installation settings and see if Kodiak...