Evgeny Fadeev
Evgeny Fadeev
Hello, I'm getting this when building the productio package ....... from UglifyJs Unexpected token: punc (,) .... Perhaps there is a way to add build configuration to the package to...
Hello, we fixed this issue in askbot - each user has a denormalized record on whether they have a real avatar or not. Actually - the record stores type of...
Hi, I have an `...` defined in a library. And In the project using this library - `scroller.scrollTo('somename', { smooth: true, duration: 500 })` Scrolling is not working - there...
Output "shape ok: True/False" if the manual gradient's shape is the same as the autograd gradient shape
**What happened**: I ran: helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/ helm upgrade --install metrics-server metrics-server/metrics-server what I saw: 1) `kubectl top nodes` did not work, logs were suggesting that the ssl...
to reproduce: /en/feeds/question/3280/ on askbot.org
If there is an "answer" post that has a question without a post body, the answer revision page, there is error 500 url /answers//revisions/ Instead such page should give a...
Just a question - as is the title. I'm looking for a generic implementation of openid-connect. Can the token verifier be configured for use with other oidc providers? Thanks!