Eray Ates

Results 10 comments of Eray Ates

```go if funcDeclaration, ok := astDeclaration.(*ast.FuncDecl); ok { ``` In this kind of checks, we should check funcDeclaration is not nil So ok mean is fit the type but still...

![choreView](https://user-images.githubusercontent.com/700458/209526944-2825dc76-6714-48a2-b5c3-ab49e7fb3da5.png) Reduce complexity!

I will be look at that, My problem is when I run kubernetes (kind) with cilium it cause weird issues like networking problems. When checked on other solutions look related...

Tomorrow, I will try to make repo and maybe you can see what is the problem, I actually didn't change anything when compiling and don't know well which specific kernel...

I saw problem starting when I use the base path, is there any good documentation about basepath setting, it is for me trying some combination of configuration. I am accepting...

@paul-green , are you also using base_path setting? I have same issue I was thinking using base_path caused it.

Right, I just don't want to implement if capacity 0. Is it possible than add an algorithm without doing eviction but still support TTL or not?

Yes, I will be prepare something

@jhump can you check this MR?

There are ci jobs waiting to be run in actions (ci go:latest/previous), it looks it is scheduled runs but need for this approval. FYI I run in my fork and...