Atsushi Yamamoto

Results 11 comments of Atsushi Yamamoto

Hmm do you know why it's still failing? The output and expected output should be matching now 🤔 `OUTPUT= EXPECTED_OUTPUT= [ = ]`

I originally marked this as WIP since I wasn't too confident with [this solution](https://github.com/stackrox/kube-linter/pull/353#discussion_r887428407). It looks like you're cool with it so I'll remove the tag 👍

just following up on this @janisz @viswajithiii 👀

As of now: ![fetch piling up](https://i.imgur.com/ddSvcFH.gif) Debounce method [something like this](https://davidwalsh.name/javascript-debounce-function) would prob do the job, but it might mess up with react router's internal history obj One way might...

Hm looks like my tests are failing. I will look into this

Feel free to finish the feature! Not sure if i'll have time to complete it

@janisz Looks like the fix landed with #515. Can we close this issue & cut new bug fix release?

Thanks for the recommendation! It worked great on that repo. If anyone else is still having `IndexError: list index out of range` login error, [follow the fix here](https://github.com/jeffkowalski/geeknote/issues/75#issuecomment-297238062)

Awesome! I've added `404.scss` file in `redesign-404` branch for you to get started

Also ran into this on a MacOS machine (Python 3.11 & tdigest v0.5.2.2). It looks similar to [cython#5568](https://github.com/cython/cython/issues/5568) where the root cause is `setup_requires` in `setup.py` If publishing a wheel...