Lena Fuhrimann

Results 65 issues of Lena Fuhrimann

I have a project which follows the "Simple Setup" example given in this project's README: https://github.com/mastertinner/graphql-jsonplaceholder/blob/master/src/index.ts#L19 I have configured eslint to run the recommended TypeScript linting rues. The code throws...

It would be awesome if this tool could be installed via https://brew.sh/.

enhancement

The generated Go files all have the permissions `-rwxr-xr-x`. They don't need to be executable, so we should remove the `x`s so that it is `-rw-r--r--`.

I would like to mock an external interface provided by the [AWS SDK](https://github.com/aws/aws-sdk-go-v2). To do so, I create a local type alias: ```go // dynamo.go package dynamo import "github.com/aws/aws-sdk-go-v2/service/dynamodb/dynamodbiface" //go:generate...

When I remove a frame locally and then run `watson sync`, the frame still exists on Crick. It should be removed when I do a sync.

feature request

### Contact Details _No response_ ### What happened? The properties `main` and `correspondingDatasets` used for multi-axis setups (as described in https://github.com/carbon-design-system/carbon-charts/blob/80f53aafe3f87012caedeb77605559e8ee402bdf/packages/core/stories/tutorials/dual-axes.ts) are missing from the documentation at https://charts.carbondesignsystem.com/documentation/interfaces/_interfaces_axis_scales_.axisoptions.html and from...

bug 🐛

**Description** `driftctl` lists DocumentDB clusters as `aws_rds_clusters`. **Environment** - OS: Arch Linux - driftctl version: v0.25.0 - terraform version: v1.1.7 - terraform providers versions: [email protected] **How to reproduce** Create a...

kind/bug

Fixes #15. Please let me know if you would change anything about the colors. I tried to match the current settings as closely as possible.

Every time I start my GraphQL server, the order of all properties, enums and parameters as shown in [GraphiQL](https://github.com/graphql/graphiql) or as parsed with [GraphQL CLI](https://github.com/graphql-cli/graphql-cli) changes. These tools just take...