Gwyneth Llewelyn

Results 210 comments of Gwyneth Llewelyn

@cye1024 if what you have in mind is a garbage collector, I guess you could always delete the files on a separate goroutine (not tested!) and let `diskv` give an...

In your code above, you're just reading a single line — and stopping. As a consequence, you'll get a `EOF`, which is exactly what the package returns that. I'm quite...

See also: #73 And alternatives: https://github.com/gofrs/uuid (forked from an earlier version of this package which didn't exhibit the issue) or even Google's own package: https://github.com/google/uuid

I have a very similar issue: I'm running Lua scripts as part of a web server and want to capture the output to send it to a webpage (using SSE,...

**Update:** On [another issue here](https://github.com/yuin/gopher-lua/pull/53#issuecomment-143580944), I've found something that would work in my case: https://github.com/xyproto/algernon/blob/34d3806bfa890e7f6296cc400e8fd51951cdc926/basic.go#L67

Speaking strictly as an end-user of `gopher-lua`, I'd _love_ to have your PR! Hopefully, @yuin is able to review it and add it to the main branch...

Hm! I don't load Node.js via NVM, but rather I got it installed via `brew install npm`; also, I'm a die-hard `bash` fan and haven't switched to `zsh`, so... ......

Hm! It seems to respect `.editorconfig`, though; I use that to set the tab width in Nova, and, implicitly, the same happens to the plugin as well. I've tested now...

Aye, I totally get your point, it's definitely the most reasonable approach....

Eek. Ok, thanks so much for reporting, I'm a little confused with what's going on!