Rikki Schulte

Results 740 comments of Rikki Schulte

same here, `createRequire` only works for me in node. and what's more, for other reasons, this solution does not work in cloudflare workers runtime at all (at least not in...

@JustusNBB I'm not able to reproduce this in the sandbox you linked to, perhaps this issue was addressed in the guild's fork of graphiql? would like to know how to...

try this: ```yaml schema: - scalar PositiveInt - schema.graphql ``` also note, if you're using the typescript codegen plugin, you'll also need to map custom scalars to typescript types

> @schickling @yoshiakis I am not sure who is maintaining Playground now, but considering that the syntax of graphql-config has changed, are there any plans to use the newer version?...

@B2o5T we still have many users who need the legacy mode because intellij‘s graphql config is still entirely based on 1.0 config. For example at my company we use the...

A few features that would be nice for the LSP server, and allow us to rely on this library‘s internals rather than our own DIY normalization of the raw config:...

I'm doing this with a modified version of this boilerplate. All i had to do was handle argv from make-webpack-config, and when 'web' is provided then the webpack options.target =...

Apologies, I forked this project a few months ago and the webpack config has changed significantly since then. I hope that this still helps folks who are looking to get...

Cool! Also forgot to mention, i just passed --target web to wepback-dev-server/wepback, no argv handling From my makefile: ``` makefile build-web: @node_modules/.bin/webpack --config webpack/webpack.config.production.js --progress --profile --colors --target web build:...

I can't reproduce this tslint issue locally, so I guess I can't publish :(