John R. D'Orazio
John R. D'Orazio
As @rfgamaral suggested, after having attempted to install using **`yarn`**, and running into all kinds of issues, I removed using `yarn global remove avn avn-nvm avn-n`. After exiting and restarting...
I guess this has been dealt with in issue #382 , where the solution given is to set `overflow-y: visible` on the container. In one comment however there is a...
I was able to implement for PR's coming from forks by using the `pull_request_target` action instead of the `pull_request` action: ```yml name: PR Labeler on: pull_request_target: types: [opened] ```
Would anyone have the skill to write a similar scanner for extracting form labels for resources? The documentation for [ActionView::Helpers::FormHelper](https://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html#method-i-label) states: > The text of label will default to the...
Well I've actually come up with a solution which does not handle all use cases, it does however handle the basic use case for what's generated from the **scaffolding generator**,...
Or a simple fix would be to update the pattern to allow a lowercase `i18n.t`. https://github.com/glebm/i18n-tasks/blob/a2b06e3cf8cebb10cf47f680e82779f353839815/lib/i18n/tasks/scanners/pattern_scanner.rb#L15 Something like: ```diff - TRANSLATE_CALL_RE = /(?
I also have not succeeded in getting an empty `defaultValue` for languages other than English (or whatever the source language is set to). I've tried multiple ways, even using a...
I have found the same behaviour in Outlook 2016. After disabling PowerToys PDF Preview, voilà the Adobe Reader previews kicked in and I can see PDF previews in Outlook again....
Perhaps an internal serialization of objects to associative arrays could be considered? It would make it that much easier to use...
I'm seeing that there is an *ini* setting for decoding serialized objects `yaml.decode_php=1`. Perhaps there could be a similar setting for encoding serialized objects `yaml.encode_php=1`?