Ana Hobden

Results 70 issues of Ana Hobden

This extends #16 in many ways. This issue proposes we add a feature `command-line` which enables a binary (`src/bin/client.rs`) via the [`required-features`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-required-features-field-optional) field of `[bin]`. This binary would allow users...

enhancement

I'd like to open a discussion about how/what we could do to help smooth the process of getting the solutions here on Rosetta code, and the solutions on Rosetta code...

enhancement
help wanted

> This is a request for comments, we'd like to hear user (or potential user) opinions and get feedback! As highlighted by @jim-mlodgenski in #9, PL/Rust is currently an "Untrusted"...

safety
rfc

In #25 we discussed a bit about creating sandboxing for the user-written PL/Rust code. Part of that security posture is related to dependencies. Right now, a user could go ```rust...

safety
rfc
build

Right now PL/Rust keeps produced shared objects on the local filesystem in the directory specified by the `plrust.work_dir` GUC. We'd like to have an option for PL/Rust to keep these...

rfc
table-ctl

> This is based off #51 which is based off #56 so it's a long way from being ready to merge. ```sql CREATE TYPE Dog AS ( name TEXT, scritches...

In the future [`lookup_host`](https://doc.rust-lang.org/std/net/fn.lookup_host.html) might be something to look into as well.

enhancement

Currently if a user attempts to install `youki` via Cargo, they may meet an error if they do not have git keys configured fully: ```bash ❯ cargo install --git https://github.com/containers/youki...

[Works](http://homu.io/r/Hoverbear/raft) [Fails to work](http://homu.io/r/hoverbear/raft) Looks like Homu doesn't like having the wrong case for usernames! It fails with 500 internal server errors in the case of the failing registration. Also...

On https://wheelmap.org/nodes/1976439634 you can see that `typ` is spelled incorrectly:

in progress