-
### Basic Infos
- [X] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [X] I have read the documentation at [readthedocs](https://arduin…
-
**Affected components**: messagelog, signature verification utility
**Affected documentation**: -
**Estimated delivery**: End of June.
**External reference**: https://jira.ria.ee/browse/XTE-248
**Pro…
-
Well, checking each string using strcmp() against inter pool obviously has quadratic complexity - on creation on each string, which is often in a dynamic language. That's not a good design choice, not…
-
From http://stackoverflow.com/a/33956083/1156119
``` json
"git.enabled": false,
```
I tried it and was expecting the icon to be hidden. It's also unclear whether `git.autofetch` does anything if `gi…
-
lists seven subscriptions not included in the 3rd party filters section of uBlock Origin. Of these seven, I can find references to four in this repository along with an explanation of why you will no…
-
So I have a 6 card 1080ti rig (MSI), this rig has drivers 390.65 installed on to it. Not overclocking involved. Everything works fine until the point when CCMiner starts when it runs for a couple of …
-
Prerequisite:
```
class C:
def foo(self):
pass
c = C()
```
C Python:
```
hash(c.foo)
32493
```
Micropython:
```
hash(c.foo)
Traceback (most recent call last):
File "", …
ghseb updated
7 years ago
-
It would be useful if we could split up markup within our templates into partials and importing them via mustache in the interest of keeping the main template html file unbloated during development.
…
-
So, I've been prototyping uPy-specific package manager. Did tar (not tar.gz) unpacking, then decided to look into downloading of dependencies. And here I noticed that PyPI forces all access to SSL now…
-
In the vein of #741, let's consider what minimalistic lib/algo to use for complete compression/decompression module for uPy.