Paweł Gościcki

Results 7 issues of 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...

bug

[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...