Andrei Matei
Andrei Matei
Doing ``` cmake .. make build ``` Leads to: ``` /usr/bin/ld: /usr/lib/llvm-10/lib/libclangCodeGen.a(BackendUtil.cpp.o): in function `(anonymous namespace)::EmitAssemblyHelper::EmitAssemblyWithNewPassManager(clang::BackendAction, std::unique_ptr)': (.text._ZN12_GLOBAL__N_118EmitAssemblyHelper30EmitAssemblyWithNewPassManagerEN5clang13BackendActionESt10unique_ptrIN4llvm17raw_pwrite_streamESt14default_deleteIS5_EE+0x1f15): undefined reference to `getPollyPluginInfo()' collect2: error: ld returned 1 exit status make[2]:...
...for newer versions of Go that support it. It'd help with https://github.com/cockroachdb/cockroach/issues/23558, and generally when clients care what connection their txn runs on.
Hi folks, I've found this project while looking for a Go wasm interpreter that I can use as a library. It seems awesome, but I've got to say that I'm...
With savepoint support coming in 20.1, the customizations this library does around savepoints are no longer needed (for the new crdb version). They seem to break nested transactions. At least:...
I have a query set to `poll` every so often. When the query returns a particular result (an empty array), apollo client appears to fail in an internal function, and...
The tooltip function doesn't take a bool; it takes a custom object.
### Issue Description I sometimes see the following error, which I believe indicates a bug in the apollo library. I should mention that I think this happens when my component...
Hi there! Thank you very much for this extension. I just started using it to assign keyboard shortcuts to moving the focus to specific windows with Wayland on Ubuntu 23.04....
Before this patch, a failure to delete a cluster's DNS records resulted in roachtest refusing to reuse that cluster for other tests. In general, refusing to reuse a cluster that...
Before this patch, we'd segfault if cluster creation fails and we're running with --debug-always. This patch is a small protection against the problem, but I don't think it's the right...