obelisk icon indicating copy to clipboard operation
obelisk copied to clipboard

Functional reactive web and mobile applications, with batteries included.

Results 160 obelisk issues
Sort by recently updated
recently updated
newest added

- Favicon - iOS and Android icons

enhancement
good first issue
High Severity

Ideally the frontend and backend executable definitions in the skeleton are as simple and future-proof as possible, because they don't get type-checked/tested by `ob run`. Currently the frontend skeleton main...

clean up

When I deploy with `ob deploy push`, I can deploy to machines that are quite small. But if I'm on a small machine and trying to get the cached binary...

Low Severity
build-performance

#684 exposed that we need to document this better. I think putting a commented-out example in the skeleton default.nix might work well.

good first issue
documentation

When I use `ob run` without having any ipv4 address configured on my (linux) system I get the following `502` for anything but the app itself under `localhost:8000` which works....

bug
Low Severity

Recently, my nix-store (running on Mac) became corrupted by `brew` interplaying with nix, causing me to blow away both and reinstall nix and `obelisk`. Previously existing and building reflex projects...

bug
Low Severity

The `runBackendWith` function allows you to supply a different `runSnap` function, but `ob run` does not appear to use this.

enhancement
Low Severity

I think it would be useful for `ob watch` to run an user provided expression at the end of reloading modules. Similar to `ghcid -T :main` - but works on...

enhancement
good first issue

I'd expect URLs to be opened in the browser, however even with `target=blank`, when the user taps them obelisk opens these URLs *in* the app itself. What's worse is that...

bug
Low Severity
android

In the android app, I'd expect the back gesture (traditionally, the back button) to "go back" to the previous route, but the obelisk app does not respond to that gesture.

enhancement
android