Michael Gattozzi

Results 47 issues of Michael Gattozzi

AUR Helpers can upgrade packages and should be included in the functionality of the -u flag passed in at the beginning. - [ ] Create upgrade function for all AUR...

Enhancement
Easy
Backlog
Base

- [ ] Remove build file for client - [ ] Upload v0.4.0 with cargo when able too Essentially all a user will need to do to be able use...

Enhancement
Easy
Backlog
Base

Have Distro setup scripts check for various ways to install rust: rustup, multirust, etc. Use that tool to install the correct tool chain or by default install rustup since that...

Enhancement
Medium
Backlog

Packages like nalgebra, rocket, diesel, and other rust projects have some sweet looking sites. Examples: - [Rocket](https://rocket.rs) - [Diesel](http://diesel.rs) - [nalgebra](http://nalgebra.org) We should get alchemist a nice simple one as...

Hard
Feature Request
Admin
Backlog
Website

Packages like base and base-devel are collections of packages on Arch Linux. Need to come up with a way that can handle the translation between distributions since the packages table...

Enhancement
Hard
Backlog
API

`rusty-fork` was great to get `assay` working but it has a few problems: - It's not maintained - It can't handle `?` - Inter process communication isn't the greatest -...

Assay currently parses things but any errors are a bit, well, lacking with information. It'd be nice if we could output diagnostics to the users so they can fix the...

Looks like for now we need to run/build release builds since without using wasm-gc the default value for the project calculated is incorrect. (1 vs. 42)

Someone was curious if they could write Rust inline in Haskell using quasi quotes to do it. I think this would be cool but isn't a priority right now.

Not sure if this is feasible but it might be worth looking into. https://www.reddit.com/r/rust/comments/59fm88/curryrs_020_released_it_can_now_call_the_haskell/d989jc7/