laike9m

Results 68 issues of 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

good-first-issue
internal cleanup

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...

vision

[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) ![image](https://user-images.githubusercontent.com/2592205/135779834-75a75b61-bb65-4b90-ba5f-1a008877e870.png) - [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

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)....

python-3.10
p3

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...

internal cleanup

![image](https://user-images.githubusercontent.com/2592205/115949108-72e3bd00-a487-11eb-98c6-3220c87c6051.png) `ordinal` should be on line 17 not 29, `gifts` should be on line 32 not 44.

bug
p1