pj

Results 360 comments of pj

Since writing this, have you discovered any issues with your implementation suggestion?

I get the same error in the renderer process. I'm not using any front end framework. I haven't tried it yet, but I'm planning to run `node-machine-id` in the main...

Perhaps related to: https://github.com/automation-stack/node-machine-id/issues/29

I got the same issue after switch to GOMODULES. It was working in GOPATH mode. godoc also says `NewV4` returns 2 values.

Under GOMODULES mode, it uses the tag 1.2.0 instead of master which is the latest version. Just do this: `GO111MODULE=on go get -u github.com/satori/go.uuid@master` That will add this to go.mod...

@grzany I believe `#` gets interpreted as comment.

How do you escape?

It doesn't say anywhere in docs that you need to escape. In fact, we should not have to escape at all because passwords etc may legitimately have $ characters

@hftf @padolsey Any progress on this feature. It would be an amazing feature.

I noticed back in 2012 that @padolsey mentioned it as 1 of 2 solutions to solve the problem in https://j11y.io/javascript/replacing-text-in-the-dom-solved/