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 init --alt [url to repo] [branch name]` will initialize an obelisk project with a custom directory layout (skeleton)

enhancement

Ported from @xplat's changes elsewhere. I have: - [ ] Based work on latest `develop` branch - [ ] Looked for lint in my changes with `hlint .` (lint found...

## Problem When `ob run` & co try to load packages, the build currently fails if there's an interpreted "sandwich" situation, e.g. `A -> B -> C` with `B` being...

This PR is meant to resolve the issue #691. `ob run` was initially using a different code path to run an Obelisk project, which did not honor the `BackendConfig` passed...

```zsh ob shell ``` in an obelisk project clobbers my shell on nix 2.6.0 and darwin (10.15): ```bash \[\][nix-shell:~/foo]$\[\] ps -p $$ PID TTY TIME CMD 72648 ttys003 0:06.18 bash...

Low Severity
MacOS

I'm running into a situation where JSaddle gets into an infinite loop and the app becomes unresponsive when I'm using `ob run`. Steps to reproduce: ``` git clone https://github.com/kadena-io/block-explorer.git cd...

bug
High Severity

The cabal2nix patch we needed has long since landed.

clean up

Doing 'ob deploy init' inside a 'git worktree' gives a rather unhelpful error, and leaves the user puzzled as to what went wrong. This is a minor usability issue, but...

user experience

(On Linux,) when terminating `ob run` with SIGHUP - e.g. because your terminal is being closed - the child `ghcid` process stays alive, and keeps the port occupied. Repro is...

bug
user experience

This is my `frontend/src/Frontend.hs`. I changed the `ob init` project to accomodate the function `elDice` which uses a random number. ```haskell {-# LANGUAGE DataKinds #-} {-# LANGUAGE TypeFamilies #-} {-#...

question
documentation