Adam Lane

Results 54 comments of Adam Lane

Now that bootstrap 4 is beta, can we get rtl support?

FYI I have not used it yet but just incase it helps, this claims to support b4: http://rtlcss.com/cdn/css-frameworks/bootstrap/

I just finished building a Next.js project with with type-graphql 2.0.0-beta.2 and love it so much. Unfortunately when trying to run my graphql route in `export const runtime = 'edge';`...

There needs to be some documentation stating that piping is not available until you save your survey and then open it back up again. It took me a while to...

I think a little icon tooltip that says something like "save this question and reload survey to enable piping" would be a good start. That way people creating surveys for...

I was getting "fatal error: wand/MagickWand.h: No such file or directory" on ubuntu and just before giving up forever, I was able to get around it by installing ImageMagick from...

Well I went through my steps again from scratch and it didn't work so there must have been something mysterious I did during my frantic trying that I forgot about....

@gdarko Unfortunately I never saw that error, only a MagickWand.h and magick-baseconfig.h not found errors. Note that I was starting with AWS EC2 Ubuntu Server 16.04 LTS (HVM), following the...

@bagipriyank Do you have a /usr/include/ImageMagick-6/wand/MagickWand.h? If not, I have no idea where that comes from but perhaps try "sudo apt-get install libmagickcore-dev libmagickwand-dev"...I got it from either that, being...

@bagipriyank That is great news. So it seems libmagickcore-dev is probably what does it specifically since i see the libmagickwand-dev in the imgmin prereq already....I updated my comment steps. I...