Daniel Brüggemann

Results 6 issues of Daniel Brüggemann

Hi, ``` use({ "nmac427/guess-indent.nvim", config = function() require("guess-indent").setup({}) end, }) ``` Trying out this plugin with the config from the readme. Sadly the autostart is not working. Even with `auto_cmd=true`....

On OSX systems, an alias like `Components` which points to `components` will not work correctly on webpack-dev-server live reloading. `.babelrc` ```json { "presets": [ "env", "react" ], "plugins": [ ["babel-plugin-module-resolver",...

For Internet Explorer i use respondjs to get media queries to work, but this breaks the PIE.htc. If i remove respondjs from source than PIE.htc will work.

Hi, is there a way to set the `background-color` of the navigation bullets, like `bulletsColor` and `textColor`? Currently it looks like this: ![pagepiling-navigation-bulltets-bgc](https://cloud.githubusercontent.com/assets/1296438/24081875/2c3948c8-0cbc-11e7-83c0-a7905b9e1b02.png) Then i have to add `background-color` manually...

enhancement

Hi, i discovered that using `window.localStorage.clear()` in `beforeEach` has no effect in jest tests. Tried also `global` instead of `window`. https://codesandbox.io/s/2o1ljwjwy0 All test should work because i only click once....

Hi, tried to add a zoom to the bubble groups. Works quite well, till i'll get back to the origins. Then the bubbles get overlain from the group bubble. I...