Dag Brattli
Dag Brattli
I'm trying to benchmark list insert on an empty list but the benchmark never finishes. List insert should be pretty fast so not sure if I'm doing something wrong? ```python...
### Expected Behavior Should work with Python 3.9. ### Actual Behavior Getting exception: ``` Traceback (most recent call last): File "/usr/local/bin/pdoc", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/site-packages/pdoc/cli.py", line 572, in...
Fixes and test for math extreme values. You probably want to copy the [test](https://github.com/fable-compiler/Fable/pull/3072/files#diff-e1e803235f6bb0274eb7cfbc7a40dd59d590eb51efee48298ac586fe1d4a05eaR221) to other languages @alfonsogarciacaro @ncave and make necessary fixes (if any). PS: I btw made an...
I'm a bit confused about the naming of some functions, i.e `transformClassWithImplicitConstructor` vs `transformClassWithCompilerGeneratedConstructor`. It seems to me that `transformClassWithImplicitConstructor` has a very explicit `cons` argument since the type that...
### Description The CLIEvent property seems to be missing from object expressions. ### Repro code ```fs open System type InterfaceWithCLIEvent,'t> let event = Event() let ifaceWIthEvent = { new InterfaceWithCLIEvent...
How do I set the Center (required) property of a Circle for ReactLeaflet? Is it missing? https://github.com/fable-compiler/fable-react/blob/54453ccbde9fac2503a723ef21358854b24663c0/src/Fable.ReactLeaflet/ReactLeaflet.fs#L284
Aioreactive (https://github.com/dbrattli/aioreactive) is an implementation of AsyncObservables for Python. It is the async/await version of RxPY (which I'm also the author of). It would be great if we could move...
Fixes #94