Ben J
Ben J
> This is awesome! Would it be possible to do a new release to the Marketplace to pick up this change? Just double checking on this, would love to be...
Thanks so much for explaining, really appreciate it. If I understand you correctly then the following should result in vscode displaying accurate diagnostics about the file: Assume there is no...
OOC what is "correct" behavior here?
`clang-format` would also benefit from being able to pass the filename.
> can i have the bazel build files/? you can create a new branch called bazel, I guess it wont have any conflicts Sure I'll push it sometime today.
```bazel load("@bazel_skylib//rules:common_settings.bzl", "bool_flag") bool_flag( name = "enable_tracy", build_setting_default = False, ) config_setting( name = "do_enable_tracy", flag_values = {":enable_tracy": "True"}, ) _TRACY_SOURCE_FILES = [ "public/TracyClient.cpp", "public/client/TracyArmCpuTable.hpp", "public/client/TracyCallstack.hpp", "public/client/TracyCpuid.hpp", "public/client/TracyDebug.hpp", "public/client/TracyDxt1.hpp", "public/client/TracyFastVector.hpp",...
After more investigation I'm not sure if it is a sample rate issue or a rate limiting issue. Switching to the following fixed my issue but is not ideal since...
@loewenheim any thoughts here?
It is hard to tell since this is an experimental new source of events I am working on. I don't see how that would relate to rate limiting headers not...
@loewenheim any thoughts?