Solomon

Results 49 issues of Solomon

I'm trying to test an express route that uses admin.storage for file uploads. I noticed that `createWriteStream` is missing from the `MockStorageFile`. Any plans to add this function?

help wanted
component: storage
api mock needed

This is an issue with nixpkgs 22.05 but not 21.11. I have very little experience with python and am getting this error: ``` error: builder for '/nix/store/q4mp89i3mh31paryxsf3xwq90z175nfr-python3.9-promise-2.3.drv' failed with exit...

### Problem Description I'm pretty motivated to put in some work on `XMonad.Prompt`. There is a lot of potential improvements around navigation and scrolling through commands. However, the semantics of...

regression
needs: community feedback
refactor

I'm not sure if it is relevant but this is on Nixos. ``` ➜ cabal build Build profile: -w ghc-8.10.7 -O1 In order, the following will be built (use -v...

bug
build / install

## TL;DR It would be really nice to have a set of GraphQL Documents which collectively express the entire GraphQL grammar. This would include atypical constructions such as random insertions...

It would be nice if this minimal example was updated to work. ``` ➜ NIX_PATH=nixpkgs=nixpkgs nix-build --no-link error: attribute 'ghc864' missing at /home/solomon/Development/Nix/static-haskell-nix/default.nix:35:27: 34| 35| normalHaskellPackages = pkgs.haskell.packages.${compiler}; | ^...

A fresh install with a new access token and repo. I switched my remote URL to use SSH. Pushing a new paper to my repo worked fine. "Pull friends' notes...

I was able to get the auth code successfully, however i have not been able to use it to authorize syncronization: ``` ~ λ calcurse-caldav --init keep-remote --authcode '' /usr/bin/calcurse-caldav:563:...

The `README` makes it appear that you have to use a dockerized DB with Koel: > DB_HOST: database. The name of the Docker container hosting the database. Koel needs to...

This PR adds quickCheck tests and the required Arbitrary instances for the `JoinList` type and related functions. The pre-existing Hspec tests are left in place and all property tests are...