Michał Kukieła

Results 27 issues of Michał Kukieła

**Describe the bug** HTML blocks in markdown documents are not rendered properly. Check the example below. **To Reproduce** I use the current HEAD version of Emanote (i.e. https://github.com/srid/emanote/commit/7063381264ca16ac279708a6bd6d98b8afd0a7ec). Create a...

bug

A note that both * contains a footnote, and * embeds another note, which also contains a footnote will have two elements with the same id attribute in the resulting...

bug

**Describe the bug** Embedding notes may create cycles: some_note.md: ```md blah ![[other_note]] blah ``` other_note.md: ```md aaa ![[some_note]] bbb ``` **Screenshots** The result (in live preview) looks like this: ![Peek...

bug

Full report: https://hackage.haskell.org/package/dhall-toml-1.0.3/reports/2 ``` src/Dhall/TH.hs:274:38: error: " Couldn't match type: flag0 -> Syntax.TyVarBndr flag0 with: Syntax.TyVarBndr () Expected: [Syntax.TyVarBndr ()] Actual: [flag0 -> Syntax.TyVarBndr flag0] " In the third argument...

![image](https://github.com/dhall-lang/dhall-lang/assets/53443372/b4fcac76-c78d-4758-9148-8212d7895d33)

Despite https://github.com/dhall-lang/awesome-dhall/blob/3b6e4e97e85ecbf9b672c56dbf11ab9b441e283a/CONTRIBUTING.md?plain=1#L9 and https://github.com/dhall-lang/awesome-dhall/commit/a58b70eb508aa2177a8de3a4f66e008ee557b0d5 some periods are missing.

This should close #408. The extra `\` was introduced by `show`. Along the way some other escaping issues introduced by the `show` "shortcut" are fixed (like improper escaping of control...

The documentation at https://packagecontrol.io/docs/submitting_a_package#Step_2 does not mention the two rules that are stated in the review guidelines at https://github.com/wbond/package_control_channel/wiki#review-the-pull-request, namely: > Syntax packages should be named after the language, i.e....

The original Three Virtues website http://threevirtues.com/ is down. The domain was taken over. The webstie was restored from the Wayback Machine at https://thethreevirtues.com/. I'm not sure about this fix; perhaps...

Are there any plans to include * NOT NULL constraints, * attribute types, * UNIQUE constraints (on a single attribute or a group of attributes), * comments (on entities and...