laike9m
laike9m
The outline is not shown
I'm not sure if it's just me or a bug, but markdown-here doesn't work in the new Gmail. By "doesn't work" I mean when I click the "Markdown toggle" button...
First I want to give credit to @miyakogi for making Headless Chrome easy to use in Python. I'm just a bit concerned about its maintenance. There are a lot of...
Currently, even if cyberbrain fails, new json files will be created. Relevant code: https://github.com/laike9m/Cyberbrain/blob/master/test/conftest.py#L128-L141
There are countless editors and IDEs out there. For convenience, I'll call them **environments**. I'd like to see Cyberbrain integrated with all of them, but this simply is not possible...
[Python 3.10 changelog](https://docs.python.org/3.10/whatsnew/changelog.html#changelog) Bytecode changes can be found by viewing magic number change [history](https://github.com/python/cpython/blame/7d2b83e9f092a2ea1f715fe028f7c48324bee756/Lib/importlib/_bootstrap_external.py#L345-L354)  - [x] Make 'annotations' future by default [bpo-38605](https://bugs.python.org/issue38605) Undo making 'annotations' future by default [bpo-38605](https://bugs.python.org/issue38605)...
Python 3.10 removes the jump by duplicating some instructions at the loop's start. This way, there's only 1 jump when the loop exits, instead of 2 (to head then out)....
Jump instructions and other instructions are very different. Right now we have to pass a `jumped` indicator to the value stack, which is very weird. An instruction should either be...
 `ordinal` should be on line 17 not 29, `gifts` should be on line 32 not 44.