Duarte Nunes
Duarte Nunes
### What happened? I'm getting the following error when trying to copy a file, `$(bazel info output_base)/external/local_jdk/lib/libatk-wrapper.so`: ```sh (21:50:15) ERROR: /workspace/thecube/local/BUILD.bazel:30:12: Copying files to directory thecube/local/local failed: (Exit 1): copy_to_directory...
That would allow downstream crates using the raw api, but which aren't on rustc nightly, to provide a custom allocator. If you agree this is reasonable, I can send a...
The CQL protocol allows empty results sets to be sent to the client, with the indication that there are still more pages. Instead of prompting the user for the next...
It can be desirable to rebuild a view from scratch, for example when importing old data to a cluster while it is accepting new writes that can't correctly remove the...
The `enableautocompaction` setting is described [here](http://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsEnableAutoCompaction.html).
There should be a tool to cleanup the GCE deployment.
Similar to Kanel's [customTypeMap](https://kristiandupont.github.io/kanel/configuring.html#customtypemap). This would allow treating PG extension types as some other types that they behave as (e.g., map `public.ulid` to `String`).
Would it make sense to include in `ZeroCopy` a function that returns the total size in bytes of the struct, taking into account the length of `Ref`s? One use case...
Some crates need access to GCC for their build script even under wasm, like ring. However, rules_rust is setting a dummy toolchain.
Similar to Kanel's customTypeMap. One use case for this is allowing one to treat PG extension types as some other types that they behave as (e.g., map public.ulid to String)....