-
@urkud suggested on Zulip that we may want to introduce some CAS style tactics for manipulating algebraic expressions. I think these could be really nice! They would provide an intermediate level betw…
-
### Description
Making AI for flying entities more advanced instead of them just going up and down forever.
### Features and uses
1. If the flying entity could find a place to land and rest t…
-
Adding a section to the documentation that clarifies the distinctions among document types (Policies, Agreements, Legal, Guidelines…) will enhance understanding of each document's nature and purpose, …
Ndpnt updated
2 weeks ago
-
### Contact Details
phil@hobrla.com
### What happened?
"Encounter" has way too many options. Can they be pared down to the values in DOC_EVENT_LIST_INFO.EVENT_ENC_TYPE_C_NAME at https://open.…
-
On this program:
```C
#include
#include
#include
#define M 4
typedef struct {
uint8_t val[M];
} s;
size_t nondet_size_t();
int main() {
size_t n = nondet_size_t();
…
-
zarkk01
Medium
# RedStone oracle is vulnerable because ```updatePrice``` is not called during the ```getEthValue``` function.
## Summary
Redstone oracle doesn't work as expected returning outdated …
-
**Issue by [JonathonDunford](https://github.com/JonathonDunford)**
_Friday Mar 09, 2018 at 20:00 GMT_
_Originally opened as https://github.com/forkdelta/tokenbase/issues/471_
----
At ForkDelta, use…
-
I had this function:
```zig
export fn run_lengths1(bitstr: u64) @Vector(32, u8) {
const ends = bitstr & ~(bitstr >> 1);
const starts = bitstr & ~(bitstr
-
### Description (What is it?)
The documentation hierarchical structure needs to be informative and intuitive, to enable the reader to find the required information quickly.
### Use Case (Why does t…
-
## Summary
Currently, our v2 backend(s) are only reachable via a URL like `https://OUR-PROJECT-ID.web.app`.
## Desired Solution
We'd like to [set up a "custom domain"](https://firebase.google…