Veronika Romashkina

Results 115 issues of Veronika Romashkina

Add `update` command which can upgrade current project with missing features.

feature
CLI
generated project

It seems to be rarely used nowadays, so we can get rid of the pressure of additional maintenance and testing.

question
generated project
CI

Sometimes I wish I could quickly check the local defaults written in my config file without looking in the source. I want the command that would tell me exactly that...

feature
CLI
config

As in the newest version of [`optparse-applicative`](https://github.com/pcapriotti/optparse-applicative/blob/master/CHANGELOG.md#version-01600-14-aug-2020) Let see how helpful it could be for us 🙂

CLI
enhancement

- [ ] Do not use `putStrLn _ :: String` in main functions . Maybe use `pure ()` instead? - [ ] Update `appveyor.yml` (remove comment, use `%GHCVER%` variable) -...

generated project
refactoring

generated project
enhancement

Add `multi` command to create multipackage project with custom configurations for each package.

feature
CLI
generated project

Blocked by #149 See comment https://github.com/kowainik/summoner/issues/285#issuecomment-541183053

script
nix
blocked

Mention where we need to be more careful when working with `Int`s: - 0 - positive - negative - in some bounds

enhancement
chapter1

This could be the GH Action which will generate the pdf when all of the CI checks are green in the `main`.

idea :bulb: