Mark Richman

Results 32 comments of Mark Richman

What is the status of this? I'm very interested in CUDA support in Fargate tasks.

@Yostage I just hit the same issue. I uploaded 17 GB just to learn that I had to specify a filename, not just a directory, as the target.

Thanks for the feedback! It's hard to know if anyone actually uses this thing. What exactly do you mean by "placed according to the directory" ?

I'm doing the same thing, and I see the flashes rendered by my template like this: ``` {{ range $f := .flash }} {{ $f }} {{ end }} ```...

@vodolaz095 I'm already doing that quite liberally: ``` if u, _ := findUserByUsername(user.Username); u != nil { msg := fmt.Sprintf("User already exists: %s", user.Username) log.Println(msg) session.AddFlash(msg) err := session.Save() //

This seems to work, though I'm not sure why.

@clanstyles Does this solve your original problem as well?

Did you do `session.Save()` after `session.Options()` ?

In case anyone else hits this: set `chrome://flags/#allow-insecure-localhost` and you're good.