-
It has been noted by Abel and Coquand in a [recent preprint](https://arxiv.org/abs/1911.08174) that Lean's type theory allows looping proof terms. See also [here](https://leanprover-community.github.i…
-
Loop unrolling is a tecnique intended to speed up loops. It's supported by other mature compilers such as Clang.
This proposal consists of possible implementation ideas: general loop unrolling rule…
-
Currently if you have a parallel function recursively call itself, you can get some incomprehensible error messages.
This is very low priority.
```python
import objax
import jax.nump…
-
# Inside JS
https://github.com/sachinpalaye/inside-js
## Learning Objectives
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't maste…
-
mstpr-brainbot
medium
# All operators can have ETH deposits regardless of the cap setted for them leading to miscalculated TVL
## Summary
Some operators might not be eligible for using some strateg…
-
With clang6 or clang9 on a fresh Ubuntu 18.04 in Docker I get linker errors for filesystem:
```
cmake -DDUNE_BUILD_DIRECTORY_ROOT_PATH='/data/build' -DCMAKE_GENERATOR='Ninja' -DCMAKE_MAKE_PROGRA…
-
In extracting ghost zones, a non-negligible amount of time is spent copying units and unit registries inside the function `_sanitize_edge`. This function looks like this:
```python
def _sanit…
-
### Description
If I'm using a shortcode in a Query Loop Post Template, the current post _($post or $postId)_ to which the shortcode belongs is not available in the shortcode itself, only the post id…
-
### Module version(s) affected
5.3.0
### Description
In Silverstripe 4, `` or `` worked as expected within the scope of the current page. I.e. they would check whether the current item in the…
-
# New analyzer:
Replace if statement or operator with call to Math.Max.
Max is easier to read and quite often shorter.
Before:
``` vb.net
a = If(b >= c, b, c)
```
After:
``` vb.net
a =…