Ivan Akulov

Results 67 comments of Ivan Akulov

OK, thank you! I'll try to do it. On 20 January 2014 13:53, Anton (Zidane) [email protected] wrote: > Oh, I have'nt done this part of code - double clicking is...

Hey Evan! I was just curious if you have any roadmap for CSS, by chance. I saw mentions of features that are still lacking (https://github.com/evanw/esbuild/pull/468#issuecomment-711129911) plus mentions that a CSS...

- [x] [`webpack-common-shake`](https://github.com/indutny/common-shake): a plugin that implements tree shaking for CommonJS modules (→ unnecessary since webpack 5) - [x] `service-worker-loader`

@PunkHaz4rd Which version of Node.js are you using in your Lambda? I believe this package only works with 8.x (as `async`/`await` is not supported before 8.x).

For me, this happened when I was in a wrong directory and tried to invoke a function that didn’t exist. Solved by switching to the right directory and specifying the...

Tuned @Strate’s plugin code to allow specifying what export warnings to ignore. I find this useful because such warnings have been helpful for me several times. **Usage:** ```js // webpack.config.js...

Just for the sake of reference, our kube-router configuration is pretty standard: ```yaml apiVersion: extensions/v1beta1 kind: DaemonSet metadata: labels: k8s-app: kube-router tier: node name: kube-router namespace: kube-system spec: revisionHistoryLimit: 10...

I can’t test kube-router v1 in production, but, testing locally, v1.0.1 appears to have the same behavior. Here’s how to reproduce it locally, btw. ### Steps to reproduce (with minikube)...

While I’m trying to figure out how to debug/profile `kube-router` (not a Go pro :), here’re some high-level timestamps from inside `syncIpvsServices()`: The slowest functions appear to be `setupClusterIPServices` (2.5s...

Not sure if this helps, but here’s a 15-second CPU trace I captured through `pprof` which includes the IPVS sync. [trace.zip](https://github.com/cloudnativelabs/kube-router/files/5024551/trace.zip)