-
Right now, some addons like MCprep have unittests to make validate stability. However, a good chunk of test code has to be dedicated to handing stuff between the developer environment and Blender. Thi…
-
@ocefpaf, @laurabrenskelle and I added an mbon_stats function, during the code sprint, to go out and grab statistics about dataset usage from two APIs. The response is a big data frame with some neste…
-
## Expected Behavior
After using “mmseqs easy-linclust” clustering, the retained sequence is non-redundant
## Current Behavior
After using “mmseqs easy-linclust” clustering, he retained seque…
-
-
THAT IS COOLLLLLL!
-
Currently https://github.com/coala-analyzer/coala-gedit/commit/2ec60faf668f3af677481daf5b8cd9ea1f540a77 adds basic installation facilities though we don't knwo if it's valid for all Linux systems. Als…
-
```
What feature ?
More intuitive navigation... Finding things like summary reports was a little
cumbersome, although ultimately I found what I needed.
How it might help you and others ?
```
Ori…
-
Bootstrapping for local use and deployment is a huge pain in the ass.
-
Thank you for making these scripts. Updating broke for me a while back when a gist using lynx stopped working. I've simplified the update script to just one script now thanks to this person's [https:/…
-
# extensions
```` C#
public static class PdfDocumentExtensions
{
public static void DrawPage(this PdfDocument document,Action configure)
{
var page = document.AddPage();
…