Jon Wu
Jon Wu
I'm trying to test code that does something like `crypto.subtle.digest('MD5', body)`. However, when I run the test, I get the error `ReferenceError: crypto is not defined`. Do the mocks need...
I have some test code that sets up a mock response like this: fetchMock.mockResponse('', { headers: { 'Content-Type': 'text/html' }, status: 404 }) However, I noticed that my tests that...
`play-swagger` should be smarter when parsing defaults for `Option[A]`. While a workaround here is to leave defaults out of the routes file, this is less desirable because you lose the...
Filed from discussion with @christophercurrie in #217. Here's a possible pattern (not 100% sure). I think using `@JsonProperty` without a value is causing this. I've confirmed that the issue goes...
Does this module support using @JsonFilter within a Scala class to filter out attributes? When I add it to a getter on my Scala class, the resulting object in the...
I was wondering if it was possible to customize the output or content of `{changes}`. It'd be great if we could show the commit hash or short commit hash for...
When generating code in an organization with Person Accounts enabled, custom Contact fields on an Account are exposed as `Account.ContactField__pc` and `Account.OtherContactField__pc`, but the code generator names these as `pc`...
This request is for flow-based requests to be instrumented. Support for this was removed in 681420a and #899, but the old implementation may not have worked. Currently it looks like...
Is it possible to play radio stations or playlists? I'm just setting this up with hubot and it's awesome, but we're using it to control our in-office music / speakers...
I tried to set up an instance on DigitalOcean roughly following your instructions and starting with a node.js image just now. Should the latest version and instructions work? There are...