Rodrigo Mesquita

Results 42 issues of Rodrigo Mesquita

These changes set the bold color on terminals to the foreground color. This fixes a pywal bug on iTerm in macOS: when using a light color theme, foreground-coloured bold characters...

At the end of each line add for example [`swift`] so that people can search the list by language. This is probably what's meant with #443

It would be good if Ctrl+W deleted the previous word, and if Ctrl+L cleared the calculator and input-line state

enhancement
good first issue

Hello, today I came across an issue when developing an application using servant-client to generate a client for a streaming end-point. The authentication for this endpoint is done through cookies....

Makes `performWithStreamingRequest` take into consideration the CookieJar, which it previously didn't. It's now possible to e.g. use the servant-client generated functions to access a streaming endpoint that depends on a...

Hello! I was hoping to replace my own generic heterogeneous list by `sop-core`'s n-ary products `NP`, however, I realized I am not yet able to do this since the fields...

Qualifiers in the cabal freeze should definitely not always be "any". (it can cause inconsistencies, such as `cabal freeze --constraint=... && cabal build` being different from `cabal build --constraint=...` )...

cabal-install: solver
cabal-install: cmd/freeze

Add tests for #9799 about freeze qualifying all packages with 'any' constraint scope.

attention: needs-review

Tracking ticket for private dependencies: #4035 See the commit message of the commit with the same name as the pull request for the long explanation. TODO checklist: * [x] ~~Fail...

cabal-install: solver

I was trying to add private-dependencies (#4035, wip at #9743) support to `cabal freeze`. It looks like the constraints populating the freeze file for every package always use the `any`...

type: bug
needs triage