dandeto

Results 44 comments of dandeto

Quick fix you may want to implement in this PR as well: Step 1 in Docker.md says "Copy .env.example." This is impossible since .dockerignore ignores .env.example in this repo :)

@amg-web Would you be willing to edit the wiki page with that info?

@justjosias In this case, I think it should return the argument. For example, if a programmer `malloc`s a variable and passes it to bind, then upon unbind, they can conveniently...

@justjosias In this case, I think changing from `void` to `void*` is backwards-compatible. Before, the user needed to keep track of a `malloc`d variable some other way, or opt to...

Oh, as far as consistency goes, I think the `void` pattern emerged because most methods aren't really storing anything (except bind in this case) - they are just wrapper functions...

Not yet, but I'm not sure what you want... Do you want to be able to select a file via a file upload dialog, or from an http request to...

Thank you for the interest in our project and the feature request. The author of this repo removed the fullscreen API because he wanted to separate webview.h from the actual...

@justjosias We have made quite a bit of progress since version 0.10.0. Are there any additional milestones we need to hit before we create the v0.11.0 release? @lolgab Really good...

@justjosias Thank you for pointing that out. I misunderstood the `go build` command a little bit, but after some experimentation I found that nothing has changed. DLLs actually were previously...

Since I have been working on the build script, I can make any improvements needed. What do you think should be changed for those use-cases?