Structure and Interpretation of Computer Programs

Results 41 comments of Structure and Interpretation of Computer Programs
trafficstars

This should help - https://github.com/ipython/traitlets/blob/main/examples/myapp.py

> But there are no examples of this and it is not explicitly stated. There is an example but the docs dont link to it - https://github.com/ipython/traitlets/blob/main/examples/myapp.py

Even if `allow-none=True`, an undefined value is not defaulted to `None`. I changed one of the attributes to have `allow_none=True` and got this: ```python from traitlets.config import Application from traitlets...

> Do you really need to launch a new singleton application? in my case, something has to be done. i have a sub-application that looks for zip files matching a...

1. rename this issue to a more descriptive title perhaps? 2. please send skepticoin here - SKE6f8a544a3a9486332d31e0ead5997e7f70fae948a11fb90b6cf2110d9a4ade5de88f9bf6319949cad8d304c58f04a228024c6f1ca2c18018c18f372d1d5f07e0PTI

all of the things that i entered got lost; i'm on Windows 10 `sys.maxsize` is greater than `2**32` python version is 3.8.3 oracledb version is 1.1.0

Do note that this is not a new issue. it existed in cx_Oracle and was never resolved because the people reporting never provided reproduceable test cases. And that also includes...

> Can you run the following query? SELECT value AS db_charset FROM nls_database_parameters WHERE parameter = 'NLS_CHARACTERSET'; this returns `AL32UTF8` SELECT value AS db_charset FROM nls_database_parameters WHERE parameter = 'NLS_NCHAR_CHARACTERSET';...

@mymi14s - are you still interested? #604 has still not been resolved. Maybe fork and re-release?

I'm not sure why your example had a double forward slash in it. Something about the `*.sgf` is not working: ```python $ ls /cygdrive/c/Users/Owner/Downloads/*.sgf | head -3 /cygdrive/c/Users/Owner/Downloads/12780387-078-allonsy48-princepawn.sgf /cygdrive/c/Users/Owner/Downloads/13682992-256-princepawn-preedano(1).sgf /cygdrive/c/Users/Owner/Downloads/13682992-256-princepawn-preedano.sgf...