tigerinus

Results 62 issues of 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: ![image](https://user-images.githubusercontent.com/7172560/219703967-7f2aad20-b080-4b5b-b197-ea7095bcef48.png) Please give some hints on where to look further about this issue. ------------------------------ ``` " vim-plug call plug#begin('~/.vim/plugins') Plug 'tpope/vim-sensible' " settings...

windows

**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...

question
customer-reported

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...

bug
pdf
needs follow up

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: ![image](https://user-images.githubusercontent.com/7172560/231798595-82d2acd6-cf5d-462e-ad3d-bc282995412f.png) after applying: ![image](https://user-images.githubusercontent.com/7172560/231798536-6c33ce7e-705d-4b92-b7df-ae5c137b0368.png) version: `v0.0.226`