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

Disables TLS handling on the server if the route is TLS **but** --port was given, to make it so that `ob run --port` can be used with reverse proxies that...

Every time I do an `ob deploy update` I find myself wanting to know what the previous git revision was, whether it changed, and if so what the new revision...

enhancement
good first issue
user experience

Depends on https://github.com/reflex-frp/reflex-platform/pull/768. This can be taken out of draft state when that gets merged, which depends on the resolution of [these issues](https://github.com/reflex-frp/reflex-platform/pull/768). I have: - [x] Based work on...

I have: - [ ] 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 .`...

when I'm going to build a build for android, this error appears... does anyone know how to solve it? error: attributes 'armv7a' missing at /nix/store/bblbjmnzfib5q0r7xbk1c920bsabbw-source/pkgs/development/tools/build-managers/meson/default.nix:84:21 ![error arm](https://user-images.githubusercontent.com/73268358/145033148-6ed6b9e8-8e39-420d-a1ca-9fc7f1a800bb.png)

question

For details, refer to this issue: https://github.com/obsidiansystems/obelisk/issues/657#issuecomment-1103618210. I have: - [x] Based work on latest `develop` branch - [x] Followed the [contribution guide](https://github.com/obsidiansystems/obelisk/blob/develop/CONTRIBUTING.md#submitting-changes) - [x] Looked for lint in my...

Since we upgraded obelisk to use nix-thunk, which was also recently upgraded to avoid referencing the NIXPATH via ``, we can make obelisk just a little purer by upgrading the...

It failed for me with: ``` ✖1 ❯ sudo nix shell ".#nixosConfigurations.tower.config.system.build.toplevel" -c switch-to-configuration switch warning: Git tree '/home/cody/devos2' is dirty error: attribute 'currentSystem' missing at /nix/store/fk1pqfl3qv5r5jaf0lq1xzxnlzj13b2q-source/default.nix:1:12: 1| { system...

enhancement

Currently all Obelisk exceptions result in the magic exit code 2. Why? We should change this so that (a) exit codes are handled in one place and (b) they indicate...

clean up

While developing for a personal project, I came across a weird behavior where although I could click around my app no problem and new pages would render no problem. Except...