tigerinus
tigerinus
```go package main import ( "testing" "time" "github.com/patrickmn/go-cache" "go.uber.org/goleak" ) func leaktest(t *testing.T) { defer goleak.VerifyNone(t) cache.New(5*time.Minute, 10*time.Minute) } func main() { testSuite := []testing.InternalTest{{Name: "leaktest", F: leaktest}} testing.Main(func(a, b...
Run `nvim -c PlugUpdate` and got this:  Please give some hints on where to look further about this issue. ------------------------------ ``` " vim-plug call plug#begin('~/.vim/plugins') Plug 'tpope/vim-sensible' " settings...
**Is your feature request related to a problem? Please describe.** Trying to generate code from official Flink OpenAPI spec: https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml whenever I run ```bash npx --yes autorest --input-file=https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml --typescript --output-folder=$PWD/output...
I find that request validator differentiate these two specs: one with trailing slash (e.g. `GET /event/?a=123`) and one without (e.g. `GET /event?a=123`). To workaround it I will have to define...
**Describe the bug** Getting following error when loading PDF files on a container image to be hosted in cloud: ```shell ... File "/DATA/junk/test2/lib/python3.11/site-packages/unstructured/partition/auto.py", line 81, in from unstructured.partition.pdf import partition_pdf...
Hello, I need to decode the a JSON supposed to be the type (`ProxyTransport`) from the `frp` project: https://github.com/fatedier/frp/blob/v0.52.3/pkg/config/v1/proxy.go#L40 Its field `BandwidthLimit` is expected to be of type `types.BandwidthQuantity`. But...
Most of the time I only want to see headers of each message. However each message in the queue can be as large as 512KB. When using `kaf` as a...
I believe I've followed all the steps correctly. However segment is not showing in either shell or tmux. I can verify that the `powerline_kubernetes` module works fine individually: ``` Python...
Awesome tool. Would be nice to have a VSCode extension for this.
before applying:  after applying:  version: `v0.0.226`