Nasy

Results 26 issues of Nasy

Can the `filename` include a `dirname` or a `relative path` from the root of a project? For example: ``` ├── main.py ├── render.py └── utils ├── __init__.py └── render.py ```...

Add feature: allow update of the header with not only "@" but also other char. - `#` for languages like Python - `*` for languages like C - `-` for...

The choice type should be without quote.

I use [pdm](https://github.com/frostming/pdm) to manage my local packages. It supports PEP582. Thus, my directory tree is like this: ``` . ├── __pypackages__ │ └── 3.8 │ ├── lib │ │...

question

Hello, I use the latest version (2.2.1). I have completed the operation on the web page. It shows "You're all set!" But when I back to the app, it is...

Status: Needs Info

time.clock deprecated since version 3.3, and has been removed in version 3.8.

感觉这东西需要多语言文档呀!

Hi, this simple http server is a real fantasy one. However, I think if there is a simple file name filter would make it even better. For instance, sometimes, there...

Package `pdm` is not available in python310 but python39. I have tried to run `nix-shell` with this code: ```nix let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix"; ref =...