sandeep-gh
sandeep-gh
Can we allow arm64 arch? Currently installation fails on this requirement check. Error snippet: ``` code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin,linux,win32","arch":"x64,ia32,arm,mips"} (current: {"os":"linux","arch":"arm64"}) npm ERR!...
I tried compiling this on arm64 but failed here: ``` ; compiling file "/home/ubuntu/common-lisp/nyxt/quicklisp-client/dists/quicklisp/software/cl-cffi-gtk-20200427-git/glib/glib.misc.lisp" (written 05 SEP 2020 08:04:22 PM): ; compiling (IN-PACKAGE :GLIB) ; compiling (COND (# #) ...)Unhandled...
### Describe the bug I am using a python library that builds a json describing the html components. This is then fed to a svelte code that uses svelte:element to...
In this simple code picked from tutorials: ```python def task_hello(): """hello py """ def python_hello(times, text, targets): with open(targets[0], "w") as output: output.write(times * text) return {'actions': [(python_hello, [3, "py!\n"])],...
Transcrypt runs without error and produces output when ran over addict.py (a library on top of Dict, that uses some python dunder function hooks to make dictionary operations via class/object...
Don't know what the fixes are for justpy but add_middleware is deprecated. See (https://github.com/encode/starlette/discussions/1762)
Routes in justpy are set using jp.SetRoute which hooks in justpy's own routing subsystem. Because of this we cann't use Starlette's request.url_for which returns the url for a given endpoint....
small fix: misccomponents.py doesn't offer any feature but introduces dependency on demjson which is breaking install on newer versions of python. Best to remove it.
How can I load (prefrebly from justpy) the full color palette? Typically, there is tailwind.config.js that needs to be modified [1] . But can't seem to find that in justpy...
There are too many web deployment framework and I am bit confused about which to use and which one is suitable. For various reasons, I settled on httpd(OpenBSD) and uWSGI....