Christoffer Åström

Results 14 comments of Christoffer Åström

I have projects that has `-` and `.` in them and it doesn't seem to pickup the ones with `-` in it. For example `foo-bar` *EDIT* - Re-installed and seems...

FYI I just got hit by this as well. Doing: ```git diff --git a/fakestorage/upload.go b/fakestorage/upload.go index ab50369..6c99254 100644 --- a/fakestorage/upload.go +++ b/fakestorage/upload.go @@ -350,9 +350,9 @@ func (s *Server) resumableUpload(bucketName...

Just found the `ExternalURL` options.. so no need for above change :D

🤔 Haven't looked into it in detail but I'm thinking maybe it's better to use the `request` to set the correct headers? e.g if you're requesting inside docker network it...

@evil-dog I've been using a modified version of this [script](https://github.com/whiskerz007/ubnt_get_wireguard). Looks like it's updated to point at this repo instead so should just work. Has been working without any problems...

@UsulPro I just cloned this https://github.com/indentlabs/notebook-ui and tested and I think it's the same problem? The console: ![image](https://user-images.githubusercontent.com/682243/58432189-73178a00-80b1-11e9-909a-71eed75c7630.png)

```js const theme = createMuiTheme({ palette: { primary: purple, secondary: green }, status: { danger: 'orange' } }); const theme1 = createMuiTheme({ palette: { primary: yellow, secondary: blue }, status:...

If I do ```js storiesOf('Button', module) .addDecorator(muiTheme([dark, light])) .add('with text', a => ( test button ``` e.g add `variant="contained"` it starts working (at least updating the color)

@bigopon @EisenbergEffect Any updates regarding this? As @itfourp said if you need touch support this needs to be fixed. Do we know where in the view cache mechanism we need...

omg, I remembered wrong. I thought the `ctrl+D` box was suppose to stay. PEBCAK.. closing this