Emil Styrke
Emil Styrke
> @CDRayn You _kind of_ can pass headers in on page load if you manually invoke playground, within the init method: > > ``` > GraphQLPlayground.init(root, { > endpoint: "urltographqlhere",...
Hi there! First, thanks for a great library! Second, I have an example that behaves unexpectedly: The document I'm converting contains maths equations such as `$L’ = (1+n \cdot C)...
@lukehoban Thanks for the quick reply! I mean the physical name. The logical names (i.e. first argument to the resource constructor) are the same in both new and old stacks....
@FFdhorkin could you elaborate? I can think of two ways to bypass gitpkg in an own fork: one is to publish a forked NPM package, the other is to rewrite...
@FFdhorkin Yes, I agree totally! (it was someone else who made the comment about "just make a branch") You said "It would require you to fork a repo, and at...
@lukeshay Does https://github.com/serverless-stack/sst/pull/2831 solve this for you? (add `"internalPackages": ["your-removed-import"]` to the Pothos route)
I am having this issue as well. It seems that it only happens if I have my tests in a package: ``` root/ my_module/ __init__.py file.py tests/ __init__.py test_main.py ```...
Thanks! This should be mentioned in the docs!
Any progress on this one? Running into this right now, unable to connect to my database at all due to crazy passsword...
I ended up hand-patching connection_config.js and it worked perfectly, FWIW. :)