Grzegorz Adam Hankiewicz
Grzegorz Adam Hankiewicz
Add some way to get the list of tags and create a cloud of them, so you can iterate in default.html or article.html and hiperlink them. This is seen at...
Use the [gh-pages branch](http://pages.github.com) to publish an example blog with some content and maybe generate templates which integrate with the github provided templates.
Rather than creating the structure manually running `ipsum init` could generate the minimum directories and populate some basic template if no files for them are present.
Looking at the logic of #23 the code performs the nakefile check like: ``` nimrod binaryTime = toSeconds(getLastModificationTime("nakefile")) ``` This doesn't include the `exe` extension for the windows binary, so...
The plugin doesn't detect correctly the main project file despite starting to use idetools from it. See the following steps: ``` $ git clone https://github.com/dom96/ipsumgenera.git $ cd ipsumgenera $ git...
Presuming source code filters use the `.tmpl` extension it would be nice if the syntax highlighting could be applied despite all the actual nimrod code being behind a first column...
It is weird that vim _knows_ a set of keywords which have to be highlited, but they are not used for autocompletion when pressing Ctrl+P. Is there any vim option...
The following code compiles with nim 1.4.8: ```nim import db_sqlite proc mark_seen_url*(url: string) {.raises: [].} = var conn: DB_conn let result = conn.try_insert_id(sql"evil insert", url) ``` This code stopped compiling...
Running on an M1, downloaded ImageJ bundled with Zulu OpenJDK 13.0.6 and opened a GIF file:  Trying to play back the file inside ImageJ shows lots of dark pixels...