-
-
Currently the Dependencies of a Dependency are automatically added to the app.json.
I understand that this make things more explicit, but we currently don't want this always.
e.g. we have a library …
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
**For example:**
Project Root
├── src/ &…
-
In this we will create the UI and write logic for setting business hours.
For further info and mock ups, please refer to the design document:
https://docs.google.com/document/d/17SCrNRNrV5L7-mL-fc…
-
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
**For example:**
Project Root
├── src/ &…
-
I am currently working on a project that uses a `ulong` as a central type in the business logic. It represents a 64bit [image hash](https://github.com/JohannesBuchner/imagehash) that I need to XOR wit…
-
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
**For example:**
Project Root
├── src/ &…
-
This issue a request to move the method that computes the “inheritance tree” (which currently lives in docgen) to `SchemaView`: https://github.com/linkml/linkml/blob/main/linkml/generators/docgen.py#L…
-
To allow multi-chain mechanism works efficiently, there's no way but write a smart contract on Solana blockchain due to the EVM incompatibility. Based on the entire logic given from the smart-bay repo…