Logan Kaser

Results 9 issues of Logan Kaser

Sourced from https://github.com/muttleyxd/clang-tools-static-binaries/releases This makes it more convenient for Linux developers that do not have the correct version of clang-format on their path. This executable should work on any Linux...

### Related problem It would be nice to not need to know the details of the format the programmer of a plugin used when registering a plugin as a user....

enhancement
plugins

Clang supports https://clang.llvm.org/docs/AttributeReference.html#vectorcall so, it could be used when compiling with clang instead in addition to just MSVC

enhancement
help wanted

I came across this comment while reading your bazel code: [ # TODO(PiotrSikora): Add -flto to copts/linkopts when fixed in emsdk.](https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/blob/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee/bazel/defs.bzl#L19) I just wanted to let you guys know that...

An X hook like Firefox's `firefox -url "www.website.com"` does not exist in breach nor is there a easy alternative.

Enhancement

This is a long shot, but do you have any idea what might cause this crash? I'm struggling to debug this as it seems like a toolchain issue. It's definitely...

What the title says, generally would be nice to know more about how it works so that I can tell how it's intended to be used and what it's limitations...

From the docs (and personal experience) `copy_to_table` supports anything that implements the buffer protocol as a source. The `_SourceType` in this package does not represent that. As of https://peps.python.org/pep-0688/ Python...