Ampersand icon indicating copy to clipboard operation
Ampersand copied to clipboard

Build database applications faster than anyone else, and keep your data pollution free as a bonus.

Results 111 Ampersand issues
Sort by recently updated
recently updated
newest added

For all relevant documentation to be shown in one place, the documentation in "RAP" repository should be included in the Docusaurus docs. Tasks: - [ ] Update the workflow in...

priority:normal
ScrumPoker 3
A-team
component:docusaurus

### Problem Ampersand/docs contains several that are not shown by [GitBook](https://ampersandtarski.gitbook.io/documentation/) but do appear on [Docusaurus](https://ampersandtarski.github.io/DocuGen/). Some examples are: - https://ampersandtarski.github.io/DocuGen/docs/Ampersand/example-client - https://ampersandtarski.github.io/DocuGen/docs/Ampersand/example-login - https://ampersandtarski.github.io/DocuGen/docs/Ampersand/tutorial/interface - https://ampersandtarski.github.io/DocuGen/docs/Ampersand/tutorial/vog-in-dutch ### Proposed solution...

ScrumPoker 2
A-team
component:docusaurus

In the theory, the word `term` is used where we are still used to using the word `expression`. @stefjoosten has changed all occurrences in the documentation, but this still has...

Recently I have been trying to do some initial work on implementing namespaces. I concluded that the modification was too large. I encounterd several (technical debt?) things that were causing...

Syntax: boxentry ::= OPTIONAL label ; OPTIONAL ( SYMBOL ':' ; (expression | string) ) Considerations 1. The list of entries is ordered. 2. A missing label is equivalent with...

component:prototype generator
component:parser
component:html/js front-end
Discussion
Syntax

I have just checked in the ampersand-model: `SIAM` (Sessions, Identity and Access Management). The idea of being modular is that should be able to just `INCLUDE ../SIAM/SIAM.adl`, and off you...

enhancement
component:prototype generator
Discussion

I [asked a question](https://forum.graphviz.org/t/arrows-halfway-of-an-edge/1276/2) at the graphviz forum the other day about arrowheads in the middle of edges, where I got a promising reply. There is a slight chance that...

# What happened I have two scripts: `Script_ISA` and `Script_IS`: ```Ampersand CONTEXT Script_ISA RELATION r[X*A] RELATION r[X*B] CLASSIFY A ISA B CLASSIFY B ISA A RULE r;r~ ENDCONTEXT ``` `Script_ISA`...

priority:normal
bug
component:type checker

I have been experimenting with the ENFORCE statement. However, in doing so, I got a fatal (while building a docker image): ~~~ #9 0.685 ! Ampersand-v4.6.2 [51c3de2e65c540ef026925fe8547c991765a5588:refs/tags/v4.6.2] #9 0.685 Cannot...

# What happened I am running the following script: ```Ampersand CONTEXT Script POPULATION X CONTAINS ["aap", "noot", "mies"] POPULATION A CONTAINS ["1", "2", "3"] RELATION r[X*A] POPULATION r CONTAINS [...

bug
component: compiler