sandstrom
sandstrom
Thanks for taking time responding! 1. Agree with problem including more icons than needed. It's something to consider. 2. Good point, maybe something like this: ``` { 'adjust': ['all'], //...
Yes, would like to setup package deletion rule like this: - Keep the N most recent versions, and - keep all versions created in the past Y months. (and delete...
Send feedback to Github and ask for this feature: https://support.github.com/contact/feedback?category=prs-and-code-review If more people ask it's more likely they'll add it. It's already built into Gitlab, Azure Pipelines and others. https://github.community/t/feature-request-semi-linear-history-merging-strategy/2325
In Visual Studio Code (.vscode/settings.json) it would look something like this: ```json { "cSpell.words": [ "bisquare", "datapoint", "deepmerge", "lowess", "metricsgraphics", "quantile", "testem", "timeframe", "tricube", "upto", "voronoi", "watchables", "weight" ] }...
@commenthol let me know what you thinK!
I don't think supporting this would be a good thing. If you want to break translation across multiple lines `yaml` already allow that: ```yml en: my_text: | line 1 line...
friendly ping @voxik
How widespread is gettext for translation keys? Anyone know what the most popular methods for storing translations are these days? My guess would be that most are `yml`, `json` or...
@azyzio Would you be willing to put together a PR to solve this? A simple start could be a brief outline of the suggested changes + public api changes. Just...
Here is another example of this issue: https://github.com/bridgetownrb/bridgetown/blob/v1.1.0/bridgetown-core/lib/bridgetown-core/helpers.rb#L110-L116 ```ruby # Forward all arguments to I18n.t method # # @return [String] the translated string # @see I18n def t(*args) I18n.send :t,...