Nicholas Bransby-Williams
Nicholas Bransby-Williams
 I created two gradle projects with the intellij wizard, one with Intellij Platform Plugin selected and one without. Then I add coroutines to the dependencies in the build.gradle: ```...
This would remove the overheads associated with the wrapper classes
# This is a Feature Proposal ## Description Is it possible to specify file patterns to be removed from module dependencies on individual packaging? Switching to yarn has already considerably...
$ npm run dev > @stencil/[email protected] dev > sd concurrent "stencil build --dev --watch" "stencil-dev-server" [57:27.1] @stencil/core v0.1.6 [57:27.2] build, app, dev mode, started ... [57:27.2] compile started ... [...
Why do you not state in the documentation that strings in don;t equals strings out? It appears if set a string then get it I get a buffer instead?
Or is there an alternative?
According to these docs, if you want to call the API as an connect app you need to pass JWT in the query string or header param: https://developer.atlassian.com/cloud/bitbucket/authentication-for-apps/ Also to...
https://github.com/touchlab/Kermit/blob/ea05457d4e5b062f1cf1cc9b2e68f61aab810606/kermit/src/darwinMain/kotlin/co/touchlab/kermit/OSLogWriter.kt#L42 Means we can't get the stacktrace from the logs unless running in debugger
Could this example be updated to include the configuration of a NAT gateway so the lambdas can access the internet? Can't find an example serverless.yml file anywhere that shows how...