Christos Dimitroulas
Christos Dimitroulas
Reopening this PR as it was automatically closed in https://github.com/gcanti/fp-ts/pull/1454 New feature for `object` module: - added `prop` function Reasoning: Small and handy utility function which is also something that...
Hi there, I just tried installing this theme with vim-plugged and then using it by adding `colorscheme dracula` to my init.vim, but then I get a bunch of errors. Any...
When I first deployed using this plugin I did not encounter any issues. But after removing a test deployment and re-deploying it later in the day I encountered an error...
I am encountering an issue with codecov uploads failing and wanted to debug the problem but it doesn't seem that there is any flag for enabling verbose output for this...
A simple `.html.erb` file l am testing with: ```erb ``` With this `.rufo` file in the project folder: ```ruby quote_style :single ``` **Expected behaviour** Line 2 (``) should remain unedited....
**Is your feature request related to a problem? Please describe.** Other testing-library libs have the ability to configure the size of the debug output by using the `DEBUG_PRINT_LIMIT` env variable....
Your issue may already be reported! Please search on the [issue track](../) before creating one. - [ ] Is this something you can **debug and fix**? Send a pull request!...
There was a typo in the usage of the `lighten()` SASS function which was causing the styles to look broken when the input is disabled.
Fix: Moved tests section to bottom of package.yaml to avoid issues with test-runner code injection
The new test runner (https://github.com/exercism/haskell-test-runner/pull/104) expects the `tests` section of `package.yaml` to be the last one and the `dependencies` list to be the bottom as it simply appends new dependencies...
First of all, thanks for this great library. I haven't had a chance to use it but it looks great and covers many use-cases that I'm looking for! I have...