John Reeves
John Reeves
I have a project that needs to use some Java functions but the majority is using typescript. Unless I'm missing something, I didn't see a way to do that with...
If I have a project that uses multiple runtimes (configured individually per function), using this plugin will treat them all as TypeScript and attempt to compile them. This blocks using...
### Operating system Linux ### Browser name and version Firefox 96, Chrome ### Expected behavior I can log into the player with the same email+password as my account following whatever...
The externs file for typeahead-bundle is missing some important externs for the library, namely anything in Bloodhound nested deeper than the top level functions. For example, it's missing Bloodhound.tokenizers (and...
... too intrusive.
Hard to describe, but this is when using multiple runtimes, and the other runtime has manual packaging. So we use the `package.artifact` configuration in serverless.yml, e.g.: ``` functions: hello: handler:...
When minilog is used in a project that builds with something like rollup.js, when strict mode is enabled, octal literals (bare or in strings) are not allowed. This patch uses...
Allows someone to bookmark the page with some settings in the form of query string parameters. E.g. "?progress=3". If any are set this way, it also runs `generate`. This is...
There was one line that explicitly used https regardless of the registry URL. Now it chooses http or https based on the URL protocol.