-
what is EssoilDB?
why is it important?
what is in it (as much detail compatible with clarity - this is hard!)?
how can I use it? (also hard)
how can I get more information?
(and add more ideas he…
-
**Is your feature request related to a problem? Please describe.**
I regularely make a lot of typos in code comments, docs, but also in variable names. It is always annoying if pull-requests get post…
-
1. make sure we have used the @vocab directive to auto-include all of the most important words in the lesson's glossary
2. if a glossary is really long, confirm that we indeed think that all of the t…
-
**The display of organometal and coordination compounds is still a big mess**, even with the latest version of Ketcher and the ChemDrawJS plug-in, see attached picture for examples.
In many cases…
-
I'm experiencing a problem similar to what was reported [here](https://github.com/pqrs-org/Karabiner-Elements/issues/3294), 5 months ago. That issue is still in Open state, with no recent activity or …
-
I saw the Gatekeeper issue described out there, but I'm not sure this is the same. I did add the terminal to developer tools. That didn't help.
So, here's the description of the problem and how to …
-
A statement is dead if it writes to data that is not read from in the computation. These statements can be found from the graph by inspecting data spaces with orange labels.
Computation::deleteDea…
tpops updated
3 years ago
-
This is a meta-issue, design-change request, to treat capitalization (and possibly other things) as a kind-of pseudo-morphology. See issue #42 for context. The general issue is about refomulating to…
linas updated
6 years ago
-
That points from a concept to another, and denotes that the entitled concepts are synonyms for one another.
The from and the to must both be concept types.
The relation should be symmetrical. Ho…
-
I have observed that in my code the most variables I declare are 'final' and rarely I use some 'non final' variable declaration.
`final int id = 1;`
`id = 2 // The final variable 'id' can only be …