Joebeazelman

Results 44 comments of Joebeazelman

Thanks. I don't know why I couldn't find it before. So the AVR toolchain has to be built and somehow integrated into ALR or is it standalone?

I'm having the same issue with macOS Tahoe beta.

I've been encountering the same issue. Is there any solution to it. Version 14 doesn't have this issue.

There are two levels of TOML schemas: one for the configuration file format (JSON Schema, XML Schema), and another for the data represented in that format (JSON:API, WSDL). Unlike more...

Interesting. Do you think it's more advantageous for clients to source the schema directly from Alire or from the public JSON Schema Store? VSCode and Even Better TOML clients have...

I also encountered this issue. Is there a temporary workaround other than changing the origin of the crate's repo?

Yes, I tried this using the following: ` alr settings --set origins.trusted_sites ...` The problem still persists. When I dump the settings variables I get this: ``` > alr settings...

I agree with the comments. The documentation is unclear on how to create private indexes and add new and existing crates to it. The instructions say create an **index.toml** and...

> > It says you should run alr version, but what am I looking for in the deluge of version numbers? > > [This](https://alire.ada.dev/docs/private-crates#creating-an-index) states: "when creating a new index...