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

I have a project called `ob-nave` that uses a package called `nave` registered as an extra local package in `default.nix` and referred to in git as a submodule linked to...

enhancement
Low Severity

Came out of: https://github.com/obsidiansystems/obelisk/issues/305

enhancement

- [ ] Add a test that runs `ob deploy init` on a directory with an existing `backend_known_hosts` file and checks that it succeeds

enhancement
good first issue
Medium Severity

When the global obelisk command is invoked in a user project, it will hand-off execution to the project's pinned obelisk. This is essential for users who work with multiple projects...

enhancement
user experience
nixpkgs

This will require documentation as well. It's not clear how we should allow users' choices to interact with obelisk's choices. It may make sense for them to combine in the...

enhancement
user experience

This allows power users to extend `exeConfigurable` and get modified versions of `server` and `linuxExe`, etc. that reflect their modifications. I have: - [x] Based work on latest `develop` branch...

enhancement

I followed the [installation instructions](https://github.com/obsidiansystems/obelisk#installing-obelisk) exactly and when I go to run `ob run` after `ob init` I get: ``` ob: dieVerbatim: user error (ob: Cannot find the program 'ghc'....

bug
Medium Severity
MacOS

I have: - [x] Based work on latest `develop` branch - [ ] Followed the [contribution guide](https://github.com/obsidiansystems/obelisk/blob/develop/CONTRIBUTING.md#submitting-changes) - [ ] Looked for lint in my changes with `hlint .` (lint...

``` frontend/src/Frontend.hs:8:0: error: error: missing binary operator before token "(" #if MIN_VERSION_obelisk_route(0,0,0) | 8 | #if MIN_VERSION_obelisk_route(0,0,0) | ^ ``` To reproduce: https://github.com/obsidiansystems/obelisk/compare/develop...alexfmpe:ae@reproduce-unpacked-cpp Works in `cabal new-repl` but not `ob...

bug
Low Severity