Chandraaditya
Chandraaditya
Hi @brandonSc ! So I thought it was 20m but looks like it's going on forever because there was one running for about 30 minutes and just stuck on the...
@brandonSc sorry I don't think I explained the CPU usage properly. Pre run: hyperkit uses around 30% CPU. Build step: hyperkit uses around 1000% which is the huge spike that...
@brandonSc no problem, do let me know if you need any other information from me.
@brandonSc so it's not a single file but it's a project with multiple files, and I'm not able to reproduce it using a single earthfile either. But what I can...
@brandonSc I have sent an invite to the repository to you. You will need to export the following earthly secrets before running the command: ``` export EARTHLY_SECRETS="FIREBASE_API_KEY=test, FIREBASE_AUTH_DOMAIN=test, FIREBASE_PROJECT_ID=test, FIREBASE_STORAGE_BUCKET=test,...
Oh that's interesting. Thank you so much for your help @brandonSc. I will use a base image for now to make sure my build passes!
Yes it is causing a lot of issues, I did not notice this until now, but I have a check for ```grpcWeb.StatusCode.NOT_FOUND```, it is code ```8``` not ```5``` on ```grpc-web```,...
@nwosuudoka Take a look at this https://stackoverflow.com/questions/62983718/how-to-exclude-an-import-on-client-side The only way I found to solve it till now is to create a file called ```tagger_pb.js``` and add the following to it...
We also require this feature as tools such as ```golangci-lint``` and even ```go build``` are taking much longer than they have to. Is there any update on this?
Not a problem! So I'm using NextJS and I'm not entirely sure how it compiles TS and if it does some weird stuff. But essentially what was happening was I...