-
The latest bot (version `v0.2.0`) fails to launch. After building a debug build and re-running the failing `config.toml` the error message is:
> thread 'main' panicked at 'there is no reactor runni…
flaki updated
3 years ago
-
How can I set location in the BigQuery client?
The client is looking by default for the dataset in Region US while it is located in a different region.
```
use google_cloud_bigquery::client::{C…
-
Please post your question as a discussion in Telegram: https://t.me/ethers_rs
Hi,
I would like to encode like how I did with ethers.js:
let codedData = iface.encodeFunctionData("function name", [
…
-
https://github.com/tokio-rs/tokio-proto/blob/master/src/tcp_server.rs#L106-L115
Currently the `NewService` instance returned by `F` must be `Send + Sync`. Is this necessary? My read of the code is …
-
[Tokio-proto](https://tokio.rs/docs/getting-started/simple-server/) seems to be the best way to make a maintainable library. It's based on [Tokio-rs](https://tokio.rs) an *official* platform for writi…
-
We have been debugging spurious issues with segfaults for a while, and while running our code through valgrind tracked some of the issues down to `futures-rs` unfortuantely:
The logs we have so far…
-
Hi, I haven't found any information on how to write asynchronous methods. e.g. I'd like to use module like:
```python
await RustSleeper(42).sleep() # sleep for 42 secs
```
I write the next rust c…
-
The tokio documentation has a simple example of setting up a TCP service with tokio-proto: https://tokio.rs/docs/getting-started/simple-server/#configure-and-run
I'm trying to understand how to do …
-
**Host system details**
Provide the output of `rpm-ostree status`.
**Expected vs actual behavior**
```
[coreos-assembler]$ sudo rpm-ostree compose tree --touch-if-changed /srv/tmp/treecompos…
-
- [ ] `std::sync::Barrier`
- [x] `std::sync::atomic::AtomicI*` integer types (the signed ones); done in #189
- [x] `Atomic*::into_inner`; done in #327
- [ ] `Atomic*::get_mut` (see also #154)
…