Yusuf Simonson

Results 18 issues of Yusuf Simonson

**What happened?**: Kicking the tires with fuse mounts on macOS, and hitting some issues: 1) It's not possible to `ls` into repos with open commits (maybe this is by design...

bug

Not sure of how big of a lift windows support would be, but it's worth giving a go once #123 is in, since github has windows runners.

help wanted

The RocksDB lib now supports [mutli-threaded column family operations](https://docs.rs/rocksdb/0.17.0/rocksdb/type.DB.html). Run benchmarks of this vs the currently configured "single-threaded" variant.

enhancement

Once #157, it'd be great to add support for batch importing from a CSV file. CSV would act as a decent lowest-common-denominator format. In the future, other formats could be...

enhancement
help wanted
good first issue

Prost substitutes [protobuf well-known types](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf), but because tower-grpc-build's `Config::generate` doesn't use prost's built-in `Config::generate`, those substitutions never occur. As a result, protobufs that use well-known types will fail to compile...

codegen

`put_file_bytes` with an iterable of bytes or strings is deprecated, as any of the alternatives are more pythonic and likely more efficient. It should be remove eventually (perhaps coinciding with...

We currently have a workaround in tests due to a backwards-compatibility issue that should be removed when the issue is fixed: https://github.com/pachyderm/pachyderm/issues/5123 https://github.com/pachyderm/python-pachyderm/blob/bbf2d2581e52b61722a88bd858bdebcc4ddbf1c5/tests/test_pps.py#L91-L96

We currently have a workaround in the tests due to an ergonomics issue in `StopJob`. We should address this in tests once the `StopJob` issue is fixed: https://github.com/pachyderm/pachyderm/issues/3856 https://github.com/pachyderm/python-pachyderm/blob/bbf2d2581e52b61722a88bd858bdebcc4ddbf1c5/tests/test_pps.py#L64-L70

When running `make up`, I get this error: ``` sanctuary_web | A server is already running. Check /sanctuary/tmp/pids/server.pid. sanctuary_web | => Booting Puma sanctuary_web | => Rails 5.2.4.3 application starting...

Nightly is disabled for now due to a couple of dependencies pulling in an old and broken version of ahash (internment and [tonic](https://github.com/hyperium/tonic/issues/1645)). Once these are fixed, re-enable nightly.

enhancement