openSourceBugs
openSourceBugs
Wow. 5 year old issue and this is still happening for me. I probably can't use buildbot at this point. I'm not even on section 1.2.3 of the tutorial and...
> @openSourceBugs Which version are you using? The reliability of `buildbot stop` has been quite improved around version 2.10.2 / 3.0 released 1.5 years ago. > > Note that you...
I also see this. Sad that there are so many open bugs that are years old in this project. I will have to abandon efforts to use this software as...
This has been an ongoing issue for at least 2 months with multiple people posting that this is a problem. The front end is requesting https login and the backend...
# Update this with your app domain DOMAIN=localhost # DOMAIN=localhost.tiangolo.com SERVER_HOST=http://localhost PROJECT_NAME="FastAPI Project" STACK_NAME=fastapi-project # Backend BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173" SECRET_KEY=foo [email protected] FIRST_SUPERUSER_PASSWORD=foo SMTP_HOST= SMTP_USER= SMTP_PASSWORD= [email protected] SMTP_TLS=True SMTP_PORT=587 USERS_OPEN_REGISTRATION=False # Postgres POSTGRES_SERVER=db...
Probably going to give up on this project for a bit since the documentation isn't working for me. Too bad. I was excited to see a project that takes away...
https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/blob/master/Release/install_driver.sh#L14 really screwed me up with this issue as it was modifying the wrong config and the camera was not detected.
This feature is totally unsupported at this time. Passing in a new object into mlp.MLP(JSON.parse(str)) will take you down a rabbit hole of "undefined" errors.
Looking at mlp.js: ``` 'W': (typeof settings['w_array'] === 'undefined') ? undefined : settings['w_array'][i], 'b': (typeof settings['b_array'] === 'undefined') ? undefined : settings['b_array'][i] ``` b_array and w_array are unspecified anywhere in...
The sql is all wrong. const users = [ { id: '410544b2-4001-4271-9855-fec4b6a6442a', name: 'User', email: '[email protected]', password: '123456', }, ]; Attempting to insert this data leads to An error occurred...