-
Consider the following Cryptol property:
```
\b -> b ==> (b \/ error "uh oh") }}
```
Cryptol's evaluation order allows proving this property without ever triggering the `error`:
```
Crypto…
-
CodeChecker uses hashlib md5() in several areas. This causes problems on FIPS enabled systems, since MD5 is not supported in that mode.
The hashlib md5() signature was updated to include a [workaro…
-
Hi,
Inside the conftest.py I have following configuration
```python
@pytest.fixture(scope='session')
def django_db_setup(django_db_setup, django_db_blocker):
with django_db_blocker.unblock()…
-
This is an updated workplan (as of May 2023) towards a first alpha release. It follows up on and replaces the previous workplan from December 2022 in #576, where several issues have been fixed, but so…
-
Line 126 uses an object called "verified" that has not been defined/assigned before being referenced. This is not a blocker for us.
-
hello, I subscribe to an online magazine called www.ilpost.it. the app with which I listen to podcast content reserved for subscribers, often does not open and I would say it only opens if I disable t…
-
Not an issue but a potential feature we could implement.
Edge has a feature called Startup Boost that is detailed here:
https://techcommunity.microsoft.com/t5/articles/startup-boost-faq/m-p/181042…
-
Great that you added a way to call your own API in Laboratory
We (and probably many others) have a need to add headers for auth purposes. This can be done manually but it is very teadious to do eve…
-
### Environment
------------------------------
- Operating System: `Windows_NT`
- Node Version: `v16.19.0`
- Nuxt Version: `3.2.0`
- Nitro Version: `2.2.1`
- Package Manager: `npm@…
-
### Description
I spent some time trying to add declarative calls (https://github.com/graphprotocol/graph-node/pull/5264) to messari's compound v3 subgraph as it uses a lot of `eth_call`s. I wasn't…