Maxime Mangel

Results 302 issues of Maxime Mangel

Hello, I am using a custom `QUnit` binding for my project ```fs namespace WebSharper.QUnit open WebSharper open WebSharper.JavaScript module Resources = [] type QUnit() = inherit Resources.BaseResource("https://code.jquery.com/qunit/", "qunit-2.24.1.js", "qunit-2.24.1.css") []...

Hello, While working on #1434 I had to re-run/re-build the tests project a lot of times which takes around 1min20 to build. It would be nice, if there was an...

If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/bk138/gromit-mpx **Is your feature request related to a problem? Please describe.** Hello, I...

feature-request

### Describe the bug When a type is annotated as `T | null` I would expect to see `| null` in the tooltip too. ### Steps to reproduce Create an...

language services

Hello, ### Describe the bug When having this pattern, we are missing some intellisense suggestions **File A** ```fs module Motivity.Thoth.Json.Tests.Types type Foo = class end ``` **File B** ```fs namespace...

bug

Fix #3533 I have an integration test suits ready but we need to release Fable.Core package in order to run it. If we use `ProjectReference` the test end up generating...

Originally reported on [Feliz repo here](https://github.com/fable-hub/Feliz/issues/660#issuecomment-2858088193) It is common to have condition in the properties list to conditionally apply some classes for example: ```fs let Ele() = JSX.create "div" [...

enhancement
javascript

In #4110, it was pointed out that user could have a hard time figuring out why Fable is failing to compile their JSX code. We should create a dedicated doc...

I am only working on JS/TS code for now, which explains why others target fails in the CI. With the nullable information we have trouble with TypeScript compiler type inference:...

### Discussed in https://github.com/fable-compiler/Fable/discussions/3978 Originally posted by **joprice** December 17, 2024 I'm curious whether the current behavior I'm seeing is correct when rebuilding after a single line change. I find...