Lucas Kjaero-Zhang

Results 11 comments of Lucas Kjaero-Zhang
trafficstars

Hi @edmcman, I'm in a similar situation. Do you have some pointers on how to switch to sass? I've gotten rid of most of the postcss plugins, but am stuck...

I think you may need to compile `apm-agent-java` with a newer version of java to support them. Otherwise, your shaded classloader will not be able to work with other classes....

@eyalkoren Can confirm that fixes it, thanks! Is there a timeline for release? I'm not blocked but would like to set a reminder to get onto a release version when...

It seems this is caused by the apiVersion `extensions/v1beta1`, which has been dropped from newer versions of Kubernetes. The fix is to use this: `apiVersion: apps/v1`. [This issue was also...

Hi @gucio321 and @Sophist-UK, is your workflow using `pull_request` to as a trigger? There's been some github actions changes that don't allow dependabot to access `secrets.GITHUB_TOKEN`. You can allow this...

Debian buster 也有这个问题。用docker镜像`python:3.9.1-slim-buster`可以重现问题。

I also have this issue. Thanks for raising it @holdenk .

@novemberkilo Yes, I think they might have the same root cause. That workaround definitely helps, thanks! It would be nice to get official support for making hashes though, since they...

Hi! You can either download the datasets yourself, or use the helper functions in the library. The dimensions are normalized to 32 by 32 by my code, but the original...

Hi @lzmisscc, I've merged your fix.