-
**Describe the bug**
Media-Library is semi hard-coded to use the public disk. This is where it stores images such as company logo, user profile pictures and expense pictures (such as receipts).
S…
-
Does Nexus support the construction of product libraries for internal network environments? My current requirement is that the external network can access the public product library. Can the external …
-
This is just a dump of public Design Systems I can find and checks
-
Currently, we have pretty huge primitive and core libraries that pull too many crates for their need.
This issue is created as part of the code review process for #11639 to track improvements.
Rec…
-
# Task List for Project Phoenix - Aizen Integration and Repository Updates
### Categories:
- **Added to Project Phoenix on DDP**
- **Added to Aizen on DDP**
- **Added to Public Repo for Images**…
Xieon updated
2 weeks ago
-
It seems dune-deps only tracks dependencies via public_name, so when the library has both name and public_name stanzas and is referenced via "internal" name - this dependency is not shown by dune-deps…
-
## Description
We have taken over ownerships of the Patterns, Templates and Forms library and need to do some final clean up to make it ready for the public. We have done some clean up but there are s…
-
The `LICENSE` file contains the header of the LGPL 2.1 but the license text of the LGPL 2.0:
```
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU…
-
We were using https://webjars.org/ to load javascript libraries but the azure blob storage library specifically causes a Java compilation error on Java 11.0.14. To unblock upgrading Java we [switched …
-
```Scala
// library.niva
type Library
books: MutableList::Book // private
amount: Int // public
name: String // public
Library addBook: book::Book =
books add: book
Package …