Serfend

Results 80 issues of Serfend

```shell [+] decompiler bytecode ./output/PYZ-00.pyz_extract\xml\sax\expatreader.pyc 3722836 [+] decompiler bytecode ./output/PYZ-00.pyz_extract\selectors.pyc 4139 [!]fail to decompiler bytecode ./output/PYZ-00.pyz_extract\codeop.pyc [!]fail to decompiler bytecode ./output/PYZ-00.pyz_extract\importlib\__init__.pyc [+] decompiler bytecode ./output/PYZ-00.pyz_extract\http\server.pyc 16663 [!]fail to decompiler bytecode...

bug

```plaintext 3 0 LOAD_CONST 0 ('Input flag:') 3 PRINT_ITEM 4 PRINT_NEWLINE 4 5 LOAD_NAME 0 (input) 8 CALL_FUNCTION 0 11 STORE_NAME 1 (flag) 6 14 LOAD_CONST 1 (47378) 17 LOAD_CONST...

enhancement
help wanted

如何实现按不同概率选取 员工80%,主管16%,领导4% 这样分布

直接随机出来的数值不符合实际情况,比如无法表现考试成绩,取值范围是0到150,平均分是110的情况。

while put value `2023-08-09 14:44:32` into template ${datetime} on which cell format `YY-MM-DD`, you will get `2023-08-09 14:44:32` instead of `2023-08-09`

warning in ./node_modules/xlsx-template/node_modules/image-size/lib/index.js Critical dependency: the request of a dependency is an expression

it would be more flexible if user can control xlsx template logic without modify front-end code. for example: ```javascript // model { gender:1 } ``` ```javascript // in sheet1,cell1 ${gender?'male':'female'}...

* **uvloop version**:0.24 * **Python version**:3.13.0 * **Platform**:debian 12 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from vanilla asyncio? How?**: suddently only...