Jukka Keski-Luopa

Results 35 comments of Jukka Keski-Luopa

Does not work in the latest Atom release either (Atom v1.11.1).

And maybe also keybindings for traversing commits backward/forwards. It would be much quicker than with a mouse.

We discussed this a few years back. At the time there was some drawback or problem with the automatic conversion, but I don't remember what it was. Perhaps we should...

Let's ignore this for now. It is caused by libraries used by npm ci. Hopefully they will resolve the issue at some point.

Perhaps also additional integrations (Figma addon, etc.): https://medium.com/storybookjs/storybook-for-design-3ff761c579bf

Might be related to this: https://github.com/webpack/webpack-dev-server/issues/1418

Was caused by docker-compose volume mounts that still had the old `/client` directory: ``` volumes: - "./client:/service" - "./shared:/service/shared" - "/client/node_modules" - "/client/flow-typed/npm" ``` This fixed the problem: ``` volumes:...

Some people are saying that GraphQL will replace REST altogether in APIs, but it might just be hype, and it's probably best to keep both in your toolbox. REST with...

Some misc links: https://blog.graph.cool/graphql-boilerplates-graphql-create-how-to-setup-a-graphql-project-6428be2f3a5