Justin Waring

Results 11 comments of Justin Waring

Can you try removing the characters that you don't want as separators from [the `SEP_CHARS` line in `settings.py`](https://github.com/doorstop-dev/doorstop/blob/73456b52e2dbb2ae51172e39336a30a351a0a7c9/doorstop/settings.py#L20)? Also, after you `doorstop create` is complete, you can edit `./req_init/.doorstop.yml` to...

> But do you mean that this is something we should to in the github version of Doorstop? Oh, I meant in `site-packages/doorstop/settings.py` after install doorstop from pip. I've been...

I thought I'd try potential bug 1 and figure out where the write of "building tree..." is coming from for `doorstop publish`. I didn't find it, but I did discover...

It looks like you have some duplicate documents. Search your repository for all the instances of `.doorstop.yml`. For the multiple SRD roots, you'll find two `.doorstop.yml` files with ``` settings:...

I feel that [REQ011](https://github.com/doorstop-dev/doorstop/blob/develop/reqs/REQ011.yml) requires a trace from the old item's location to the new item's location in the version control system. So I'd prefer the second option; that way...

Based on [this comment](https://github.com/doorstop-dev/doorstop/pull/290#discussion_r175652793) in #290, I made an `.icns` file using the `CreateICNS.src` script in [this Stack Overflow](https://stackoverflow.com/a/50540209) answer to convert `logo-black-white.png` to `logo-back-white.icns`: ```bash IFS='.' read -ra ADDR

@stanislaw I continue piloting Doorstop in small areas of my team and pitching it to scale up across others. I agree that the biggest challenge to adoption is how comfortable...

See also @akuker's [doorstop.net](https://github.com/akuker/doorstop.net) concept, with screenshots, in [this comment](https://github.com/jacebrowning/doorstop/pull/301#issuecomment-393535677) in #301. It looks closer to DOORS's user interface.

See also #295 for concepts of using Markdown files with YAML blocks instead of YAML files. (Though that issue was still considering one .md file per item.)

I was considering how to migrate a specification from Word to Doorstop when I had an idea for this RFC: * One Markdown file with header, level, and text data,...