Michał Kukieła

Results 27 issues of Michał Kukieła

The counter should not be incremented when an exception occurs.

The link was broken in #885.

This adds an icon to external links. I've checked it on Firefox 94.0 and Chromium 95.0.4638.69. Screenshots attached. ![image](https://user-images.githubusercontent.com/53443372/140553633-35f9bebf-33dd-4d66-82b0-ba89d0f7de34.png) ![image](https://user-images.githubusercontent.com/53443372/140553650-07504988-fe68-4d2c-8936-c11251141918.png) Mostly it looks ok, but look at the image (FAIR...

Because wiki is no longer updated and the links points to the docs.

On my Linux box ``` nix build --file ./release.nix website ``` failed with ``` warning: error: unable to download 'https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2': Couldn't resolve host name (6); retrying in 2192 ms error:...

The plan described in https://github.com/dhall-lang/dhall-lang/issues/80#issuecomment-862463847 was to add new types related to dates and time, together with the show builtins: ```dhall Date/show : Date -> Text Time/show : Time ->...

Calling: ```bash commonmark-cli -x autolinks

**Describe the bug** The following markdown: ``` [https://www.website.com](https://www.website.com#something) [[email protected]](mailto:[email protected]?subject=Some%20subject) [A website similar to https://www.foo.com and https://www.bar.com](https://www.baz.com) ``` is converted to the following HTML (at least in live mode): ```html https://www.website.com...

bug

**Describe the bug** When I create a link of the form `[some text](path/to/existing/markdown/file)`, but without including the `.md` extension in the path (e.g. try adding `[neuron](guide/neuron)` to `docs/index.md`), it is...

enhancement
good first issue

The documentation does not mention the date and time types added in #1191 (see #80).