Travis Jacobs
Travis Jacobs
Example input: ``` contract Owned { function setOwner(address _new) onlyOwner { NewOwner(owner, _new); owner = _new; } address public owner = msg.sender; // declare after use } ``` Gives error:...
I'm finding that parsing large solidity files (500+ lines) takes a few seconds, which is fine in and of itself. The problem is that it seems to be a *blocking*...
Might be convenient to have bitcannon up on package managers like `brew`, `apt-get` and similar. Install dependencies from there with an install script or whatever the particular manager uses. If...
Right now the metadata is displayed literally, between two horizontal lines. We could handle this with showdown, and either ignore it as output, or add metadata to the html. ```...
Could be added as a preprocessor, showdown plugin, or something else. From [this discussion](https://github.com/travs/markdown-pdf/issues/117#issuecomment-596684719).
Hey Elliot, have had an [issue raised over on markdown-pdf](https://github.com/travs/markdown-pdf/issues/185), where [this markdown](https://gist.githubusercontent.com/snehamabraham/d17d0d42eccc67b5aa5106b2a66286f5/raw/c4ee762e6c89797f8233b23c2463458d8ea8d392/md-pdf-list-issue.md) does not render as the preview pane does. Not sure if having a list directly below a...
I was thinking of adding these hooks, but what is the exact shape of the header/footer config? Without looking at the source, it appears to be something like this: ```js...
Would make debugging a bit easier. Similar to this [one](https://github.com/Glavin001/atom-beautify/issues/237)
This package sorely needs tests. Most of the open issues here can probably be worked into tests somehow, and many of the errors caught. If anyone wants to give some...
These tests should use the NeuroML2 python library to read c302 and compare key features to the contents drawn from PyOpenWorm to be sure they are consistent. Depends on #27...