Results 25 issues of Stefan

Would you be open to change the targeted element for the dark class from `body` to `html`? See tailwindlabs/tailwindcss#2279 (comment)

Is it possible to work around camanjs failing on node-canvas when using webpack to bundle it for browser? My setup: ES6 project with node v6.3.0, babel6, webpack, (OSX). After installing...

Suggested feature: handle .prettierignore files like .gitignore and .npmignore files, allowing them at any level of the project, not only root. Use-case: Using prettier in sub-projects and their "container" projects,...

type:enhancement
status:needs discussion
area:cli
area:ignore

Bug: aliased queries break. Aliased queries can be set up in app level queries (example) or are automatically generated when the client does [query merging](https://dev-blog.apollodata.com/query-batching-in-apollo-63acfd859862) Example using the schema and...

Did anyone figure out how to merge PRs to a many-repo as discussed in the linked slides? ``` git merge -s subtree many-pr-branch ``` results in `fatal: refusing to merge...

Upgrading from 0.2.19 to 0.2.20 and any later release breaks the command `serverless offline start` `serverless offline` still works. I'm using serverless-webpack ``` plugins: - serverless-webpack - serverless-dynamodb-local - serverless-offline...

If we have dynamodb-local running as a docker container and compose the services with docker-compose, we'd still like to use this package for the migrate functionality. However, in a docker-compose...

checkout crowdprocess.com, they have a nice raytracing demo: http://distracer.io/ Would be cool if js-spark had the same.. if I have a spare moment I'll see if I could help with...

enhancement

How would we connect to a websocket for the graphql subscriptions? With a local docker image of neo4j 3.3, I've tried localhost:7687/graphql/ but that didn't work: ``` WebSocket connection to...

Basically, when I submit a schema to the idl endpoint with a single type, the null pointer exception is thrown if the type has a field of type `DateTime`. @jexp,...