Henrik Christensen
Henrik Christensen
`pomo duration` without any args will just fallthrough to `pomo start` and use whatever duration is currently saved in `pomo.duration` or `25m` if `pomo.duration` is empty. Should close #9
Added pause functionallity. Run `pomo pause` to pause the pomodoro and `pomo start` or `pomo resume` to start the pomodoro timer again. ` (PAUSED)` is added next to the pomodoro...
The PR adds example of how to implement euclidean algorithm in Crystal.
This PR adds the Monte Carlo methods in Crystal.
This PR implements stack and queue in Go. *Note:* `code/go/stack-queue.go`also includes a `func main` where all the tests are written but I'm not sure where to include these (or if...
This PR adds examples of how to implement a `Stack` and a `Queue` in [Crystal](https://crystal-lang.org/).
Installing node modules with `npm install` gives the following output: ``` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted...
**API Platform version(s) affected**: 2.6 **PHP version**: 8.1 **Symfony version**: 6.0 **Description** I'm trying to make my api only support `application/json` and according to [the documentation](https://api-platform.com/docs/core/content-negotiation/#configuring-formats-globally) I should be able...
In the documentation about [operations](https://api-platform.com/docs/core/operations/) there are a couple of nice tables that lists the built-in CRUD operations. These tables shows that `GET` for both item and collection is mandatory....
I was installing `go-swagger` today and I used the following instructions from [goswagger.io](https://goswagger.io/install.html#installing-from-source) ``` dir=$(mktemp -d) git clone https://github.com/go-swagger/go-swagger "$dir" cd "$dir" go checkout v0.25.0 go install -ldflags "-X github.com/go-swagger/go-swagger/cmd/swagger/commands.Version=$(git...