Marco Favorito

Results 55 issues of Marco Favorito

Hi, I've noticed an unexpected behaviour of rule priority in the default parser `"earley"`. I'm going to describe how to reproduce the issue step-by-step, by implementing a simple propositional calculus...

What do you think about supporting a Git workflow for Manubot projects? I.e. feature/fix branch, development branch `develop`, merge to `main` branch only when releasing etc. Ideally, also the `develop`...

**Is your feature request related to a problem? Please describe.** Currently, there is no guarantee that concurrent `aea` commands will end in a consistent project state. **Describe the solution you'd...

enhancement
core

**Is your feature request related to a problem? Please describe.** The UX of `aea generate protocol` could be improved. For instance, currently, it requires necessarily to be in an AEA...

enhancement
cli

**Is your feature request related to a problem? Please describe.** Currently, the preferred way to create an AEA project is to use the `aea` CLI tool. However, it stills require...

enhancement
cli

**Is your feature request related to a problem? Please describe.** n/a **Describe the solution you'd like** A CCI Best Practices Badge Program (if applicable): https://bestpractices.coreinfrastructure.org/en **Describe alternatives you've considered** n/a...

documentation
enhancement
core

**Is your feature request related to a problem? Please describe.** Currently, `aea add` can load a package either from the local registry or the remote one. **Describe the solution you'd...

enhancement
core

**Is your feature request related to a problem? Please describe.** The implementation of configuration management could be simplified and cleaned up. Among other things: - Simplify configuration loader instantiation. -...

enhancement
core

**Is your feature request related to a problem? Please describe.** Currently, we don't use the `"description"` field for properties. E.g. look at an example [here](https://json-schema.org/learn/miscellaneous-examples.html#basic). Also, we could use `allOf`...

enhancement
core

**Is your feature request related to a problem? Please describe.** Currently, all the schemas are using the version "Draft 4" of the standard. However, there is the "Draft 7", and...

enhancement
core