Thomas Broyer

Results 33 issues of Thomas Broyer

Using `--mode share-nothing`, the whole data.json file is retrieved from the server, without sharing the list of packages from node_modules to the server. Server code has been modified to allow...

### versions - SlimerJS: 0.10.2 (with modified application.ini to whitelist Firefox 51.0) - Firefox: 51.0.1 - Operating system: Ubuntu 16.10 ### Steps to reproduce the issue 1. Run some script...

we need to investigate

I recently updated all my dependencies after a few months, and now have a report: ``` 62:34 error location.hostname() is not supported in Opera 71 compat/compat ``` Looking around in...

While creating [the `net.ltgt.nullaway` Gradle plugin](https://plugins.gradle.org/plugin/net.ltgt.nullaway), I compared https://github.com/uber/NullAway/blob/v0.6.6/nullaway/src/main/java/com/uber/nullaway/ErrorProneCLIFlagsConfig.java and https://github.com/uber/NullAway/wiki/Configuration and noticed there are a few options that are not documented in the wiki: * `SuggestSuppressions`; this one is...

According to https://github.com/google/j2cl/issues/98#issuecomment-659101173 that's the intended behavior.

cla: yes

**Is your feature request related to a problem? Please describe.** For accurate incremental transpiling, external tooling (Maven, Gradle, etc.) need to determine which files to re-transpile when a given file...

I'm sure this has been brought up before, but I can't find anything here, so opening as a tracking issue. **Describe the bug** J2CL tools (GwtIncompatibleStripper, J2clTranspiler, and probably others)...

Calling `./gradlew ktlintFormat` with Gradle 7.0-milestone-3 displays: ``` > Task :runKtlintFormatOverMainSourceSet Execution optimizations have been disabled for task ':runKtlintFormatOverMainSourceSet' to ensure correctness due to the following reasons: - Gradle detected...

bug

See #56 for the context. My downstream server doesn't look at `X-Forwarded-Host`, expecting the `Host` header to be the original one received by the reverse proxy (HAProxy in our case...