-
# STL_allocator note (not finished yet)
---
## Fundamental
Allocation is implemented by `alloc:allocate`, memory free is implemented by `alloc:deallocate()`; constructing objects is implemented by…
-
#### Description of the problem
Universe Polymorphism, JMeq, and a simple dependent type cause (previously working) proofs to fail at QED time. The exact error message is `Anomaly "File "kernel…
-
Monolog version 3
We use Laravel and queues. Queue is maintained by supervisor.
The queue writes a log. But after deleting the log, the task in the queue no longer writes to the log. All becaus…
-
# Lines of code
https://github.com/code-423n4/2022-03-lifinance/blob/main/src/LiFiDiamond.sol#L42-L58
# Vulnerability details
## Impact
If the proxy delegates to an incorrect address, or implement…
-
The desugaring of pattern-matching over primitive records is missing an indirection, which causes various performance issues with conversion, reduction, extraction, etc.
```coq
Require Import Arit…
-
##### Issue type:
- Feature request
##### Version:
```
Vimperator: 3.12.0 (created: 2016/02/28 22:07:56)
Firefox: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
```
##### Des…
-
If you use the skill pet Gnaw and then used to sing Corpse Explosion,the vampire explosion will not, but the spell is on cooldown. And it takes 40 runic power.
/cast [target=pet] Corpse Explosion
Spe…
-
While working on translateLocally, I noticed that you cannot instantiate more than one instances of AsyncService at a time.
E.g. this doesn't work:
```cpp
std::unique_ptr service = make_unique(co…
-
The constructor creates new objects without shared_ptrs, but the destructor is empty.
In cpp:
```
DecSelfAttentionLayer::DecSelfAttentionLayer(
int layer_id, int max_batch_tokens, int max_se…
-
See [EIP-6](https://github.com/ethereum/EIPs/blob/4c1bf4dd1b3c4ebe00cd23b2aa7b21fb80b330b3/EIPS/eip-6.md) for why `selfdestruct` is a better choice.