Connor
Connor
ts-proto is great and we've been using it for a while in production. However, having the generated typescript files matching the name of the protobuf file with just the `.ts`...
The UniqueViolationError parser uses a regex to determine if the constraint violation is a suitable error. `const UNIQUE_COLUMNS_REGEX = /Key \((.+)\)=\(.+\) already exists/;` The `.` character class will not match...
While setting up actionmailer and testing it, I have been running into an error. It appears to be caused by prototype-rails, since my example works when I use jquery. I...
### What is the current behavior? Jest provides a config option [cacheDirectory](https://jestjs.io/docs/configuration#cachedirectory-string) which specifies where intermediate file system outputs are written such as transformations or haste map. If left unspecified,...
### What happened? There is a change in behavior introduced between `aspect/5.10.15` and `aspect/5.10.14` where unresolved lint errors do not cause the `aspect lint` command to exit with code 1....
Migrates away from the deprecated @bazel_tools//src/conditions:host_windows condition by determining the correct esbuild binary path at repository instantiation time. Since each esbuild repository is platform-specific (platform attribute is known when the...
Allows esbuild config attribute to accept a js_library target, automatically including its dependencies (e.g., esbuild plugins) in the build without manually adding them to srcs. This fixes the issue where...
The bazel-sandbox plugin throws errors when esbuild resolves external paths (marked via the external attribute), even though these paths are intentionally excluded from bundling and don't need to exist in...
### What happened? The bazel-sandbox plugin throws an error when esbuild resolves paths marked as external, even though external modules are intentionally excluded from bundling and don't need to exist...