FBurner
FBurner
## Bug report ### Current Behavior Nested object when accessed via the dot operator gets following error: **TS2339: Property 'budget' does not exist on type 'string'.** ### Expected behavior Not...
Using: "babel-plugin-styled-components": "^1.13.2", `{ "presets": [ "@babel/preset-env" ], "plugins": [ [ "babel-plugin-styled-components", { "namespace": "campaign" } ], [ "@babel/plugin-proposal-decorators", { "legacy": true } ], [ "@babel/plugin-transform-runtime", { "regenerator": true }...
**Describe the bug** Cursor position on object with only one attribute that leads to another nested object That lead to error: Cannot determine a GraphQL input type for the "eq"....
**Describe the bug** When mutation is used to generate an object and ones query in the subset a relation an error occurs. 1. Use relation for graphql: @Relation('campaignMetrics', () =>...
**Describe the bug** Get error "Invalid cursor" on providing after cursort to pagination **To Reproduce** Steps to reproduce the behavior: 1. Write query ``` query { campaigns(paging: { first: 1...
I need to have a one to many relation otherwise the object design is not applicable. ``` @Field(() => [CareerLevel], { nullable: true }) @Prop({ type: [CareerLevelSchema]}) careerLevels!: Array; ```...
## Bug on development maschine when try using environment variables from the local system dont work ### Current Behavior On ubuntu in the local dev maschine garden cant read the...
## Bug ### Current Behavior garden deploy tries to watch node modules ``` UnhandledPromiseRejectionWarning: Error: ENOSPC: System limit for number of file watchers reached, watch '/home/user/orojects/root-config/node_modules/yargs/build/lib/yerror.d.ts' ``` ### Expected behavior...
Hi there, azuretables seem deprecated, is there a plan to support cosmos db instead? Edit: Cosmos DB - Tables API is not compatible with StoredEvent Attribute id, var StoredEvent =...
Error: JSON-Schema must have a key 'id' or '$id' to identify the top-level schema and added "id": "http://json-schema.org/draft-04/schema#PositionProfileType", but stil doesnt work