TRΛNS-GIRL.C0DΞS

Results 34 issues of TRΛNS-GIRL.C0DΞS

Hi, I've just tried to make a binary which accepts command line arguments and I get segfaults which has led me to notice: In hello.jl: ```julia Base.@ccallable function julia_main(ARGS::Vector{String})::Cint println("hello,...

In the readme it says that with julia 0.7 a single binary file can be generated. But doing `julia juliac.jl -ve` currently produces an executable and a dylib (I'm on...

I was looking to write an RStudio extension to help my colleages with some more advanced git use - namely subtree add etc, my first thought was to use `sys`...

Hi, I thought of creating a custom widget for putting into loading screens for unavoidable loading times: provide a very lightweight game like 'snake' to give the user something to...

bug

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version 0.1.6 ### Platform and OS Version Windows ### Existing Issues _No response_ ### What happened?...

bug

I think we would do the usability of BioJulia a lot of favours if we made it easier to use the file format packages to do the processing of HTS...

enhancement

Ncbi-blast+ is a very common set of command line utilities for Bioinformatics, BioJulia's BioTools.jl requires this command line tool, other packages written by biologists may well want this too if...

It would be good if when reading in the XML there was the possibility of checking it conforms to a defined schema, either in a file or on the web.

BioCore.Ragel module should either be moved, renamed, or both.

This PR implements the following changes: _(Please tick any or all of the following that are applicable)_ * [x] :sparkles: New feature (A non-breaking change which adds functionality). * [...