Alexei Pastuchov

Results 21 issues of Alexei Pastuchov

For any reason `source-repository` information is commented out in [clanki.cabal](https://github.com/marcusbuffett/Clanki/blob/master/clanki.cabal#L12). As result [hackage](https://hackage.haskell.org/package/clanki) can't refer to the repo.

I got same issue #129 for [example-1](https://github.com/timbod7/haskell-chart/wiki/example-1) and solved it by adding `Chart-cairo` into cabal build-depends. Maybe [qualied packages import](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#ghc-flag--XPackageImports) would save time of other newcomers. ```haskell {-# LANGUAGE PackageImports...

I run in an issue by the attempt to run example-kernels and hope to find help this way. The cli `cargo bootimage --target x86_64-bootimage-example-kernels.json` finished successfully, but `cargo xrun` failed...

In some Linux/Unix environments install `bash` outside of `/bin` directory. This PR aims to make the scripts portable for those.

see: https://gist.github.com/lethalman/97fae227329b442267bc#gistcomment-2622649

This aims to improve [tree-sitter/README.md](../blob/master/tree-sitter/README.md)

[starterApp/deploy.sh](https://github.com/vacationlabs/haskell-webapps/blob/master/UI/ReflexFRP/starterApp/deploy.sh) doesn't work in my environment. The first command `stack build --stack-yaml=stack-ghcjs.yaml` throws exception: ```text GHCJS does not yet have its boot packages installed. Use "stack setup" to attempt to...

- replace userValidation by cabal executable name - start the app in browser

I run in an issue due mariadb recently, which inclusive a workaround is described on [stackoverflow](https://stackoverflow.com/questions/61505861/crate-with-diesel-and-mysql-dependencies-no-longer-compiles-against-mariadb-afte). This patch of [build.rs](https://github.com/sgrif/mysqlclient-sys/blob/master/build.rs) would solve my issue, but maybe approach of PR #2...

As mentioned in [#3](./3#issuecomment-646595412) [CI bench checks](https://github.com/weiznich/wundergraph/blob/master/.github/workflows/ci.yml#L118-L122) run faultless despite the struct https://github.com/weiznich/wundergraph/blob/ffbb883eea169d1750659e038d7051a84b21f6e7/wundergraph_bench/src/api.rs#L553-L557 doesn't contain two fields, which are set as primary key for the table https://github.com/weiznich/wundergraph/blob/ffbb883eea169d1750659e038d7051a84b21f6e7/wundergraph_bench/src/api.rs#L287-L293

bug