CrazyPython
CrazyPython
Platform: OSX Ponysay leaves the terminal with bold. I think it's missing a control character. (The text after running ponysay is all in bold)
If not, I propose a Stack Exchange chatroom is created for Calypso.
I see LLV8 has modified Crankshaft. Upstream, V8 has removed Crankshaft. How feasible (how much time) would it be to rebase V8 on upstream changes? Does LLV8 depend on CrankShaft?
I'd like to know the number of nanoseconds it takes per iteration.
Redirection hyphae should not show under subnodes. Alternatively, a category that hides a node in the subhyphae listing would be useful. (and a checkbox on whether to hide it when...
Hi, I'm using caddy-security to authenticate requests: https://authp.github.io/ Caddy is a reverse-proxying web server like NGINX. It automatically sets up HTTPS transparently. Caddy-security is a Caddy plugin that allows creating...
I have a service using Discord and SMS auth. I also have an Airtable that has an allowlist of users permitted to access the application. Is it possible to use...
I use imports inside functions to implement lazy module loading to improve startup time. Black reformats imports within functions by adding an additional empty line this way: ```py async def...
This is a horror. There should be a `Five` class, and methods should be stackable. ``` Number --------------Five (final) | | | | Impossibility | | | Four ```
Is this an upstream dhall-rust issue? `` ➜ ~ cat test.dhall { a = "a", b = "b" } ``` ``` In [2]: dhall.load(open('test.dhall')) Out[2]: {'b': 'b', 'a': 'a'} In...