Sam Gammon

Results 155 issues of Sam Gammon

Hey there, We have some interest in building a Chrome extension with the elemental2/J2CL stack. However, we can't yet use elemental2 to great effect because there isn't a `chrome` and/or...

Is it possible with ESPv2 to use a custom `envoy.yaml`, roughly as it was with ESPv1?

Is it possible? I realize one can mount multiple services in the API yaml, but composing APIs in this way requires a different service to be published in, for instance,...

### Description Cannot build with Closure Compiler, even in `ADVANCED` mode with `use_types_for_optimization`, due to `JSCompiler_renameProperty` and `trustedTypes` #### Live Demo See repro [here](https://github.com/sgammon/lit-element-repro) #### Steps to Reproduce 1. Set...

See enclosed commits - fixes an issue with Scala dependencies, and introduces Kotlin support via the same route as Scala.

cla: yes

How would one accomplish this? Obviously JUnit/regular Java tests can already do this, and my goal is instrumenting my server-side code through `rules_webtesting`'s Java rules. Would love to contribute upstream...

This changeset adds support for running tests written in Kotlin, via the same mechanism used to run Scala tests. The README is also updated with a test sample, and there...

cla: yes

Hello esteemed Googlers, I get these warnings when building with `elemental2`, and I was wondering if there is anything I can do to fix it? I would be happy to...

### Step 0: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a Github issue. * If this is...

help wanted
type: feature request

**Describe the bug** I have a Kotlin Multiplatform class as follows: **`Schema.kt`**: ``` @MetaSerializable annotation class Schema ``` **`Document.kt`**: ``` @Schema expect class Document { val id: String? val isCheckedOut:...

bug
can't reproduce