Michael Gee

Results 8 issues of Michael Gee

## Is your feature request related to a problem? Please describe. `rubocop-performance` told me to avoid instantiating OpenStructs because it invalidates the Ruby global method cache. But I recall Ruby...

Hi! 👋 I'd like to use this fancy technology to import [Noto Color Emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji) into my expo app, but there's no package for that font. Is it true that the...

If I parse an XSD into Ruby classes and create instances of those classes. Do those instances know how to serialize themselves into XML that is guaranteed to validate against...

This sample code raises: `undefined method 'new' for "simpletest:testMessage":String (NoMethodError)`. I would greatly appreciate any help. ``` ruby require "rxsd" schema = RXSD::Parser.parse_xsd raw:

This is a recreation of covermymeds/rubocop-thread_safety/issues/22 opened by @biinari on Jun 22, 2020. --- As an extension to the suggestion in covermymeds/rubocop-thread_safety/issues/4, perhaps we should flag up ivars used in...

see: https://github.com/rubocop/rubocop-thread_safety/pull/7#issuecomment-1130186157 for probable resolution

This is a recreation of covermymeds/rubocop-thread_safety/issues/40 opened by @JasonBarnabe on Apr 2, 2021. --- No offense reported ```ruby before_action { @my_var = 'foo' } ``` Offense reported ```ruby def self.add_my_before_action...

This is a recreation of covermymeds/rubocop-thread_safety/issues/33 opened by @biinari on Jun 29, 2020. --- When checking for class / module context, detect `class_eval`, `module_eval`, `class_exec`, `module_exec`. The `class_*` variants are...