AurΓ©lien Geron

Results 32 issues of 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,...

check

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...

check

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...

enhancement

```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...

type:docs
keras-team-review-pending