Dimiter 'malkia' Stanev
Dimiter 'malkia' Stanev
I'm on debian 11 (bullseye), which only comes with llvm-11, but installed llvm-15 (and related) through https://apt.llvm.org/ I've almost got explorer working, until I've hit this one: ``` bazel-out/k8-opt/bin/explorer/syntax/parser.cpp:1050:9: error:...
Doing `bazel test -c opt -k ...` with llvm-15 fails some warning from absl (abseil) code, like: ``` n file included from external/com_google_absl/absl/base/internal/thread_identity.cc:27: In file included from external/com_google_absl/absl/base/call_once.h:34: In file...
I've used GWP few times, mainly with Java, and I was amazed at the tech, today there was an annoucement from a company that does something similar to it https://documentation.prodfiler.com/#what-is-prodfiler...
`[6:44] warning DX0268: [Pip60EF7993CD54B656, dotnet.exe, BuildXL.Cache.ContentStore, DistributedTest.dll, {configuration:"debug", targetFramework:"netcoreapp3.1", targetRuntime:"win-x64"}, acquires semaphores (BuildXL.xunit_semaphore:1)] Pip completed successfully, but with file monitoring violations. It will not be stored to the cache, since...
First chance access violation for current stack trace. 10 - Invalid address causing the exception. 7ff83c709c15 - Code address executing the invalid access. 8f0e4b0 - Exception record. 8f0dfc0 - Context...
We were looking into static build of the library, and looked into what symbols it exported - spotted this one, seems like it's not used (e.g. the extern "C" one).
Either spaces, or what seems to be cygwin/mingw's-like handling of names, or having "which" in the PATH... ``` C:\>krs ←[91mexec: "/c/Program Files/Docker/Docker/Resources/bin/kubectl": file does not exist←[0m ←[91munexpected end of JSON...
Hi Team, I've found that one particular site (for paying medical bills in US) that I use showed leaking plain-text passwords, although the connection of this site to another site...
### Description of the bug: IDE crawls down being unuseable, until a minute passes on a project I'm working on. Procmon shows that for some reason, on Windows, the IDE...
https://github.com/bazelbuild/rules_cc/blob/4a62c693309887664cb733245d1c74f17a992942/cc/private/toolchain/windows_cc_configure.bzl#L144 Also applies to built-in rules in bazel itself, but consider this:  Setting VSCMD_SKIP_SENDTELEMETRY=1 (or any value) would prevent trying to send it. Also avoid expensive call to powershell.exe