Keags

Results 71 issues of Keags

I saw in the README that this module does no typechecking during its bundling process. I would like to do the typechecking prior to bundling, and I do not want...

It is theoretically possible to "parallelize" via a batch call as opposed to thread based concurrency. It's unclear from the docs if this is possible.

![Screenshot from 2021-07-08 11-19-41](https://user-images.githubusercontent.com/4033651/124964584-6da20300-dfde-11eb-81c8-681d13174056.png) This screen occurs when either navigating to /transactions or when the AJAX request that loads the transactions card comes back. I have opened the console to...

Right now we can only control what port thunderhub binds to. I'd like to be able to configure it to only bind to localhost so that external hosts cannot reach...

**Is your feature request related to a problem? Please describe.** I have a situation where I would like to be able to connect to and LND instance on the LAN....

https://gitlab.haskell.org/ghc/ghc/wikis/hie-files#making-use-of-hie-files-as-a-tooling-developer As a partially informed observer, this seems to be a major helper for things like the IDE engine. Currently the performance of HIE makes it unusable for all but...

Brittany is pulling the space out from between the `::` and the type immediately following the `::` corrects this: ```haskell data MyGADT a where Constructor1 :: Int -> MyGADT Int...

bug
language extension support
layouting
hs:types

It's really cool that I can build an app that compiles to native via webkitgtk, but I also can't use it outside of NixOS because the executable is dynamically linked...

### Prerequisites - [X] I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature, without success. ### Describe the Feature Request The goal of this ticket is to create...

Enhancement
UI
startd

### Prerequisites - [X] I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature, without success. ### Describe the Feature Request Right now services with dependencies may get into...

Enhancement
embassyd
P2 - Desirable