sandeep-gh

Results 32 comments of sandeep-gh

why am i getting workflow complete with no jobs: https://github.com/justpy-org/justpy/pull/545/checks for the build/test checks ?

Nice clean library. Don't see much issues then directly linking as dependency and updating the docs.

The starlette sessions middleware seems equivalent to SimpleSignedCookieMiddleware. The ASGI signing middleware will allow you to specify the cookie data type. This might be an overkill. Can't see a use...

Had a closer look at SessionMiddlewar. It is bit too restrictive and the code is not very clear. The current implementation in justpy seems just right. Easy to follow, flexible...

I have the feeling the most users will opt for justpy way of using cookies. If we refactor cookie signing part to allow for another middleware to be plugged in...

I am not able to get this to work. Below is setup: ### package.json ```json { ... ... }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.0-next.11", ... "tailwindcss": "^3.1.8", "vite": "^2.3.7" }, "dependencies":...

@ac000, I haven't tested my patch on older version on Python. Thank you for expanding on this. Hope to test the modified/expanded patch sometime in this month.

I have an one use case for this. I am developing a web development framework in Python based on justpy (https://github.com/justpy-org/justpy/). I am using svelte as the frontend library. All...