Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

The issue is either in the upstream GLFW C library (which use a different issue tracker, https://github.com/glfw/glfw/issues), or in this Go binding for it. In order to fix it, we...

> I couldn't find any issues or docs about either symlinks or file permissions. > > Is this explicitly not a goal of the project? Or just an oversight? This...

Hey @ZoltanLajosKis, thanks for great feedback. > I love the simplicity and clarity of using httpfs as both the input and the output interface. Glad to hear this package's API...

> I agree, no change is necessary. I will leave it up to you whether you think this issue is worth documenting in Usage, around the `http.Handle("/assets/", http.FileServer(assets))` example. I'm...

I'll also mention that in the [comparison section](https://github.com/shurcooL/vfsgen#comparison), I wrote: > That enables great flexibility through orthogonality, since helpers and wrappers can operate on http.FileSystem without knowing about vfsgen. If...

Thanks for opening this issue and describing the problem you're facing. I understand that the current `vfsgendev` is indeed not providing a good experience for your use case. I have...

I'll treat this PR as a question. I don't think we should merge an example into the codebase here, but we should describe one in the README (perhaps it can...

It might also be helpful for you to look at examples where such an `assets` package exists: - https://github.com/shurcooL/home/tree/master/assets - https://github.com/shurcooL/Go-Package-Store/tree/master/assets - https://github.com/shurcooL/github_flavored_markdown/tree/master/gfmstyle

Thanks for reporting the problem with `ignore` build tag, that indeed needs to be fixed. Can you please open a separate issue about the problem with `importPathToDir`? It does need...

Thanks for the PR. (Please ignore the CI failure, it happens due to a [current Travis CI issue](https://github.com/travis-ci/travis-ci/issues/9652#issuecomment-409789014).) Let's discuss the design first. Some important background information on why a...