Matthew Cole
Matthew Cole
## 🍩 Feature Request #### Is your feature request related to a problem? It is extremely difficult to derive the length of a string using typescript typings. Unlike the relatively...
Remarkable software version: 2.5.0.27 Oxide version: 2.2.2 (I think) Setup: - rmfakecloud: Docker image - rmfakecloud-proxy: automatic installer - Using nginx reverse proxy for SSL I've been trying to figure...
I hesitate to post this here because issues are supposed to be issues, not discussions. But not finding any references to a message board/discord/etc. I've decided to go ahead and...
## Intro Lemme just start out by saying, I am a massive fan of ChimeraOS. I love the principles of ease of use and stability. Also, I want to preemptively...
PyLNP version: 0.14a macOs version: 10.14.6 Upon trying to start up the utility, a brief error message is show: ``` {Traceback (most recent call last):} { File "python.lnp/core/launch.py", line 12,...
Several command-line options are added and parsed using the built-in module: `argparse`. Additionally, if users are interested, they can install `argcomplete` for auto completions in `bash` and `zsh`. I wrote...
### Question: Let's say we have the following function: ```python def not_a_decorator(fn, /, *args, **kwargs): # do some stuff return fn(*args, **kwargs) ``` How would we go about typing `not_a_decorator`...