Fabrice Gabolde
Fabrice Gabolde
tl;dr: I'd like to have a way to relativize paths either in violations-lib or in violations-maven-plugin, possibly only for the CodeClimate output, because checkstyle won't let me I'm using the...
**Describe the bug** When calling lsp-format-buffer, nothing happens in the buffer and I get a message in the minibuffer: ``` lsp-format-buffer: Capability not supported by the language server: "documentFormattingProvider" ```...
I'm writing a CI script to update properties that define versions to the latest stable version, but without breaking the build -- so major updates are not allowed. `mvn versions:update-properties...
Currently if you do something weird like ``` $request->uri_for('http://example.com') ``` it just tries to rebase the argument anyway: ``` http://localhost:5000/mountpoint/http://example.com ``` I'd argue that this is never what the user...
I've been using spectral for linting a couple of long specs that we have written at work. A while back, we defined some common schemas for both specs, so we...
I'm not sure why required methods are not regular mop::method instances, just without a body? I wrote a simple Pod::Coverage class for mop, but I just noticed it does not...
I'm using Tiller to set up a web application's config files. The app expects the number of HTTP workers to be provided as a command-line argument, there is no way...
http://www.backup-manager.org/ doesn't seem to talk about backup-manager a lot.
We have a large-ish Pinto set up, large enough that this: pinto pull --dry-run -v Some::Module==0.123 ends up timing out after 3 minutes with read timeout at /home/fgabolde/opt/local/pinto/lib/perl5/Net/HTTP/Methods.pm line 259....
Currently, commitable ops display the diff only if `--dry-run` is set, e.g. ``` pinto update -vv --dry-run Moose # [verbose output...] +[rf-] ILMARI/Devel-OverloadInfo-0.002.tar.gz -[rf-] DROLSKY/Devel-StackTrace-1.27.tar.gz +[rf-] DROLSKY/Devel-StackTrace-2.00.tar.gz -[rf-] ZEFRAM/Module-Runtime-0.013.tar.gz +[rf-]...