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

`ob shell` creates a custom shell derivation which is less sensitive to changes than what you get from `default.nix`'s `shells.ghc`. It would be nice to expose this somehow via nix...

enhancement

`ob run`/`ob watch` write ghcid's output into a text file in the project directory `ghcid-output.txt`. I don't see any references to this except in `.gitignore`, and it's not clear what...

enhancement
good first issue
Low Severity

`ob thunk pack` needs to be extremely careful not to delete anything the user might want to save, because it deletes stuff that could easily be important. However `ob deploy...

enhancement
good first issue

While the latest skeleton has a note explicitly about accepting lets encrypt ACME terms, the readme does not. Anyone who has upgraded their obelisk project from previous versions now has...

enhancement
documentation
Low Severity

Right now it says: ``` Untracked files: (use "git add ..." to include in what will be committed) DEPLOYDIR/ nothing added to commit but untracked files present (use "git add"...

enhancement
good first issue
Low Severity

I followed the installation instructions for macOS. I use macOS 11 Big Sur. I get the following error. Apparently there seems to be a problem with the clang compiler. ```...

bug
High Severity
MacOS

I'm running MacOS mojave. After updating the obelisk thunk in my project I get this error when trying to run `ob deploy push` ``` error: a 'x86_64-linux' with features {big-parallel}...

bug
High Severity
MacOS
nixpkgs

Installing Obelisk (using the command in the README on the master branch at commit 7ad33cbe3e84b209e83c505ce25486445bbd602e) brings in a dependency on python2.7-pyOpenSSL, which does not build because its tests rely on...

bug
High Severity
nixpkgs

There are some issues relate to this. First, this make CI difficult to run. Some CI environment, like GitHub action, doesn't allow a single job to use so much space...

enhancement
Low Severity
build-performance

Hi, I'm trying to deploy obelisk and I've run into an out of space error. I've tracked it down to when nix-build happens and I can reproduce it with `...

Medium Severity
build-performance