Paweł Gościcki
Paweł Gościcki
Minimal reproducible testcase: ```javascript import styled from 'styled-components' const media = {} const Container = styled.main` padding: 10px; transform: translateX(var(--menu-${({ state }) => state}-width)); ${media.md` transform: translateX(0); `} ` const...
### Before you start - checklist - [X] I followed instructions in documentation written for my React-Date-Picker version - [X] I have checked if this bug is not already reported...
[country_select](https://github.com/stefanpenner/country_select) version 2.0.0 (not yet released) introduces a number of big changes. One among them is a different syntax for `country_select` view helper: ``` ruby def country_select(method, options = {},...
## Is your feature request related to a problem? Please describe. I'd like to use rubyfmt for code formatting, but it force adds parentheses to every method call except for...
In `.bundle/gems/vpim-0.695/lib/vpim/vcard.rb:678`. And, well, "Application could not be started".
This is cross-posting from [neocomplcache issues](https://github.com/Shougo/neocomplcache/issues/215) as recommended by @Shougo. Note that I'm also using vim-endwise. Using the recommended snippet from `doc/neocomplcache.txt` (see 351a2f102460): ``` vim inoremap my_cr_function() function! s:my_cr_function()...
Latest version (as of writing this) is 1.3.21: https://github.com/dangrossman/bootstrap-daterangepicker/blob/master/daterangepicker.js Using current version results in pesky `Deprecation warning: moment().zone is deprecated` warnings in js console (because of the miss-match between daterangepicker.js...
We're seeing a lot of such errors. They are seemingly random. I can authenticate with LinkedIn, log out from my app and then try to log back in using LinkedIn...
Ruby 3.2.5 rufo 0.18.0 ```ruby parens_in_def :dynamic quote_style :single ```` ```ruby class User def self.by_uid uid: joins(:authentications).where(authentications: { uid: }).first end end ``` ```bash rufo app/models/user.rb ```` results in broken...
Ubuntu removed ~1400 time zone aliases from the main tzdata package (reference: https://askubuntu.com/questions/1532129/difference-in-time-zone-data), moving them to the `tzdata-legacy` package, which causes issue for applications using those time zones. I believe...