nozpheratu

Results 9 issues of nozpheratu

How would I retrieve a tag for display purposes? Something like `@foo.version_tag` would be handy. I would like to let users tag the various versions of their records in a...

I wasn't sure how to go about doing this, initialy I had some code to the effect of this: ``` ruby foo.version.downto(1) do |version| foo.revert_to(version) puts foo.version end ``` But...

Hi there. My company has been using this plugin since September. We noticed that the filters on the report tab don't seem to be working quite right. If I filter...

PartOf allows the unit to restart when another service restarts.

When making a request to `dev/api/contacts/email/tags/delete` to delete some tags it seems to return a 204 regardless of whether anything was actually changes or not. I can send it an...

New Latex user here, I have a simple tex file: ``` \documentclass{minimal} \begin{document} Look, some text! \end{document} ``` I started compiling this document over a half hour ago, and Tectonic...

It seems the classes used by this gem conflict with the carousel classes. This can easily be reproduced by placing some pagination inside a carousel item. Bootstrap's carousel class also...

I'm using the gems defaults to allow all font origins, and I can see the response header changing on my development environment. But when I push to production where I'm...