Jake Swenson

Results 12 issues of Jake Swenson

![image](https://user-images.githubusercontent.com/1854799/67499066-4d2cec00-f635-11e9-8f9c-84d99ca652d7.png)

I'm trying to add `probot-stale` as a [composed app](https://probot.github.io/docs/deployment/#combining-apps), but it's failng to load because `getInstallations` is not a function. It seems it was renamed to `listInstallations` according to this...

bug

I just wanted to give a heads up that nushell is seeing an assertion error/panic with the latest version of `miette` (`5.3.1`) nushell/nushell#6541 ``` × External command failed ╭─[entry #1:1:1]...

bug

Not sure how this is happening, but i added ninject to my project and on the first call to the action i am getting: ``` Error activating IFilterProvider using binding...

This is an attempt at starting to plumb a location (or in this case a `Span`) through to the parsing/AST layer: #757. # Changes 1. Add a new wrapper type...

[Cassandra 9666](https://issues.apache.org/jira/browse/CASSANDRA-9666) @jeffjirsa

Check out: http://stackoverflow.com/questions/2162275/convert-files-to-unix-format-using-maven

We should support the joda `Duration` type in request objects (probably already working, but we should use it for stuff like TTLs) and query parameters (not working, good for invisibility...

enhancement

its currently error prone having to maintain the suite classes. ``` @RunWith(Categories.class) @Categories.IncludeCategory(BuildVerification.class) @Categories.ExcludeCategory(VerySlowTests.class) @Suite.SuiteClasses({ StandardApiTests.class, MessageRepositoryTester.class, PopReceiptTester.class, QueueDeleterTests.class, ReaderTester.class, RepairTests.class, TimeTests.class, YamlConfigTest.class, QueueRepositoryTester.class, ApiAuthenticationTests.class }) public class BuildVerificationTestSuite {...

enhancement

When creating a queue we should allow configuration of CORS. This way you could write a web page that posts to a queue using "ajax" + signed query authentication

enhancement