-
Which platform is this for?:
All platforms
* Is this improvement to an existing feature in the platform or a new feature?:
New Feature - something that does not yet exist on the system
What problem …
-
# Gas Report
## Table of Contents
- [Caching storage variables in memory to save gas](#caching-storage-variables-in-memory-to-save-gas)
- [Calldata instead of memory for RO function parameters](#cal…
-
# Project Good will
At ***first*** a new page should be created `profile.html` to enable some one learn more about the person. This page has to include;
- Full name
- Alias name
- biography
- lo…
-
Unclear if this is GoProph-specific:
```
alias 'c id' asdf
c id is now realiased to 'asdf' from 'id'.
[3405/3405 970/978 688/688 317| ] (NWU) < >
( )
c id ice
You identify a breastplate …
-
I tried this code:
```rust
#[allow(unused)]
mod stubs {
use libc::{c_int, c_long};
pub unsafe extern "C" fn sysconf(_input: c_int) -> c_long {
1
}
}
#[kani::…
-
```agda
pointwise = (a0 : A bi0) (a1 : A bi1) (aa : BridgeP A a0 a1) →
BridgeP (λ x → B x (aa x)) (N0 a0) (N1 a1)
related = BridgeP (λ x → (a : A x) → B x a) N0 N1
…
-
# 1. Low - transfer return value is ignored
## Impact
Some ERC20 tokens, such as USDT, don't revert when transfer/transferFrom fails. The transfer return value has to be checked (as there are some o…
-
```
Due to requiring a recompilation of pkgs for ABI issues, it's a bit tricky
for distro's to deploy u-s- especially since it likes to take the same
location on disk as python-2.6.
While changing …
-
```
Due to requiring a recompilation of pkgs for ABI issues, it's a bit tricky
for distro's to deploy u-s- especially since it likes to take the same
location on disk as python-2.6.
While changing …
-
Enable creating engines (currently, MXR files, eventually perhaps dynamic objects) without embedding the weights in the engine.
Use cases:
(1) Support compilation for various batch sizes without …