Ilias Van Peer

Results 19 issues of Ilias Van Peer

It's a rather uncommon use-case, but we had [someone in the elm-lang slack asking for this](https://elmlang.slack.com/archives/C0CJ3SBBM/p1493306684234907), and they actually had a valid use-case: copy pasting Elm generated HTML into an...

**Quick Summary:** Running `elm make` when `elm-stuff` needs to be initialized, on a very busy system with multithreading, can occasionally lead to a crash. There are a few variations to...

Some sort of contravariant map would allow reusing validators in different contexts. Possible names, with input from @norpan and @gyzerok on slack: - [`preMap`](http://klaftertief.github.io/elm-search/?q=preMap) - [`comap`](http://klaftertief.github.io/elm-search/?q=comap) - `contraMap` (not used...

AS IS: giant blob TO BE: report per module with index and overview

enhancement
visualization

Interestingly, GitHub uses this very repo as the provider for syntax highlighting on GitHub. https://github.com/github/linguist/blob/v6.0.0/.gitmodules#L679-L681 In the latest update of linguist, they updated all the submodules. The Elm module went...

Works similarly to https://package.elm-lang.org/packages/elm/parser/latest/Parser#loop and allows indefinitely looping generators without blowing the stack. This also makes it easier to implement combinators like `chain` and `repeat` as described in #20 without...

### Description AWS Elasticache, like most cloud-based redis offerings, run in secure mode, which effectively disables the `CONFIG` command. However, the JedisConnectionFactory as configured in `WEB-INF/applicationContext-session-redis.xml` will attempt to use...

enhancement

## Hey, I just made a Pull Request! We already include a namespace label for other resources like deployments and cronjobs, but not for rollouts. Rollouts are special cased in...

area:kubernetes

Currently, the demo-site is set up to: - reroute `/` to `/catalog` - have the homepage on `/home` When directing my browser to https://demo.backstage.io, I somewhat expected to land on...