Juan M Uys
Juan M Uys
Settings:  Note how the card viewport is cut off on the right: 
I'd like to be able to add custom attributes to the definition, e.g. [these](https://cloud.google.com/endpoints/docs/openapi/openapi-extensions). I've tried something like this: ``` app.use(swagger.express( { definition: { info: { title: "My API", version:...
When I run `pytest --help`, I see (amongst other things): ``` env_files (linelist): a line separated list of env files to parse ``` I know how to specify this var...
**Goost and Godot version:** Godot_v3.3.2-stable.goost_v1.0-stable_osx.universal **Issue description:** I'm typing var `pb` below with `PolyBoolean2D`, which causes an error. If I remove the type, all is fine. Am I doing something...
Open arrow heads to denote asynchronous messages as per https://en.m.wikipedia.org/wiki/Sequence_diagram
How about adding "role prompting"? https://learnprompting.org/docs/basics/roles
In the tutorial section in the README: https://github.com/artidoro/qlora#tutorials-and-demonstrations It mentions this fine-tuning notebook: https://colab.research.google.com/drive/1VoYNfYDKcKRQRor98Zbf2-9VQTtGJ24k?usp=sharing When I run it, I see this error: > RuntimeError: unscale_() has already been called on...
Hi, thanks for this very useful tool. My report shows an unknown GL renderer: ``` Display -- Resolution | 1920x1080 pixels OpenGL Renderer | (Unknown) X11 Vendor | The X.Org...
Hello, I get this when using partially-applied functions: > JobLibCollisionWarning: Cannot detect name collisions for function 'unknown' Here's the broken code: ``` from functools import partial from joblib import Memory...