Joseph Watson

Results 23 comments of Joseph Watson

I would be very interested in helping to take this project forward. Please let me know what you have in mind. Joseph Watson

There is another version of this that I find a lot in code reviews that would be handy to catch with this linter... Common sql error checking: ``` if rows.Err()...

@dhui Is there anything we can do to help get this merged? This would be an awesome feature to have for spanner!

@dhui @Fontinalis, can you take a look at this PR? I am hoping to get some feedback on the provided feature.

HTML 4 & 5 will accept the condensed version `` but XHTML will not. So the change would need to support both versions. `` and `` A fix was just...

Maybe I am missing something, but isn't the use of PBKDF2 dictated by bip39? If you change that, you would no longer generate the same SEED for a given mnemonic...

Yes, I guess that would be another way to approach this. In my situation I use Bookmarks but I never go back into History ether. But if you need history,...

If you called `Browser.Close()`, would you expect to be able to use it again? With the current code, simply allowing the Browser object to go out of scope effectively releases...

Those two methods do exist on `jar.History`, but the current `Browser` does not provide access to `Browser.history`. So you would have to do something like this: ``` b := surf.NewBrowser()...