Laurent Le Brun

Results 47 issues of Laurent Le Brun

Very nice program! I'd love to be able to play with multiple riders. Could we have an option for this? :)

Hi, Our UX team at Google explored how to add expose actions to the Commenting mechanism. I'm copying below their doc. --- With the goal to improve discoverability and to...

feature-request
comments

When a `load` statement is put to the top with `buildifier --lint=fix --warnings=load-on-top`, the statement is added to the end of the loads. This means the statement is not placed...

We've found this pattern in user code in Bazel: ```python if foo in native.existing_rules(): ``` It should be replaced with the much more efficient: ```python if native.existing_rule(foo): ``` (also with...

Copying a comment from somewhere else: > Are there actually targets named `all`? I thought that was reserved. This should be a strong ban on 'reserved' target names `all`, `__pkg__`,...

I'd like to be able to build rules_kotlin with `--all_incompatible_changes`: `bazel test :all --all_incompatible_changes` It may not be possible to fix every issue now due to transitive dependencies, but we...

type: bug
component: common
status: open - investigating
P1
type: cleanup

I'd like to be able to build rules_k8s with `--all_incompatible_changes`: `bazel test --all_incompatible_changes //...` It may not be possible to fix every issue now due to transitive dependencies, but we...

The behavior of `asserts.set_equals` is confusing (it uses old_sets instead of sets) and should be updated.

type: bug
P4

Someone reported this issue inside Google: > It looks like there's call for a shared common rule that simply cat's all sources. > > It's even the example for genrule...

type: feature request
good first issue
P3

Hi, Would it be possible to make this extension available in web? For example, it would be nice to use it from vscode.dev https://code.visualstudio.com/docs/editor/vscode-web#_extensions