Fabian Wiles

Results 19 issues of Fabian Wiles

In your settings.json ``` "bazel.buildifierExecutable": "/home/f.wiles/wksp/node_modules/.bin/buildifier", "bazel.buildifierExecutable": "${workspaceFolder}/node_modules/.bin/buildifier", ``` the first one works, the second however throws an error: >Error: Command failed: ${workspaceFolder}/node_modules/.bin/buildifier --mode=fix --type=build --lint=fix /bin/sh: 1: /node_modules/.bin/buildifier: not...

type: feature request
P3
blocked: by vscode

When running commands like `npx bazel query --output=graph 'deps(//libs/bazel-rules/kube_app:app_lib)'` where `//libs/bazel-rules/kube_app:app_lib` is a `jsonnet_library` you get the error: >ERROR: /home/f.wiles/.cache/bazel/_bazel_f.wiles/4e95cbad76bfb4ed000904165db39268/external/jsonnet_go/cmd/jsonnet/BUILD.bazel:3:1: no such package '@com_github_fatih_color//': The repository '@com_github_fatih_color' could not be...

This change could possibly be breaking. Another way to do it would be wrap the return value into another object. ``` return { bytesRead: offset, vars} ``` But that 100%...

Yarn 2.0 has been released. https://dev.to/arcanis/introducing-yarn-2-4eh1 This release has some massive changes, the biggest one is using PnP by default. https://next.yarnpkg.com/features/pnp However, we can disable the use of this with...

need: discussion

@bazel/terser can be run with worker_threads when working on a directory. This should net us some small performance gains since we don't need to spin up a whole new process...

help wanted
performance
need: discussion
package:terser

The reports generated by `Report` display JS sources when TS should be shown. Also, in this same situation, the report does not find class methods as functions so the function...

Our build system dosen't expect to find .ts source files in our deps, therefore it fails to pick up the types for `WowzaWebRTCPlayer` would it be possible to remove the...

good first issue

As seen here: https://github.com/Evertz/bzlgen/issues/17#issuecomment-581178717 I wrote a small script which will serially spawn bzlgen to write build files for our whole repository. I think it would be worth while feature...

enhancement

### Check for duplicates - [X] I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) ### Is your feature request related to a problem? I'd...

enhancement