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

Cleaned up (rebased) the work done for wasm support. The feature is working fine now, ~~though there are still nix related things to be fixed, especially in reflex-platform.~~ I have:...

There's currently no type-safe way to obtain a url for a backend route on frontend widgets. Current workaround is to do `Right validEncoder = checkEncoder fullRouteEncoder` on the frontend and...

enhancement

From the `ob thunk pack --help` documentation: ``` Usage: ob thunk pack THUNKDIRS... [--preserve-symlinks] [-f|--force] ([--private] | [--public]) Pack git checkout or unpacked thunk into thunk that points at the...

Obelisk usually gets in the way of various things I want to do with the backend. This explores how we might change it to be more general and work with...

I tried running an Obelisk app on a non-root URL by setting `config/common/route` to `http://mydomain.com/my/site/root`but this didn't work like I expected. After doing a little digging, it looks like obelisk...

question
documentation

I might be doing things the wrong way but it seems that the Frontend handles a `ConfigsT` in its transformer stack while the Backend doesn't. I can of course handle...

question
documentation
user experience

It looks like code splitting is generally supported by GHCJS, see [Multiple pages / incremental linking](https://github.com/ghcjs/ghcjs/wiki/Deployment#multiple-pages--incremental-linking). It would be nice to have various code splitting features as a part of...

enhancement

Before this patch, we diffed the output of `nix show-derivation` to determine whether to attempt to rebuild the `staticFiles` derivation. Unfortunately, `show-derivation` often takes a significant amount of time and...

Hi! Is there any information around how to use an obelisk based project smoothly with emacs (haskell-mode, propably other related packages)? (at least saw that @ryantrinkle was using emacs in...

documentation
user experience
Medium Severity

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 .`...