calmdev

Results 13 comments of calmdev

I came here looking for indentation guidelines for promises and found this issue. I use the same indentation style as suggested by @getvega and agree with @JoshuaJones on it's readability....

Fwiw, I ran into this issue with logo and favicon as well under the branding settings when originally testing how to go about setting up answer.

FWIW, I just made a couple edits on this post as well and it seems fine: https://godev.com/questions/10010000000000231/alternate-of-io-readall Still not exactly sure what's different about the one in my video and...

Awesome, I'll keep an eye out for the patch.

Are there specific steps or sequence of actions required to cause it? I still haven't seen it for any other questions with (?) in the title. In the video &...

You could use something like [yq](https://github.com/mikefarah/yq) to change it to an alternate port: ``` yq -i '.server.http.addr="0.0.0.0:3200"' ./answer-data/conf/config.yaml ``` Then start answer: ``` ./answer run -C ./answer-data/ ```

Running Answer on Kubernetes there are timestamps: ```shell /workspace # kubectl logs deployment/godev --timestamps=true Found 2 pods, using pod/godev-64f6b8dcff-6bwwc 2024-03-18T15:46:14.238135024Z [upload-dir] try to install... 2024-03-18T15:46:14.247511802Z [upload-dir] install success, upload directory...

+1 I ran into this problem as well.

Will these operators be made available in a version 2 release? I'm trying them out now. Using the http adapter to interact with a rethinkdb backend that's filtering data sets...