Maxime Mangel
Maxime Mangel
> This might have unwanted effects inside of a `Decode.object`, which uses exceptions as a short-cut mechanism Do we ? I checked the code and I don't see where we...
> I mean leaving ‘map‘ as it is, simply adding ’safeMap‘. That's what I understood, but I consider this is not a good idea to use this variant. See my...
There is also [Vite `?raw` suffix](https://vite.dev/guide/assets#importing-asset-as-string) that can help here
I don't know where the problem can be coming from because the only impactful commits between the 2 version is: https://github.com/fable-compiler/Fable/commit/ae2463bfa37a7a79d0ca90198eda619af7eacc6e
We can eliminate the first one in theory because > 1. Stacktrace starts from `FSharpAsync.RunSynchronously` which was removed in 4.25 that might or might not be an issue The changes...
Thanks for the investigation @dbrattli I am working on making a PR to fix the issue, this is a bit tricky because I also need to revert some improvements which...
Tips: In case you want to use a local version of Fable you can also use `./build.sh package` to a create a local package. It will give you a package...
@Lanayx Fable 4.26.0 should fix the issue
@Lanayx Does it work with the `EmptySolid` from Oxpecker repo directly? If yes, could it be that a new release of the plugin is needed to update its dependencies ?
Follow up of #4179, I decided to unlist Fable 4.26.0 because like @ncave pointed Fable 5 is the version that is made to work properly with F# 9 and .NET...