Anthony Morris

Results 21 issues of Anthony Morris

I believe this closing `}` is not supposed to be there. This PR cleans it up.

This isn't necessarily an issue with `mdanki`, I am just curious how you manage duplicates. For example, I add cards to my repo frequently. Once I am done adding some...

Hey there! It looks like we can break the command parsing pretty easily. Here are some examples: - https://www.shell.how/tar%20xzf%20foo.tar.gz (`tar xzf foo.tar.gz`) - https://www.shell.how/ls%20-lah (`ls -lah`)

bug

The `Flipper`'s `element` is currently private. I'd like access to it and am just curious, why is it private? What is the suggested method for accessing the element if not...

This issue is meant for collaborating on a new `/contributing` page. We already have [docs/contributing](https://redwoodjs.com/docs/contributing) but it would be nice to see an entire **Contributing** section on the site as...

documentation
enhancement

# Description Updates the README to match the actual name of the loader (`StripeDocsReader`). ## Type of Change Please delete options that are not relevant. - [x] Documentation update #...

The Axolotl TypeScript library will be used to: - Provide Solana/Rust types to the user's TypeScript code - Provide helper functions that are useful for developing Solana programs # Types...

enhancement

Sometime before the beta we should handle the usage of TypeScript/JavaScript libraries within Axolotl TypeScript code. This will be challenging because the libraries may or may not be typed so...

enhancement

We currently have the [scaffolding](https://github.com/amorriscode/axolotl/tree/main/src/compiler) for the compiler. It uses [`swc_ecma_parser`](https://rustdoc.swc.rs/swc_ecma_parser) to turn TypeScript into an AST in Rust. We need to take that AST and transform it into Anchor-compatible...

enhancement

I was scrolling through the README and noticed a typo. 🙂