Tryggvi Gylfason

Results 20 comments of Tryggvi Gylfason

Hey! I did a quite significant refactoring of the internals so you probably have some conflicts. Sorry for the bother :)

It's an interesting idea. I'd love to explore the implications a bit further! If some input value is being kept in sync in the DOM and JavaScript I'm not sure...

I rebased and noticed that 2 does not get superscripted ![image](https://user-images.githubusercontent.com/2373958/53522400-95adfd00-3ada-11e9-8192-8ad8f8db0460.png) The glyphs in strings of numbers are not as diverse as in text on average. 100, 100.000, 2019, etc...

Hey! By form fields I'm assuming you mean inputs, textareas and such?

Has there been any movement on this? I'd like to help out with this as soon as I get the chance @asfktz. I have a huge react codebase of >25...

Stepping through a debugger during compilation shows that `file-loader` (called by `url-loader` [which loads the font-awesome fonts and svg](https://github.com/asfktz/autodll-webpack-plugin/blob/master/examples/inherit/webpack.config.js#L28)) always executes before `autodll-webpack-plugin`. Which means that [the `publicPaths`](https://github.com/webpack-contrib/file-loader/blob/master/src/index.js#L56) from file-loader...

Hey @tabarra! Sorry for the slow reply. I think this is reasonable to add :) Perhaps `repeatCommonVowelsTimes` is more descriptive? I think this option could replace the `elongate` boolean option....

Hey @KingSora, This is a great project. Huge thanks to you for your efforts! All the changes you have in mind sound good to me. The main expectations I have...

It's fairly easy to do this today ```tsx { myScrollNodeRef.current = ref.osInstance().getElements().viewport; }} > ```

Took a look. Pretty nice infra foundation laying. Unrelated, but I ended up picking OverlayScrollbars to solve our problems and they are now in use on open.spotify.com! Thanks! We did...