Ulf Adams

Results 12 issues of Ulf Adams

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `ts_project` ### Is this a regression? Unknown. ### Description When enabling persistent workers for `ts_project`, the...

package:typescript
bazel restriction
fix-in-new-core

I am trying to generate a config for debian:buster, and get this error message: ``` ERROR: Analysis of target '//java/com/engflow/example:example' failed; build aborted: com.google.devtools.build.lib.packages.RepositoryFetchException: no such package '@rbe_default//config': Traceback (most...

Hi all, I ran some builds with Bazel and I have some observations that I wanted to share. 1. Bazel downloads a ton of third-party jar files, with sequential version...

The Java implementation sometimes doesn't output the closest two-digit representation of a number, but instead rounds to one digit (correctly), and then appends a '0'. Known examples: ```1.0E-323``` should be...

bug
Java

### Description of the bug: We're occasionally seeing Bazel crashes in our Arm64 CI pipeline, like this: ``` (14:48:12) FATAL: bazel crashed due to an internal error. Printing stack trace:...

type: bug
P2
team-Performance

See https://github.com/ulfjack/ryu/issues/225.

I'm not sure if GH keeps it across runs.

You should set HTTP_IF_NONE_MATCH and HTTP_IF_MODIFIED_SINCE: ``` fastcgi_param HTTP_IF_NONE_MATCH $http_if_none_match; fastcgi_param HTTP_IF_MODIFIED_SINCE $http_if_modified_since; ```