-
Requested feature: Kani API to verify whether a segment in memory is valid for read or write, similar to `CPROVER_r_ok` and `CPROVER_w_ok`
Use case: Writing function contracts that meet the safety re…
-
I noticed that when running `cargo test --package soroban-test --test it` locally, or in a GH Action, not all of the tests seem to run. The output looks like this:
```
running 50 tests
test arg_parsin…
-
From https://github.com/zeroc-ice/ice/actions/runs/11667259880/job/32484152445:
```
[ running client/server test - 11/04/24 16:21:48 ]
- Config: wss,x64
(C:\hostedtoolcache\windows\Java_Oracle_j…
-
# Basic information
- AMD Ryzen 1700x
- nVidia GTX 550Ti
- Windows 10 1803 Build 17134.228
- Latest 2.4.7 precompiled downloaded from github
# Stability issue
- CPU or GPU not overcl…
Djago updated
6 years ago
-
TTL got moved into delivery timeout in subscribe OK but that lost the property to set a different timeout for different sub groups.
It is not clear where a max cache parameter can be in the pro…
-
Here's the code sample that demonsrates the problem
```c++
struct S
{
enum T { A };
enum class U { B };
};
int main()
{
S s;
S::A; // OK
S::T::A; // OK
S::U::B; // OK
…
-
OK, I'll give it a try.
El vie., 22 mar. 2019 a las 0:54, tony-o ()
escribió:
> @JJ - on second look, there's a typo in that
> script that OSX gcc ignores. Can you pull to b9ed4cc
>
> and re-run t…
-
Looks like when an HTTP request times out `lib_http` reports it as `ok`. This is not a Boundary Issues issue specifically, so we should upstream the fix to other Flamework repos.
Here's the `$rsp` …
-
Hi, this issue happens on two devices we have
Samsung Galaxy Tab A, SM-T515
moto g8 power lite
It's worth noting that neither of these devices has a compass. On my Pixel 4, I don't see the is…
-
Question: Need a little bit of direction. I've used AutoIT, inspect windows, and all that good stuff with no issues. The below in AutoIT would be running the exe, wait for window dialog, click instanc…