-
I'd like a way to automatically remove obsolete dependencies, obsolete being defined as
- the distribution A was automatically pulled to satisfy another distribution B's requirements
- the distributio…
-
I expect this'll lead to some messiness, though of course deleting a network is an action that should be taken with great caution.
-
Add fields to `question` content type in `qa_forum.install`:
* `up_votes` (total of `up_votes`)
* `down_votes` (total of `down_votes`)
* `score` (sum of `up_votes` + `down_votes`)
These …
-
Currently DEMO access level is used to create demo sites to present different functions.
Benefit of removing DEMO access level is simplification of code where are used exceptions for this level, for …
-
When I try run two different packages in two different directories at the same time I get:
```
failed to prepare package for running: failed to prepare temporary runtime area: failed to get server…
-
The current calls for phenotypes for an entity (https://api.monarchinitiative.org/api/bioentity/disease/OMIM%3A605543/phenotypes/?fetch_objects=true&rows=300) return a lot of ceremony, which, while n…
-
Had an issue where cl-soil would read a PNG file and try to return a pointer to the data. This cffi:pointer was broken and caused a crash when freed. Skipping freeing the pointer it turned out that th…
-
I almost always want to modify the `sourceFolders` option. I never want to add `ignore`s; in fact, I'd argue ignoring tests is an anti-pattern.
Therefore, I propose removing the JSON-based configur…
-
Hi, we are considering using the bremsstrahlung model -- [pyatomdb.apec.do_brems](https://github.com/AtomDB/pyatomdb/blob/master/pyatomdb/pyatomdb/apec.py) -- as a way to model bremsstrahlung emission…
eblur updated
2 years ago
-
We are using io.fabric8:docker-maven-plugin:0.44.0.
We converted from using the (very) old spotify plugin. We're using the plugin in a relatively simple way, and that's all we need, but there's one…