Ross Barnie

Results 42 comments of Ross Barnie

I came across this today when **not** recreating constants. Approximately I had: ```ruby enum status: { pending: 0, active: 1, archived: 2, error: 3 } enum project_type: ['commercial', 'non-commercial'] ```...

In a role to install and configure Icinga2, we've made the decision to keep certain variables in a hash and came up agains the same issues regarding variables as hash...

@nickzhums Do you have a specific date for the Ruby SDK deprecation in mind? If so it would be very useful to make this prominent across all relevant READMEs, and...

You probably want to remove the changes that are specific to your fork (for example the package renaming, the changelog, any references to your fork, etc) and narrow this down...

One use case I'd have for this is that in a Development/Testin environment I want the JourneyInsights to send debug information to an Application Insights instance for a particular journey,...

I'm about to graduate and have written a web application in Python with Django and another with web.py, using Bootstrap in the latter. I also wrote a teaching application in...

I haven't looked at this in a while but from what I remember I got the html and termbox versions to work but not the qml, for whatever reason. Got...

Supporting a general one at a higher level (XDG_CONFIG_HOME on linux seems an obvious choice) that can be overridden locally similarly to other projects such as git would also be...

If you want to always suppress some rules, no matter the project, maybe you have a common global that you don't want to be warned about (E0057). Probably a bit...

Duplicate of #42, though this is arguably a better solution as it's less likely to conflict with another gnome-terminal project.