Sasha Yakovtseva

Results 44 comments of Sasha Yakovtseva

Having the same issue with subroutes: ```package main import ( "fmt" "net/http" "github.com/go-chi/chi/v5" ) func empty(w http.ResponseWriter, r *http.Request) {} func main() { r := chi.NewRouter() r.Route("/{:[1-9]\\d*}", func(r chi.Router) {...

@amjad you said this issue is fixed in https://github.com/sylabs/singularity/pull/4398#issuecomment-529466896, but I still can reproduce it by running ``` $ singularity shell docker://jsreport/jsreport:2.5.0 ```

They've fixed this in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/452/files I am facing this issue two. Will update to master instead of v1.3.0, but waiting for release tag.

I needed this as well and here's what I came across: https://github.com/spacemonkeygo/openssl/pull/99#issuecomment-413702691

Hey @slok, would you take a look at this PR please?

This PR was opened before #74

@sanketmlad Can you do `kubectl get po -o wide` and then `kubectl describe no

For each singularity node do: `kubectl label no runtime=singularity`. Use `nodeSelector` on pod: ``` apiVersion: apps/v1 kind: Deployment metadata: name: hello-world-singularity spec: replicas: 1 selector: matchLabels: app: hello-world-singularity template: metadata:...