-
Hello!
As the title says, how could I add a Timeout to an API call to some endpoint? (sync or async, doesn't matter)
For example I would like to wait at maximum of 10 seconds, if the response is n…
-
### Backend
VL (Velox)
### Bug description
Timestamps that great then 32767 years without but do not overflow will be outside of range.
``` scala
Seq(
(1723240800675l)
).toDF("time")
spa…
-
I'm using gtest to do some performance testing. On Linux I have less than 1 ms, but the same code on Windows has ~30ms.
I think it's a significant difference, but i don't undestand why
Client
`…
-
### Container platform
Red Hat OpenShift local
### Version
4.16.7
### OS version of the container image
UBI 9
### Description
Few examples of deprecation warnings with PHP 8.1
…
-
- C++20 enabled.
In main.cpp :
`#define XENONCODE_IMPLEMENTATION`
`#include "XenonCode/XenonCode.hpp"`
Output:
1. `include\XenonCode\XenonCode.hpp(4916,102): error C2440: 'initializing': …
-
Hello, I did fresh installation on my Windows and I've encountered with the running issue.
My script failed on the line import pychrono as chrono where after run under the spyder I've got this error…
-
I recently ran `npm audit` on one of my projects that uses this project as a dependency and got the following report:
```
# npm audit report
chrono-node
-
Hello,
the following fails on VS 2019
using microsecDouble = std::chrono::duration;
auto microsecDoubleType = ::rttr::type::get();
with
foo.cpp
c:\workspace\rttr\include\rttr/detail/…
-
```cpp
#include // the only include you need
class CStatus {
int code = 0;
};
std::atomic g_test_cnt = {0};
void demo1() {
tf::Executor executor(8);
tf::Taskflow taskflow("si…
-
I realize [chrono](https://crates.io/crates/chrono) is currently neatly integrated with `firestore-rs` but would there be a downside to also supporting [google.protobuf.Timestamp](https://docs.rs/pros…