Michael L Heuer
Michael L Heuer
Hello, congrats on the recent blog post on the [AWS HPC Blog](https://aws.amazon.com/blogs/hpc/)! I intend to look closer into your Spark support to see how it works. While I imagine it...
#### What happens? When querying `ResultSetMetaData` from JDBC on a Parquet file with nested records, an `IllegalArgumentException` is thrown. #### To Reproduce See https://github.com/heuermh/bdg-formats-duckdb ``` $ duckdb-tools describe -i fragments.adam/part-r-00000.gz.parquet...
Fixes #1133 ## PR checklist Closes #XXX - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code...
See https://github.com/heuermh/lick/issues/11 Or alternatively, `Rand` could be called `Gaussian` or `GaussianRandom`.
Fixes #39 Replaces https://github.com/jwmatthys/chugins/pull/7
A common use case in digital synthesis is to use an oscillator as an LFO for a parameter. The built in UGen oscillators provide some of such functionality via the...
I believe this may already be a known issue; it appears static dur fields are not statically initialized ``` class Impatient { 1::ms => static dur moment; fun static void...
From an email thread: > Chubgraphs (and ChuGens) don't support stereo operation at this time. Its > something we've thought a lot about, but wanted to focus on getting mono...
Even after time has advanced `now` returns `0.0` when called within the `tick(float)` method inside a class which extends `Chugen`. For example: ``` class WhatTimeIsIt extends Chugen { fun float...