Jiri Spac

Results 172 issues of Jiri Spac

it is currently possible to register a `Field` onto a class at runtime, by invoking manually like this: ```javascript const decoratorFunction = Field({ type, name: relationName, isNullable }) decoratorFunction(prototype, fieldName)...

`Field` is nullable by default, whereas `InputField` is not. This is inconsistent and also it doesn't make much sense- at least in the API I am building. We have quite...

currently I have this in my app: ``` @ObjectType() export class OrganisationFeatures extends ConstructorAssigner { @Field() campaigns: boolean @Field() custom_email_sender_address: boolean @Field() OKTA_SAML: boolean @Field() search_analytics: boolean @Field() SCORM: boolean...

when I specify a field decorator such as this: ```javascript @ObjectType({ description: 'Simple product object type' }) class Product { @Field() async wow(): Promise { return 10 } } ```...

These two code actions should not be offered outside js/jsx/tsx: ![image](https://user-images.githubusercontent.com/1305378/50319570-56ef3b80-04c8-11e9-91c0-2dc9feba664f.png)

bug
good first issue

this line breaks in IE11: https://github.com/casesandberg/react-color/blob/bc9a0e1dc5d11b06c511a8e02a95bd85c7129f4b/src/components/common/Saturation.js#L23 because ![image (17)](https://user-images.githubusercontent.com/1305378/114675334-66819680-9d08-11eb-8f9c-f756abd262c1.png) so it would be nice to do one of the following: 1. warn users that this lib is not compatible with...

I'd like to use prettier to format my code and standard.js for checking unused variables, triple equals and all it's rules. There is one problem though-in all of my repos,...

meta

I am having a usecase where I want to run vite using ttypescript. even SWC does not support the stuff I want to do with decorators. You can see it...

not sure if it is going to return the correct path this way, but at least it would remove the annoying error notification in VSCode spamming 25x a minute, reported...

``` Library type error: flow-typed/npm/lodash_v4.x.x.js:745 745: defer(func: Function, ...args?: Array): TimeoutID; ^^^^^^^^^ identifier `TimeoutID`. Could not resolve name Library type error: flow-typed/npm/lodash_v4.x.x.js:1365 1365: flow: $ComposeReverse; ^^^^^^^^^^^^^^^ identifier `$ComposeReverse`. Could not...

bug
libdef