James Roper

Results 100 issues of James Roper

I've had a look at the subscriptions spec, and I'm not sure where the right place is to initiate this conversation is, but it seems rather unidiomatic in the way...

lifecycle/stale

The Config field contains YAML, not JSON.

Skip Changelog

Just browsing the source code for the GCS resumeable upload implementation, I noticed a bug. This code is supposed to split the stream into byte string chunks of the same...

p:google-cloud-storage

In a project where you're already using Alpakka to access Google services, you may want to get an access token directly, for accessing Google services in a way that Alpakka...

p:google-common

Multiple Google Alpakka libraries may require the same OAuth scope, and append the same scope to the list of scopes in their `reference.conf` file. If a user then includes both...

p:google-common

The GoogleSettings class in Alpakka is very private. It won't tell you anything about what credentials it has loaded, in case you want to log something to debug to make...

p:google-common

This would probably be an entirely new feature. But, imagine you have a system with a million users stored in a database. And you want to select one based on...

If I make a request to an Akka HTTP server with an unsupported method, I get this: ``` $ curl http://localhost:9000 -X REMOTE -D - HTTP/1.1 501 Not Implemented Date:...

1 - triaged
t:model
t:core

This functionality from play-geojson would be useful in play-json: https://github.com/jroper/play-geojson/blob/master/src/main/scala/au/id/jazzy/play/geojson/GeoJson.scala#L265-L283 It's used when you have a hardcoded field that must always be a particular value - this is especially useful...

If using asymmetric key pair synchronization, ie, a public and private key, you may only want the public key synchronized to various locations, while the private key should not be...

enhancement