Tom Grushka
Tom Grushka
On macOS this requires `pip3 install PyObjC`, but this does not work running from Docker because that's a separate environment. I'm on latest autogpt 0.3.0. Is there any way PyObjC...
Yep, same problem. It's in the library. ```js TypeError: Attempting to change value of a readonly property. at queryError (/app/node_modules/postgres/src/connection.js:388:5) at errored (/app/node_modules/postgres/src/connection.js:384:17) at data (/app/node_modules/postgres/src/connection.js:318:9) at addChunk (node:stream:1940:43) at...
Why are there no conversion options between time and chrono? As a new rust developer, I'm finding trying to figure out chrono to be pretty unnerving and frustrating. For example,...
Same here, @Billy- -- I found this issue: #7140 but it does not give any indication of how we can access the feature.
Curious why adding the following to `melos.yaml` does not work. Why doesn't it just add the proper overrides to `pubspec_overrides.yaml` in each subproject? ```yaml dependency_overrides: protobuf: path: /Users/tom/better_protoc_plugin/protobuf.dart/protobuf ``` (Where...
Yes, please, this would be awesome. Something like a `@MappableIgnore()` annotation (or even the more esoteric Java-like name, `@MappableTransient()` -- but I prefer "ignore" as it seems more user-friendly) on...
You don't (or at least no longer?) need Rosetta, because the macOS arm64 piper-phonemize release (now?) includes the needed binaries. The above was a bit painful for me so I...
Same. Is there any workaround? Is there a way to fall back to Node.JS socket implementation?
This is really awesome! Would be amazing if possible to transform macros into enums. e.g. FFmpeg has 28 `AVERROR_.*` codes that map to various integers that just get generated as...
Figured it out, my solution below...