robertj
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?
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...
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...
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:...
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'...
Page 13 (Pharo 8)
Hi, starting on page 11 the class instance method should be `defaultSpec` instead of `defaultLayout`