Juan M Uys

Results 24 issues of Juan M Uys

Settings: ![Screenshot from 2021-05-02 08-13-51](https://user-images.githubusercontent.com/96808/116805437-8396d180-ab1e-11eb-8a91-be9f59ce0051.png) Note how the card viewport is cut off on the right: ![Screenshot from 2021-05-02 08-16-16](https://user-images.githubusercontent.com/96808/116805460-ad4ff880-ab1e-11eb-83a1-943e2fcd9466.png)

bug

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...

needs more info

**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...

bug
Waiting for Godot :hourglass_flowing_sand:
topic:core
workaround available :hammer:

Open arrow heads to denote asynchronous messages as per https://en.m.wikipedia.org/wiki/Sequence_diagram

Type: Enhancement
Status: Triage

How about adding "role prompting"? https://learnprompting.org/docs/basics/roles

documentation

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...