Evgeny Zhdanov

Results 18 comments of Evgeny Zhdanov

Also in other sections the same mistake.

@jquense hey. can you describe a little more, how can I adjust the code? `filterTimes: (arrayOfDates) => true` at least needs to get an array to achieve this on my...

Same here, I'm not using multiple screens only one, but yet couldn't start the widget, receiving same error.

and what is current workaround to modify `mod1` `mod2`? I didn't find any docs or mentions in README. You mentioned `plist`, but which one and how to modify it correctly?

@farzadmf yeah, forgot to mention you somehow, but yep that was for you 😄 I also found that this app seems like forgotten and dropped it. many unexpected behaviour with...

Still getting this error. So it is forcing you to return `empty` json on 204, but the error message is not helping at all. So in my case changing the...

Yes, I can handle it, seems like something small to fix > Does Rails expect having a roles class method, though? I've never seen them reserving this word, but need...

it is even allowing such construction ```ruby ALLOWED_TYPES = Template::ALLOWED_TYPES.freeze def template_klass template_db = Template.find_by(code: code) return if template_db.blank? template_type = ALLOWED_TYPES.find { |t| t == template_db.type } raise UnknownTemplate...

@presidentbeef yes, it is defined like you've mentioned ```ruby class Template ALLOWED_TYPES = ['type1', 'type2'].freeze # ... end ``` do you have any guesses/propositions where to look? I can handle...