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

When deploying an obelisk project that relies on letsencrypt secure websockets are broken on Safari and iOS. Safari gives the helpful `[Error] WebSocket network error: The operation couldn’t be completed....

High Severity
nixpkgs

I got an installation failure in Ubuntu 18.04 on my Desktop as follows. $ nix-env -f https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -iA command ... ======= 3 failed, 488 passed, 8 deselected, 17 warnings in...

bug
High Severity
nixpkgs

I've installed Nix on my Ubuntu 20.04 and launched `nix-env -f https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -iA command` it fails with this ``` /build/pyOpenSSL-19.0.0 Finished executing pipInstallPhase post-installation fixup shrinking RPATHs of ELF executables...

bug
High Severity
nixpkgs

As of MacOS Big Sur I get the following error: `ld: file not found: /usr/lib/system/libcache.dylib for architecture x86_64 ` when adding any dependency to my obelisk project. That's the weird...

bug
High Severity
MacOS

Obelisk version: `v0.9.1.0` I'm running the default app created with `ob init` and built as described in the [readme](https://github.com/obsidiansystems/obelisk#locally). For the most of the unknown routes (e.g. `http://localhost:8000/zzz`) it responds...

enhancement

After installing the latest nix version on a fresh copy of Ubuntu 20.04.4 LTS (ARM64 edition) on a VM on my M1 Macbook pro (to attempt to get around the...

bug
High Severity
ARM

There was already some JS code inside `Obelisk.Route.Frontend`, it only increased with #912. Other platforms should also have the routing functionality. For details, refer https://github.com/obsidiansystems/obelisk/blob/e3ec75f6988eed47189dd20f8c8514748b33ea81/lib/route/src/Obelisk/Route/Frontend.hs#L86.

clean up

On top of #507 **EDIT: This is just a PoC. I will add more docs if we like this!** In skeleton, running `nix-build -A help` produces: ``` error: Help: The...

documentation
user experience

Adding a non-existent extension (e.g. typo) to `default-extensions` makes it so that only module extensions are active. For instance, starting with the obelisk skeleton ```diff , mtl , text default-extensions:...

bug
Medium Severity

Replicated by running `ob init` to start a new project and then breaking/removing `Frontend/src/main.hs` or `Backend/src/main.hs` followed by `ob run` which happily launches the dev server. The main files do...

documentation
Low Severity