Nipunn Koorapati
Nipunn Koorapati
Can you provide an example? All the examples in https://github.com/dropbox/pb-jelly/tree/main/examples don't seem to have the pattern you're describing. For example: https://github.com/dropbox/pb-jelly/blob/main/examples/src/basic/main.rs
@ParkMyCar and I are working on it! Thanks for the interest. We're trying to modernize the usage of futures before open sourcing it (it's currently using a v/ old version...
sorry! Dodged the question! I'll look into it! It's been on the back burner. Will try to get an update to you in a week. Can't promise it'll be in...
I did a code drop of what we got so far onto https://github.com/dropbox/pb-jelly/tree/pb-jelly-svc Doesn't work yet - but should let you see what's going on Need to provide a couple...
At a glance, rust.zero_copy and ctype.CORD actually work similarly (where ctype.CORD generates references to a not-yet-OSS library blob_pb which includes WrappedBlob and VecSlice). Understand what's going on here - and...
Hi! Thanks for the work on the reporter! Tiny UX request regarding this issue Would it be possible to move the URL link out of the dropdown? (Here's what it...
I reproed. This appears to have to do with `--explicit-package-bases` https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-file-paths-to-modules I was able to get things to pass by adding `--explicit-package-bases` to the tests, and adding `MYPYPATH=stubs/protobuf`. This is...
I did the following 1) Update pnpmVersion from `6.32.20` to `7.2.1` and ran `npx rush update`. Ran into ``` ERROR: Internal Error: Cannot find installed dependency "@jest/globals" in "/Users/nipunn/src/convex/npm-packages/common/temp/node_modules/.pnpm/local++Users+nipunn+src+convex+npm-packages+common+temp+projects+common.tgz_gadim7yol4qtpdtcwtlb7rbkka/node_modules" You...
```ERROR: Internal Error: Cannot find installed dependency "@jest/globals" in "/Users/nipunn/src/convex/npm-packages/common/temp/node_modules/.pnpm/local++Users+nipunn+src+convex+npm-packages+common+temp+projects+common.tgz_02706d83d6761871224e5f01d7ca35f7/node_modules" You have encountered a software defect. Please consider reporting the issue to the maintainers of this application. Error: Internal Error:...
#11257, #11259, and #11261 should all help unblock this