Tuan

Results 7 issues of Tuan

As you know, logging in go is a nightmare to deal with. I already have to deal with a bunch of libraries, each using their own logging library. Instead of...

wontfix
discussion
v5

I suggest we return error on Missing Credentials instead of return { message: 'missing credentials' } to info, it feels kinda odd ``` passport.authenticate('local', (err, user) => { if (err...

Is it possible? https://go.dev/play/p/9dCgimddEUY ```go package main import ( "html/template" "os" "github.com/Masterminds/sprig/v3" ) func main() { variables := map[string]interface{}{ "integers": []int{1, 2, 3}, } content := ` {{ .integers |...

https://github.com/rocketspacer/jsonresume-theme-rocketspacer http://registry.jsonresume.org/#rocketspacer I encountered an error that says a dependency declared in my package.json can't be found. Do you guys support ejs? It is working on my [gh-pages](http://rocketspacer.github.io/jsonresume-theme-rocketspacer) @thomasdavis Can...

**Image I'm using:** [bottlerocket-aws-k8s-1.22-x86_64-v1.9.2-b8074d44](https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#Images:visibility=public-images;imageId=ami-04958b57e72e69fb0) **What I expected to happen:** According to [PersistentVolume access modes spec](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) > **ReadWriteOnce** > the volume can be mounted as read-write by a single node. ReadWriteOnce...

Within the same directory, we usually have multiple Dockerfile(s) set up for different purposes. For example, in testing, we'll have a separate `test.Dockerfile` that includes a lot of profiling/test-coverage-report tools

How about taking a looking at creating an icon for webpack when you have time? https://webpack.js.org/ Your icons are so amazing that I don't bother looking at any other icons-set...