oliverpool

Results 166 comments of oliverpool

I investigated a bit the PHPunit extension, which has a colorized output. It uses a `vscode.Task` with a `ShellExecution` to have a terminal which has colored output: https://github.com/elonmallin/vscode-phpunit/blob/516ac9d/src/extension.ts#L57-L64 With the...

@inliquid in vscode, you can `Change language mode` (from the command palette). You can adjust for a specific file or for all files matching the current extension (I think there...

Sorry, I only replied to this part of your comment: > I would have to rename all templates to have `*.tmpl` I agree with you that the supporting a mix...

Does this need to be implemented inside litestream, or could it be supported by an external "encryption proxy"? (like https://github.com/abustany/s3proxy - does not seem to be maintained anymore, but the...

@cavaliercoder I think the panic is not related to windows, but to a "recent" version of go (#72 probably fixes the panic).

You can customize the [`Client.HTTPClient`](https://godoc.org/github.com/cavaliercoder/grab#Client) as you need it (to follow redirects for instance).

Hi, I just found about this one: https://javisperez.github.io/tailwindcolorshades/ Which looks perfect to adjust some colors (for example if my brand is a blue that is not in tailwind palette, I...

(I wanted to ask about the status, but then I saw that there is already a pull-request with a checklist: #672)

Somewhere in your checklist, you should also add `change go.mod to ../v2 and update internal references to .../v2` (see https://go.dev/doc/modules/major-version) - automated tool: https://github.com/marwan-at-work/mod Currently the `v2` is not importable...

@ifedapoolarewaju do you maybe have a feedback on this? If yes, I can take the time to update the code to the 1.0.0 version.