Johana Star

Results 29 comments of Johana Star

@kiesia This may be bikeshedding on my part, but how are you looking at versioning restrooms? Here's [a good list](https://www.ruby-toolbox.com/categories/Active_Record_Versioning)… I think PaperTrail is pretty good.

➕ 1️⃣ I'd like to be able to leave comments because I want my teammates and future maintainers of the documentation to know what code the docs are based on,...

via [this thread](https://github.com/eventmachine/eventmachine/issues/77) @mperham sez: Try `gem install eventmachine` again.

@BanjoFox Is it ok if I start stubbing out some user stories as issues…? I just want to throw out the titles for now, scoped to reasonably small pieces, like,...

🤔 I think that many small issues make sense, (spawning a new github issue is cheap) and then we can link to all the issues with ticky-boxes on this issue....

Will write out small issues this weekend.

@deutrino, thanks for the warning and reminder that time-and-date-math is a PITA, and easy to muck up. I def think that storing time as UTC and also storing the intended...

Another project dealing with events is [GetTogether](https://github.com/GetTogetherComm/GetTogether). They are looking for help with ActivityHub https://github.com/tootsuite/mastodon/issues/4179#issuecomment-377729626

Would a good rule here be "Use `if !` if the condition is expected to be false, and `unless` if the condition is likely to be true." ? Does that...

@hammerdr The happy pattern I have seen is "follow the Ruby Style Guide, except in the following cases…"