Aparaxium

Results 4 issues of Aparaxium

Is there a reason GitHub uses PascalCase while Gitlab uses Snakecase? `export { default as GitHub } from './icons/github';` `export { default as Gitlab } from './icons/gitlab';` Proposal: Change `Gitlab`...

Is it possible to disable the outside clicking but maintain the functionality of clicking in the pane?

**Describe the bug** When running Koji in a sub module, the following error occurs: ``` Error: Not a directory (os error 20) ``` **To Reproduce** Enter a sub module and...

bug

Allows the user to omit dates in date ranges using the logic: ``` #let daterange(start, end) = { if start != none and end != none [ #start #sym.dash.en #end...