Diogo Simões

Results 8 comments of Diogo Simões

I was about to open a similar issue. `y` is also read as true. Not great but solved by quoting the property: `"y"`

Got the same issue. ``` [55987.223301] surface_serial_hub serial0-0: event: unhandled event (rqid: 0x0e, tc: 0x0e, tid: 0x01, cid: 0x1d, iid: 0x00) [55987.579598] wlp2s0: deauthenticating from a4:be:2b:2a:1a:fc by local choice (Reason:...

@spuder I believe you would need to start the backend image from a docker base image and install python, to achieve docker in docker. Also, as Pipfile already specifies uvicorn...

@mrT23 This was marked as fixed but I don't see a commit changing `litellm` as suggested. Will this still be changed or is it not likely to happen soon?

This was also something I needed, specially since I was used to this feature in IntelliJ IDE's. I've submitted [this PR](https://github.com/aefernandes/vscode-clipboard-history-extension/pull/12) which handles that and also has some other minor...

I've sent her an email a couple of weeks ago offering to help as maintainer but got no response. I'm now considering doing the changes I want to do (this...

I suggest reading the key from an environment variable instead of having to hardcode it into a script that is not even added to .gitignore

This is what worked for me: ``` emit_pointers_for_null_types: true overrides: - db_type: "uuid" go_type: "github.com/google/uuid.UUID" - db_type: "uuid" nullable: true go_type: "*github.com/google/uuid.UUID" ```