willeM_ Van Onsem

Results 37 issues of willeM_ Van Onsem

Creating a class `Default1 (a :: * -> *)` in analogy with `Eq1`, `Ord1`, `Show1`, etc. that allows to pass an explicit default for a wrapped type.

**Problem** In the Django-admin, a small piece of JavaScript looks to the file extension of the file uploaded, and select the format, given the format for that extension occurs in...

If one uses a browser to look at the rendered page, and double clicks on an element without a signature, then it also selects the `Source` element at the right....

The rendered documentation starts number from 1 as we can see [here](https://hackage.haskell.org/package/vty-5.33/docs/Graphics-Vty-Attributes-Color.html#t:Color). Perhaps it is worth to add the real value (for example between brackets). https://github.com/jtdaugherty/vty/blob/fa74b0ae1ca2883e9c4fbfe55abc9253dc7b9841/src/Graphics/Vty/Attributes/Color.hs#L61-L75

Use `path` instead of `re_path`, and work with a cascade of path patterns to avoid code duplication for the parameters.

We can introduce ``s in the Django action selector. This can easily be done by slightly extending the decorator with a group, and rewriting the logic of `get_action_choices` to introduce...

Added a script at the root of the project that can be invoked with: ``` stack new-package packageName optionA option2 ``` this then prints the package to the stdout. One...

In the `AnsiCodes`, we use some logic in the `__init__` to make `Fore.RED` for example to a string. We could subclass the `str` class to make it callable, for example:...