robertj

Results 10 issues of robertj

Is there a standard static member for types that are `Cons`eable? In principle anything that can be mapped to a `List` or `Seq` could be conseable. No?

enhancement
question

show the type of the selected code snippet within the context of the selection. this helps specifically if one has partially applied functions and lots of pipes usage when suddenly...

enhancement

The Grid view will display name as the hostname if there is only one host sending events. For example if I have only one monitee and I have disable the...

When using types with lots of generic type parameters ( > 2) instantiating these types becomes pretty cumbersome and one easily looses track which parameter belongs where. So I suggest...

area: type-system

Allow expressions within type constraints to check for generic paramters within a generic parameter ```fsharp let inline inj> (value: 'T) : Brand = FinishedKind of 'A type Brand = {a:...

area: srtp-and-constraints

Hi, as far as I understand any view needs to be in the "views". Is it possible to have subfolders in views? such that my view could exist in ../views/subfolder1/subfolderb/MyView.tsx?

## Is your feature request related to a real problem or use-case? Add a deep recursive Optional type and its inverse a deep recursive Required type both of which should...

Hey, I found this in `@types/DocumentDB` export type TriggerType = 'Pre' | 'Post' | 'pre' | 'post'; export type TriggerOperation = 'All' | 'Create' | 'Update' | 'Delete' | 'Replace'...

Hi, starting on page 11 the class instance method should be `defaultSpec` instead of `defaultLayout`