Mark Larah

Results 48 issues of Mark Larah

First of - thanks @lttb so much for this library! It's a huge help! I'm running into the following issue best demonstrated by a small repro: ```js type GetUserInfoArgs =...

I added a new dependency for https://github.com/Yelp/paasta/issues/1373, and followed the instructions here https://github.com/Yelp/paasta/tree/master/example_cluster#example-cluster I'm getting this error tying to restart the container: ``` ╔═ markl@yelpbook: ~/GitApps/paasta/example_cluster git:(add_cors_1373) ✗ ╚═ ≓...

Apollo federation uses the following introspection query when glueing together subgraphs: https://github.com/apollographql/rover/blob/83d99ad2c707a5da4e3d48593af7b22a51d6d07d/crates/rover-client/src/operations/subgraph/introspect/introspect_query.graphql#L1-L6 ```gql query SubgraphIntrospectQuery { # eslint-disable-next-line _service { sdl } } ``` In our subgraph, we define a...

to do

https://www.reddit.com/r/docker/comments/50822n/made_a_thing_to_turn_docker_run_commands_into/d72lj63: > This doesn't work for when I have an environment variable such as > `-e PS1="\[\033[01;31m\]\u\[\033[01;32m\]@\h\[\033[01;34m\] \w \$\[\033[00m\] "`

bug

moto does not appear to return `Item` under `err.response["CancellationReasons"][n]` when a transaction fails, and we've set ` "ReturnValuesOnConditionCheckFailure": "ALL_OLD"`. I've created a minimal repro with a failing test case here:...

bug

This looks super nifty https://github.com/atlassian/better-ajv-errors and a way to improve the DX (we use ajv for parsing the dataloader-codegen config file)

Right now, we assume that resources look something like this: ```js function getFoo({ count, type, somethingElse }, fetch, options) { ... ``` i.e. we assume that the underlying resource takes...

Opening an issue to track adding native TypeScript support for output of this library. (Until we have a native option for TypeScript, consider using https://github.com/Khan/flow-to-ts or https://github.com/bcherny/flow-to-typescript ?) Would you...

## Problem When prototyping, and I update a column name (e.g. "foo" -> "bar"), I want VSCode to pop up and say "Hey! Do you want me to auto-update occurrences...

kind/feature
domain/schema
topic: rename
topic: prisma client
topic: TS integration