Joep Joosten

Results 22 comments of Joep Joosten

A recent (2011) "security" update by microsoft disabled MHTML support as an alternative to base64 data uri.

How about something like gole (https://github.com/shawwwn/Gole)?

Oke, found the link to the boto3 documentation: https://boto3.readthedocs.io/en/latest/guide/configuration.html It's possible to set AWS_PROFILE environment variable. Maybe make it more explicit in the documentation?

Could you make a pull request for this one, i will merge it into master

Hi Bradley, It's indeed not possible to set parameters when the template is called. You could just set the value attribute in the parameter, which will act as a default...

Hi, I've recently moved the hosting from cloudbees to an aws t2.small instance, because cloudbees stopt their free hosting services. The problem i currently have is that the program get's...

Hi Adrian, Yes, you'r right, the schema isn't included... CREATE TABLE `fiddle` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; CREATE TABLE `fiddle_revision` (...

https://github.com/graphql/graphiql/blob/48e7710a80739931565e1d472ed38136cc73865f/packages/graphql-language-service-server/src/findGraphQLTags.ts#L43

Hi @deepy. Fix the duplicate test that i wrongfully copy / pasted....