-
**Is your feature request related to a problem? Please describe.**
I am creating a website in a monorepo using yesod and I am trying to include bootstrap (the css framework) in the binary. My repo …
-
I decided to troubleshoot (log at higher level etc) "why creating subdatasets is so slow when done by `addurls`". And quickly it has crashed with
```
File "/mnt/scrap/tmp/abcd/datalad/datalad/c…
-
#### What is the problem?
If I run in python datalad.api.create(path='mydataset', cfg_proc='text2git')
I get an exception
UnsupportedOperation: fileno
#### What steps will reproduce the problem…
-
hello there, i integrated lorri with emacs, and i'm having an issue where emacs is not detecting some environment variables: here's the r/nixos reddit post: https://www.reddit.com/r/NixOS/comments/g8j…
-
#### What is the problem?
Tried to run tests yesterday on a local cluster (installed via miniconda), apparently they immediately hanged:
```shell
[d31548v@discovery7 tmp]$ TMPDIR=$PWD python -m…
-
My biggest gripe with `wai` is `requestBody :: Request -> IO ByteString`.
> Get the next chunk of the body. Returns `empty` when the body is fully consumed.
Even though the docs say that it gets…
-
I am auto-generating POST form using `generateFormPost`
Looking at the generated HTML, it seems that the CSRF token is 10 alphanumeric chars.
This is below some usual recommendations:
https://secu…
-
This may not be an issue and maybe it's actually an issue with a different library, but I'm coming here first for potential direction since it's specifically around usage of this library.
I have cr…
-
**Describe the bug**
with this shell.nix: https://dpaste.org/NcYb , when i run nix-shell in terminal, emacs opens up into the directory and ghcide is able to recognize modules when i try to import,…
-
```
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
module Main where
import Yesod
data App = App
mkYesod "App"…