Russell Dunphy

Results 18 comments of Russell Dunphy

Oh, are the changes described in "experimental.html" separate to defining multiple simple metrics for a test like this - `metrics :clickout, :sale` - in the experiment definition, or is it...

Yes, it does seem like quite a tricky problem. The only thing I could think of was never adding split points when going from snake case to kebab case and...

Ah, nice, I'l take a look at cprop. Thanks!

Hi @fleischie , I've also run into this issue (using neovim) and have created a minimal repo that reproduces it: https://github.com/rsslldnphy/vim-styled-components-indentation-issue. This is the `init.vim`: ```vim set nocompatible filetype plugin...

Wouldn't it be possible to write an example-based test that would work for any given `n`, and then run the test for several values of `n`? Might not be quite...

On further investigation - after running my own amended version of the extension with the patch in #4456 applied - I was able to get a bit more information. It...

Ah, should have perhaps made that clearer: the `next-i18next` issue is a related, but different issue. Adding a trailing slash to the config values fixes the worst cases, like `my.blog.com/posts/static-typing-is-cool`....

yeah - i think the point of the warning is more that i would expect existing users are probably _unaware_ of what their current setting is doing. going by the...

Just to note, I'm trying to create an uncontrolled component so I am unable (as far as I cant tell) to do anything programmatically based on the inputs value (unless...

That sounds great! Would make it super easy.