Results 19 issues of mrmeku

When cypress first runs, it creates a binary_state.json file to indicate that it has tested out the downloaded test runner before. However, since bazel runs in a sandbox, every test...

Can Close?

Currently ttypescript patches `createProgram` but does not patch `createWatchProgram` or `createIncrementalProgram`. As a result, transformations do not occur when calling those two APIs which is unexpected

enhancement

Currently, glic_unknown is used for libc when running on linux as can be seen here: https://github.com/grailbio/bazel-toolchain/blob/3cf6c59742b58980093e2062e9ec056c3bd492e5/toolchain/cc_toolchain_config.bzl#L76 This is unfortunate, because it makes the toolchain non-hermetic in that any binary which...

enhancement

The current working directory for js_run_binary is within `bazel-out/k8-fastbuild/bin`. This is all well and good, but it conflicts with how bazel expands output paths when a user inputs an argument...

documentation
prioritized

Sometimes a `ts_project` might depend on a target which has both `.ts` source files and `.d.ts` compiled outputs in it (there are a variety of use cases for this but...

enhancement
blocked

See https://docs.bazel.build/versions/master/skylark/rules.html#runfiles-symlinks Normally, the relative path of a file in the runfiles tree is the same as the relative path of that file in the source tree or generated output...

need: discussion
fix-in-new-core

Prior to this PR ts_proto_library could only generate nodejs service. Now it can additionally generate connect-query (grpc-web / react) based services. --- ### Type of change - New feature or...

### What is the current behavior? Right now both tests and source targets are generated as `ts_project`s. This is fine in principle as a default, but disallows me to generate...

enhancement

Fixes https://github.com/daviwil/node-pty-prebuilt/issues/10