Rett Berg

Results 73 issues of Rett Berg

This is based on the conversations referenced in #13 I want to try and have a conversation with the relevant crate authors/maintainers that create their own Array data types in...

I have done a rewrite (and reimagining) of artifact. I wrote it in python. The rewrite is NOT compatible with this version, think of it as 3.0 beta. You can...

See #263 https://github.com/vitiral/artifact/pull/263#issuecomment-471342106

Right now the tutorial uses WAY more detail than would actually be used in a project. To avoid pushing users into a pitfall of over-specifying their project I need to...

doc

[reddit post](https://www.reddit.com/r/rust/comments/9wvtoj/lifeguard_v060_an_object_pool_manager_in_rust/) Artifact does a fair amount of allocations/dropping of values. `lifeguard` scratches an itch that I've had for a while to try to avoid the performance impact.

`path` and `parts` are the primary use cases. This is related to the user report in #243

The `--type` flag is simply not used at the moment (whoops!)

there might be a few ways to do this. I think I might just hack into logging messages somehow

enhancement

The test harness/framework in `artifact-data` is going quite well and I would like to do something similar for the CLI tools. Basic design: - An artifact project would be created...

enhancement