Ali Anwar

Results 10 comments of Ali Anwar

Hi, I have the same problem, it took me hours to find out what was wrong, and it turned out to be the same problem you have, if I don't...

a workaround this would be to use browserify `global`, so instead of exporting functions this way ```js // watchify -p browserify-hmr ... --standalone myapp export function initActions() {} export function...

Ok, the only solution I can find is to downgrade VirtualBox to `5.2.8`

Hi, did you find a solution for this?

My solution to this challenge, I used docker for everything, hope it works for others. Unfortunately I wasn't able to use DigitalOcean managed database, I always get connection error, but...

Hi, I'm trying to install the package, with ``` go get github.com/mattn/go-gtk ``` and I get ``` # github.com/mattn/go-gtk/pango clang: error: argument unused during compilation: '-fno-eliminate-unused-debug-types' # github.com/mattn/go-gtk/glib clang: error:...

Thanks! Sorry, I didn't check my emails, now I get this: ``` can't load package: package github.com/mattn/go-gtk: no Go source files in /Users/allochi/Projects/gocode/src/github.com/mattn/go-gtk ```

Hi, I can see that this is still open, I have another autocomplete problem, it seems that autocomplete works for attributes but not to start a tag, for example, I...

Hi, First I'm sorry, I should have mentioned that I'm using `atom 1.16` on MacOS Sierra. As an update, I think it's a bug. Basically if I type anything inside...

I actually reached this today after a session of debugging to find out the `v-select` clears the value by setting it to `undefined` too, which doesn't work well with my...