AurΓ©lien Geron
AurΓ©lien Geron
The black screen is displayed correctly the first time I run the presentation (by pressing `/`). I can resume the presentation (pressing `/` again), then again show the black screen,...
If you start the presentation with the chalkboard, all buttons are visible: * Main buttons: ON * Chalkboard buttons: ON Then you press `,` to toggle the buttons, so they...
The following zefops have no `yo` documentation: * `yo(L)` * `yo(allow_tombstone)` * `yo(expect)` * `yo(collect)` * `yo(func)`
I'm new to ROC, really enjoying it so far. π However, in ROC's REPL, pressing Ctrl-C shuts down the REPL immediately (at least on MacOS). I lose whatever I was...
Thanks for this cheat sheet, it's very useful. This PR fixes a number of typos (e.g., "Some project both contains X and Y" => "Some projects contain both X and...
Julia's REPL has a really nice feature: when you press the \ key and you just picked and executed command \#N in the history, then the REPL will select command...
```bash ./target/debug/tokei tests/data/Roc.roc ``` ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ Language Files Lines Code Comments Blanks βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ Roc 1 36 18 10 8 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ Total 1 36 18 10 8 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ```
The [documentation for the base `RNN` layer](https://keras.io/api/layers/recurrent_layers/rnn/) contains the following explanation, which is outdated: > Note on using statefulness in RNNs: > > You can set RNN layers to be...