Maxime Mangel
Maxime Mangel
I don't think there is something we can do about this one because we can't garante that there is no `self` variable available in the runtime. I suppose we could...
Closing as won't do for now, because of the reason explained above.
I don't think the issue has been solved in Fable so the first thing will be to fix [`fable-library-py/date_offset.py`](https://github.com/fable-compiler/Fable/blob/main/src/fable-library-py/fable_library/date_offset.py) in Fable. I am just not sure, if we need to...
@shayanhabibi Thank you for opening a PR. One flow I see with the current proposition is that only 1 argument can use this system as at a time. What I...
> As it currently stands, this is to enable plugins (specifically [Oxpecker.Solid](https://github.com/Lanayx/Oxpecker/pull/51)) to provide this functionality via some other API. > I stropped the magic properties in the test just...
Hello @shayanhabibi, I am not a big fan on relying on an empty string to add behavior to codegen (if we were to do that we should add a comment...
I wanted to add that the empty string approach seems simpler and direct. In theory, like @shayanhabibi mentioned an empty string cannot be use as a key for a props....
@shayanhabibi I will make sure to do it. I was not able to allocate much time to OSS in the last weeks, but will be able to go back to...
This PR is actually surfacing issues with our TypeScript generation when using `Nullable` type: ```fs let nullableTestWorking (s: Nullable) = // Works because we have generate a type guard s...
I am facing a wall here, because it feels like when we generate the type information for ```ts let copyOfStruct: int32 = value(s) ``` we don't have the information that...