Samuel Marks

Results 251 issues of Samuel Marks

Inspiration by this MIT licensed C project - https://github.com/zserge/tray (if I get the time I can contribute, otherwise just leaving it as an issue here as a feature request) Thanks

enhancement

**Describe the bug** https://www.python.org/downloads/release/python-3818/ **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.python.org/downloads/ 2. Click "Python 3.8.18 - Release Notes" https://www.python.org/downloads/release/python-3818/ **Expected behavior** https://web.archive.org/web/20231026093415/https://www.python.org/downloads/release/python-3818/ **Screenshots** ![image](https://github.com/python/pythondotorg/assets/807580/bfbb17ce-38a3-4ccd-a3f4-ab2f184be228) **Desktop (please...

```python import typed_ast.ast3 import typed_astunparse code = ''' class Snake(object): """ Om nom nom and some more nom nom nom """ def bite(me: str) -> bool: return me == 'cython'...

Upgraded to latest web2py. Tested flask only. One error remains: form isn't rendered, all I see are the HTML tags

``` $ ./ddsh [dingdong shell]# 5 unexpected token 5 unexpected token 5 unexpected token 5 unexpected token unexpected token 5 unexpected token 5 unexpected token 5 unexpected token 5 unexpected...

WiP. Opening PR to start a discussion; and [if positive] will incrementally improve until feature parity with bazel. Then will port to MSVC (for Windows). Next target after for me,...

…andler double-close; minor other linting improvements; [setup.cfg] Add missing dependency;