Michael Potter

Results 8 issues of Michael Potter

Some links in the Readme ToC were broken

We are using the http provider in several places in our code. When one of our http resources returns an error response like 401 or 404 it can be hard...

I'm not a huge fan of the quote concealing but I do appreciate how jq colors quotes to match their values to make the output less noisy. This PR adds...

Hi, @DRuggeri. This PR is to fix issue #81 - provider doesn't refresh state against the remote state. I've updated the restapi_object resource to now attempt to revert any changes...

enhancement

### LSP client configuration ```lua -- This specifies extra jars that get loaded into the Language Server local bundles = { vim.fn.glob('$HOME/.local/share/nvim/mason/packages/java-debug-adapter/extension/server/com.microsoft.java.debug.plugin-*.jar'), } vim.list_extend(bundles, vim.split(vim.fn.glob("$HOME/.local/share/nvim/mason/packages/java-test/extension/server/*.jar", true), "\n")) local jdtls_lsp =...

### Summary: For the last two days we've been getting a 500 error in the call to: ``` /api/v1/accounts/${account}/reports/provisioning_csv {"parameters": {"xlist": true, "enrollment_term_id": 4550}} ``` ### Steps to reproduce: 1....

Sets commentstring e.g. for use with plugins like tpope/vim-commentary

### Brief summary Hi I'm running into a TLS handshake error when k6 tries to write to my prometheus remote write endpoint. The k6 1.2.x release changelogs have these words,...

enhancement
good first issue