Keith Smiley

Results 292 issues of Keith Smiley

It seems that the count of the args can sometimes exceed the AUDIT_MAX_ARGS, eventually resulting in a crash / asan violation when calling strchr on the string. This makes sure...

Currently if you want to make a command such as `buffernew` to `cmd+t` for semantically "opening a new tab" when you already have a window open, and also to `cmd+n`...

breaking change:config

We discussed this a little bit but I wanted to create an issue so we don't forget. It would be nice to be able to hook into the `cmd+click` action...

enhancement
cocoa

Currently if you try to complete a command in the command bar, the completion always seems to show up under the bar, which is a problem when webkitten is taking...

bug

Depends on https://github.com/bazelbuild/rules_swift/pull/1170

With our project using bzlmod, rules_python, and grpc, with this setup in the MODULE.bazel: ```bzl python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( ignore_root_user_error = True, is_default = True, python_version = "3.11", )...

### Description of the bug: With this example: ```bzl cc_library( name = "foo", srcs = ["foo.cpp"], linkopts = ["-lcompression"], ) cc_library( name = "baz", hdrs = ["baz.hpp"], linkopts = ["-blah"],...

type: bug
P3
team-Rules-CPP

### Description of the bug: If you have a cc_shared_library with a direct dependency on an objc_library it fails to build with this error: ``` Traceback (most recent call last):...

type: bug
P3
team-Rules-CPP