Jaime R.
Jaime R.
Hello, I was trying to plot a geometric regular polygon looking at this demo: https://docs.sympy.org/latest/modules/plotting.html#plot-geom I have found errors importing Plot and plot, in the web site the live demos...
Hello, I was reading this part of the docs: https://flask-login.readthedocs.io/en/latest/#disabling-session-cookie-for-apis ```python from flask import g from flask.sessions import SecureCookieSessionInterface from flask_login import user_loaded_from_request @user_loaded_from_request.connect def user_loaded_from_request(app, user=None): g.login_via_request = True...
Hello, I'm trying to repair a mov video and I have got this error: Traceback: ``` C:\Users\jaime\Downloads\movrepair-master>python movrepair.py RE.MOV --repair DA.MOV Output file: DA-fixed.MOV Traceback (most recent call last): File...
Hello, I am trying to run the orm/graphql-subscriptions example. I have followed the steps described in the README file. When I open GraphQL playground and execute the suggested subscription: ```graphql...
Fixes #8039
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...
### Describe the bug Hello, I am using a form with a field which is not associated to a `` component. Initially, I am getting a validation error, which is...
I guess that it is wrong in the readme file because it does not match with the existing folder structure