Enis Bayramoğlu

Results 10 issues of Enis Bayramoğlu

**Describe the bug** I'm not able to start `cabal repl` with the `--repl-no-option` in Haskell packages specified to have `build-type: Custom`. **To Reproduce** Steps to reproduce the behavior: I've prepared...

type: bug
Cabal: custom
cabal-install: cmd/repl

When the `_xhrRequestConfig_responseHeaders` of an `XhrRequest` gets configured as `OnlyHeaders $ singleton "SomeHeader"`, the `_xhrResponse_headers` map of the resulting `XhrResponse` contains a value of `""` for the `SomeHeader` header, even...

# WIP DONT MERGE PR checklist: * [ ] Test coverage for the proposed changes * [ ] PR description contains example output from repl interaction or a snippet from...

Wouldn't it be completely safe to have a variant of the `select` function with the following signature: ``` select' :: forall s be db res. (BeamSqlBackend be, HasQBuilder be, Projectible...

enhancement

As far as I can tell, currently the only way to write recursive CTEs with `beam` is to use the `selectWith` combinator, which can only happen at the "top-level". However,...

enhancement

This change allows the caller to replace the `fetchTarball` used for fetching the inputs of the flake with `pkgs.fetchzip`, which works as a drop-in replacement. The difference is that `builtins.fetchTarball`...

Would it make sense to allow the Haskell expression passed in with the `--test` option to somehow declare what non-Haskell files it ended up depending on, so that they can...

As far as I know, it's impossible to implement `silently` in a thread-safe manner, but I'd love to be told otherwise. So I'm assuming that the functions in this library...

Resolves https://github.com/DanCardin/sqlalchemy-declarative-extensions/issues/103 This PR adds support for declaring `Function`s with `parameters` for both the MySQL and the PostgreSQL dialects. The PostgreSQL dialect of `Function`s now also support a new `volatility`...

As far as I can tell, there's currently no way to define `Function`s with parameters. Would be great to be able to pass in a list of parameter_name and parameter_type...