Michael L Heuer

Results 99 issues of Michael L Heuer

Currently the ChucK language does not support namespaces or import statements. The current workaround used by LiCK and other libraries is to use `Machine.add(string)` calls to manually add all possible...

When composing object hierarchies, it is often useful to create `abstract` classes, those meant for extension not instantiation and `final` classes, those meant for instantiation not extension. The same modifiers...

Often state within fields of a class must be initialized properly before an instance of a class can be used by callers. Typically this initialization is performed in a constructor....

As described in the comment here Sample.ck, line 25 https://github.com/heuermh/lick/blob/master/Sample.ck#L25 if the order of class definitions in that file are rearranged such that Sample comes before the other classes (SampleProcedure,...

Often a single class will compose several different aspects of functionality. For example, the LiCK class Sample can be used with several other APIs in the LiCK library. It has...

Sorry, this is more of a question than an issue. In commit 86978bebc54bcc201d2fff21eac651fdda268520 and https://github.com/phenopackets/phenopacket-reference-implementation/commit/fefda802cb5cf6b462ab987534966df6b3bca5a7 I see that a protobuf schema is generated reflectively from the implementation API classes. As...

ga4gh

Following install instructions on M1 MacBook Air via README and adapted from https://developer.apple.com/metal/tensorflow-plugin/ ```bash $ uname -a Darwin [hostname] 21.6.0 Darwin Kernel Version 21.6.0: Mon Dec 19 20:46:01 PST 2022;...

[Graphs.ck](https://github.com/heuermh/lick/blob/master/lick/collect/Graphs.ck) is full of `todo`s

It seems nearly every time I create a new pull request, the CI builds fail with brew audit failures unrelated to the formula(e) included in the pull request. E.g. https://github.com/brewsci/homebrew-bio/issues/1659