Christian Heimes
Christian Heimes
- https://github.com/pyscript/pyscript/issues/91 - https://github.com/pyscript/pyscript/issues/162 - https://github.com/pyscript/pyscript/issues/413 - https://github.com/pyscript/pyscript/issues/524
Python 3.11 has several core modules deep-frozen into the binary. Our build also ship pre-compiled ``pyc`` files instead of plain Python files. That helps with startup time, too. * deep...
Updated demo of 3.11.0b4 with dynamic linking enabled: https://cheimes.fedorapeople.org/python-wasm/
FYI, wasm32-emscripten has reached PEP 11 support tier 3, https://github.com/python/steering-council/issues/131
@rth @rth @antocuni what is the progress of your investigation? Python 3.11rc1 will be released in a week from now. I can still address minor problems in 3.11 until mid...
- [heroku3](https://pypi.org/project/heroku3/#files) is a pure Python package without a wheel. It provides only an sdist (source distribution). Pyscript can only import wheels. Please get in contact with the maintainers and...
IPA supports renaming of users: ``` # ipa user-add janedoe --first Jane --last Doe -------------------- Added user "janedoe" -------------------- User login: janedoe First name: Jane Last name: Doe ... #...
``ipa user-mod --rename`` also renames the UPG (user private group) and tracks the former name as Kerberos principal alias: ``` ... Principal name: [email protected] Principal alias: [email protected], [email protected] ... mepmanagedentry:...
Rename requires administrative privileges for a reason. For one rename does not free the old user name. The old user name will stay an alias. If you allow arbitrary renames,...
389-DS maintains the ``modifyTimestamp`` operational attribute. The attribute is updated every time any attribute is changed. There is no dedicated field that tracks last rename TS. I suggest that you...