Reed Jones
Reed Jones
According to the readme it wont work on vm? Haven't tested yet but just wondering what the reason behind this is?
``` ImportError raised when trying to load 'longclaw.checkout.templatetags.longclawcheckout_tags': can not import name 'get_real_ip' from 'ipware.ip' ``` * longclaw version: latest * Django version: latest * Python version: 3.7.7 When following...
Not really a bug or issue but, In the readme it says: > Scanning the entire Internet is bad. For one thing, parts of the Internet react badly to being...
### Feature Description right now the plugin.json file has `minimumPubliiVersion` this should just be PubliiVersion, and support minimum, maximum, latest, etc... and if it's not set it should default to...
I've been looking for documentation on plugin development, haven't found any. Does it exist? If not, is this something that's planned? I would be willing to contribute. I posted a...
Fix TemplateDoesNotExist error in Filer directory listing Issue: TemplateDoesNotExist error was occurring in Filer directory listing due to a mismatch in template inclusion. Changed include to Solution: Updated template inclusion...
yaml.load() doesn't work (in config.py) `drupan config.yaml --serve Traceback (most recent call last): File "C:\Users\reedj\AppData\Local\Programs\Python\Python310\Scripts\drupan-script.py", line 33, in sys.exit(load_entry_point('drupan==3.0.2', 'console_scripts', 'drupan')()) File "C:\Users\reedj\AppData\Local\Programs\Python\Python310\lib\site-packages\drupan\cmd.py", line 64, in cmd engine.config.from_file(args.config) File "C:\Users\reedj\AppData\Local\Programs\Python\Python310\lib\site-packages\drupan\config.py",...
## Description note (haven't tested yet will do asap) This commit modifies `utils.py` to use `pathlib.Path` for template paths. This ensures that the paths are handled consistently across different operating...
Handling directories in a way that works on both Linux and Windows
New project from `with-nextjs` template build fails with `@expo+spawn-async` module not found [BUG]
### What happened? A bug happened! similar to https://github.com/PlasmoHQ/plasmo/issues/1005 Creating new project from the `with-nextjs` template, running `pnpm dev` and/or `build` fails with error `@expo+spawn-async` module not found ### Version...