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

Obelisk version: `v0.9.1.0` I've noticed the following differences in serving static assets vs serving JS: - Static files are referenced by the names with hashes, e.g. `1sjgs70sb2mpmx4k6608n42f0d1y5xxyaf7f4pl5hl961xzjzy7n-main.css` - JS is...

bug
enhancement
question

I want to make use of type-safe routes using `routeLink` and I want the resulting route to look something like this: `https://www.palantype.com/patternoverview#patSimpleMulti` ... making use of the # to scroll...

question
documentation

Running `ob run` on macOS results in the following error: ``` ob: dieVerbatim: user error (ob: Cannot find the program 'ghc'. User-specified path '/Users/stevenleiva/Downloads/tmp' does not refer to an executable...

bug

When only changing a config in common (I tested with config/common/route) a deploy won't reload the backend and it continues to use the old config. To fix this a login...

bug
High Severity

nixpkgs asks users to run `nix-shell -p nix-info --run "nix-info -m"` when filing a bug report. Since obelisk is a multi-platform development environment, we really need this information to efficiently...

enhancement
opinionated

```bash ob deploy push ``` produces the following error: ``` acme: error: 400 :: urn:ietf:params:acme:error:connection :: Fetching http://foo.org/.well-known/acme-challenge/9xstaQ8AHuDS_XvayEh2veLvDhvY3G07DJWc4m3nHVE: Connection refused, urlacme: error: 400 :: urn:ietf:params:acme:error:connection :: Fetching http://foo.org/.well-known/acme-challenge/9xstaQ8AHuDS_XvayEh2veLvDhvY3G07DJWc4m3nHVE: Connection refused,...

Medium Severity
nixpkgs

currently one can do `nix-shell -p '(import ./. {}).ghc.gargoyle-postgresql-nix' --run 'gargoyle-nix-psql db'` and while it is not necessary for an obelisk project to use gargoyle and postgresql, i use them...

user experience

I wanna using obelisk to develop a front-end application and I can't find any docs for build or output javascript for me. Does it fessible to develop it and how...

bug
High Severity
MacOS
nixpkgs

Using this image nixos/nix, the command "sudo ob init" fails with the following error in gitpod. Cloning into '/tmp/ob-init-d256638524233314/.obelisk/impl'... HEAD is now at 7ad33cb Merge pull request #829 from obsidiansystems/aa/rp070...

bug
Low Severity