njlr
njlr
```javascript= // pseudo-code xs = [ 1, 1, 2, 3, 1, 2, 2, 3 ] distinct(xs) = [ 1, 2, 3 ] distinctUntil(xs) = [ 1, 2, 3, 1, 2,...
We should have documentation for each function. This should generate something presented by GitHub pages.
I have been trying to create a "hello world" app using Fabulous, but I fear that I have an incompatible set of requirements: - Fabulous 2 - .NET 6 -...
I propose we add a CLI flag for explicit path to a configuration file (`.editorconfig`) The existing way of Fantomas deals with this problem is ... rearrange files ## Pros...
Here is my `.esdoc.json`: ... { "name": "esdoc-importpath-plugin", "option": { "replaces": [ { "from": ".*", "to": "" } ] } } ... The output docs has imports like this: import...
I cannot build the latest `master`: ```bash $ git clone [email protected]:cmusphinx/sphinx4.git $ cd ./sphinx4 $ git rev-parse HEAD 32df364ce3d9688c13a524981898931335d688e5 $ gradle build > Task :sphinx4-core:compileJava /.../sphinx4/sphinx4-core/src/main/java/edu/cmu/sphinx/fst/sequitur/SequiturImport.java:24: error: package javax.xml.bind does...
Is there a command-line tool for transcribing audio files? Usage would be something like this: ```bash java -jar ./transcriber.jar --language=en-us ./my-audio-file.mp3 > transcript.txt ```