Anthony Nowell

Results 18 issues of Anthony Nowell

Experimental. ```rust use interpolate::fstring; #[fstring] fn foo() { let name = "Hercules"; let greet = f"Hello, {name}"; } ``` [Rendered README](https://github.com/anowell/interpolate/blob/fstring/README.md)

I found myself getting deserialization errors like this using the graphql helper (despite propagating errors with `?`). I didn't anticipate having to handle errors myself. ``` Object({"data": Object({"repository": Null}), "errors":...

help wanted
good first issue

I was creating complex expressions using duct and found myself wanting ways to easily print out the shell command in a way that I could easily copy-paste debug in a...

and figure out or report upstream other flags that don't seem to work (like `outlineDepth`)

Would like to download an entire data directory via: `algo download [local-directory]` and be able to do so with concurrency similar to how `algo upload` works. (Waiting for #1 to...

``` $ algo rm .my/foo/bar.jpg Deleted file data://.my/foo/bar.jpg $ algo rm .my/foo/bar.jpg Deleted file data://.my/foo/bar.jpg ```

`algo run user/algo -d '["foo", "bar"]'` doesn't parse as JSON (more obvious when using `-j`) also tried: ``` algo run user/algo -d "[`"foo`", `"bar`"]" ``` however putting the input on...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug