-
I ran into this issue when trying to update [fable-pixi](https://github.com/fable-compiler/fable-pixi) from pixi.js v5 to v6.
pixi.js type definition files have code like this:
```typescript
impo…
-
- [ ] Logged in users can comment on fables
- [ ] Comments use same editor as fables (coming with editor)
- [ ] Adequate styling
- [ ] Smooth, bug-free navigation
- [ ] Seeded with info to demonst…
-
Hi there,
I found Fable.Import.Browser not including type definitions of EventSource.
It seems Fable.Import.Browser is the best module to place them considring that EventSource API is provided by ea…
-
### Description
[Quick start](https://fable.io/docs/2-steps/your-first-fable-project.html) fails at `npm start` if the project is in a folder named `f#`. Error messages below:
```
❯ npm…
-
Is it possible to have jump to source working for the generated source via fsautocomplete (via sourcelink integration?)? Currently, if I try to jump to definition when hovering over a type like `Gluti…
-
```
$ dotnet new fable-jest -n sdk-tests -lang F#
$ cd sdk-tests
$ dotnet restore
The request was aborted: Could not create SSL/TLS secure channel. (Github - cached (temporarily ignore updates))…
-
**Title**: Building a web app with F# - Part 2
**Description**
In part one, we learned how to build a basic reminders app, completely in F#. In part two, we're going to take it even further by ref…
-
Hi,
I've just started on a NextJS project using Fable and so I'm interested in Fable type defs for NextJS. What's the status of this project, is it actively maintained? Which version of NextJS are…
-
Sutil is using [Feliz.Engine](https://github.com/alfonsogarciacaro/Feliz.Engine) for providing an HTML DSL.
The problem is that Feliz.Engine, is not maintained anymore and @alfonsogarciacaro is the…
-
### Description
I have a project which has a custom Exec target to build its Fable artifacts. This works fine for Fable 4 + .NET dotnet restore MyProject.csproj -p:FABLE_COMPILER=true -p:FABLE_COM…