Dag Brattli

Results 190 comments of Dag Brattli

> Main problem here is that we are mapping a dynamic language where everything is allowed to a strongly typed and opinated language. For example, declaration order matter in F#...

Ok, @alfonsogarciacaro that sounds like a great idea! It might still be good to have the separate repos under fable-compiler but delegate the maintenance to Collaborators with write access to...

Yes, we are actually using the `ReactLeaflet.fs` binding, but it references `Leaflet.fs`, e.g https://github.com/fable-compiler/fable-react/blob/master/src/Fable.ReactLeaflet/ReactLeaflet.fs#L18 so if you want to do something more advanced with ReactLeaflet, you need to fight with...

@MangelMaxime Do you mean somewhere in Leaflet/ReactLeaflet or in my own code? The real problem is that I have 40 students using ReactLeaflet (and other libraries) and whenever they want...

Yes, NuGet w/lock file should be a valid option now.

@ncave It was so hard to find the convert to draft link 🙈 but fixed now 😊 The custom Rust sized and signed integers will be implemented so they appear...

@MangelMaxime The status of this PR is green, so we can make changes incrementally. I'm currently working on migrating Array.fs/py to Rust. Things should be good, but GitHub actions are...

@ncave Yes, that is the idea. If you use Fable locally, you will build on-the-fly and use it as before. Only requirement is that for Python you also need to...

@MangelMaxime I'll try to fix the PR. I just added a few files I should have waited with 🙈 I'll try to revert them. I almost have Array working as...

Ok, I have changed it so if you give `--fableLib fable-library` then you will consume it from PyPI. Not really true, but you will consume it from PYTHON_PATH which in...