Lukas Rieger
Lukas Rieger
``SyntheticEvent`` was removed from Fable.React, in most cases ``MouseEvent`` should be used.
Record is apparently a TS native Dictionary type: https://www.rickcarlino.com/2017/02/27/real-world-use-case-for-typescript-record-types.html ----------------------------- The plugin stuff may be solvable with anonymous records: ```ts // types/options.d.ts export declare type Plugin = (fp: Instance &...
The generated Options type is useless and would need support for Partial (which at first glance doesn't seem too hard)  
Would it make sense to change the behaviour? Or add a new flag? In theory it would be a breaking change, but I don't think the current behaviour is terribly...
> [...] then Paket merely becomes a nupkg downloader Yeah, but that's exactly what I need in that case. The package references .Net standard, which then pulls in these packages....
I see the appeal of Typst in being a cross-breed between Latex and Jupyter notebooks; and data manipulation, especially sorting, grouping, aggregating, would be at the forefront of what I...
I feel ``resolver=2`` is a poor default, because it is often unexpected behavior. It's probably gonna make me unpopular, but is there a chance to default back to resolver=1 and...
I think this can either be part of the existing web PR (https://github.com/godot-rust/book/pull/56) or I can create a new PR after that one is merged, I'd just rather not mess...
I assume most people test natively and then export for web, so the verification could be done in the windows/macos/linux build(s).
That's some good points. If you have a generalized ``set`` as opposed to an ``after_set``, that would imply that actually updating the backing field would still be the obligation of...