Piradata

Results 62 comments of Piradata

> I can confirm that by deleting and re-installing the app "prt sc" works as it should. Yea, can also confirm, but only worked after i followed @mishafeingold suggestion of...

If i open the folder `mainapp` as workdir ![image](https://user-images.githubusercontent.com/16529503/203235177-532c9ad0-1e63-40c4-be15-452240177fd6.png) it works fine (before it was loading infinitely and giving the error mentioned above of `failed to find an RSpec test...

same error for me here with wsl, user dict works fine, thought i don't know where this file is. Tried even to create the `spellright.dict` file inside of `.vscode` folder...

same bug here, it is changing this: ```ruby def validate_required_configs self.class.schema.select { |_name, config| config[:required] } .each do |field_name, _config| field_name_label = "#{field_name}_label" error_message = "#{::I18n.t(field_name_label)} #{::I18n.t('activerecord.errors.messages.blank')}" errors.add(:base, error_message) if...

> It's likely a false negative for `Layout/IndentationWith` cop. Do you meant `IndentationWidth`? If so then yes, its possible, because it cries about that when I disable the autoformat ![image](https://github.com/rubocop/rubocop/assets/16529503/05b63661-3e50-495f-b122-2acf022ee97f)...

> this appears to be an issue with the `entitySuffix` property. Can you (temporarily) work without specifying it? Also, a PR fixing this is highly welcome Why do you think...

strange, if the OS is in ru the language should have been detected automatically here: ![image](https://github.com/hydralauncher/hydra/assets/16529503/4b0a8ff5-61e2-4323-947a-9fffa4e03fca) where `@locales` are ![image](https://github.com/hydralauncher/hydra/assets/16529503/00667a72-d305-4649-ba56-e42bc5994ea9)

added language selector menu to solve this