Dakota St. Laurent

Results 30 comments of Dakota St. Laurent

having a similar issue, getting the error message `Fatal node-sass error, signal=SIGSEGV`

@jasonsanjose I'm running Ubuntu 14.04 and still getting this error with the new version. my code is simply a single SASS file, as such: ``` css @import url(http://fonts.googleapis.com/css?family=Open+Sans); ``` tried...

~~seems to be working, on Linux at least. I could attempt to reproduce it on Windows if need be.~~

never mind - was trying something different than I was before. I'm getting the same error.

Did George R.R. Martin write that pull request, by chance?

I don't know if this would fix your issue but I was facing something similar where I was submitting a form but waiting for some background event to complete prior...

@omerman what are you trying to accomplish with this? if you're using the `validate` method that's passed into the `Form` instance then you could call that separately

are you using react-final-form? if so, each `Field` has a `validate` prop. if this is a function you define inside your class then you could cal it form anywhere. if...

@chungkui you should fill out the information in the template if you want a proper response to this, otherwise just close it 🤷

@foxhound87 can you give a regular example of a simple file upload? I tried checking out the demo repository locally but it failed on `git submodule update` @prontiol did you...