-
**Your Godot version:**
3.2.3-stable
**Issue description:**
I was trying to make a simple transform of a 90 degree rotation
> var a = Transform().rotated(Vector3(0,1,0), deg2rad(-90))
> prin…
-
We started about a year and a half ago to implement the Beneventan notation, especially those glyphs that are used in the Old Roman repertory. Beside designing new glyphs which can co-exist with curre…
-
Currently, the series' class names are constructed like this: `ct-series-a`, `ct-series-b` up to `ct-series-z`, then it starts at `ct-series-a` again.
This only allows for 26 series in a chart - seem…
-
We should gather examples of asides, so that we can understand what are
the different categories, and how they should be styled.
Post real examples here.
-
Katrina,
I liked that you left your troubleshooting in your homework write up and included the code that didn't work so that the changes and improvements were clear. I could tell that you had worked …
-
This proposal is to add a math-editor mode for CodeWorld. This would be a new mode that, instead of editing in a standard code editor, would integrate a WYSIWYG math editor into the UI.
Currently,…
-
### Describe your feature request
Many scientific texts contain equations. Currently texts are sometimes written in RMarkdown.
Some texts are books and articles written in [bookdown](https://boo…
-
Misleading error message when syntax declaration for mixfix identifier:
```agda
postulate
S : Set
T : S → Set
_↿_≗_ : (s : S) (t u : T s) → Set
syntax s ↿ t ≗ u = t ≅⟨ s ⟩≅ u
-- Incom…
-
This is a feature request for `$$` support for pdf output. I'm moving the discussion from https://github.com/rstudio/rticles/issues/326
For epub, [the syntax seems to be supported](https://github.c…
-
_From [guillaum...@gmail.com](https://code.google.com/u/108778870768167483083/) on November 06, 2012 17:53:53_
I’d like to have coercions in Agda.
I don’t know much about coercions apart from what is…