Mislav Marohnić

Results 921 comments of Mislav Marohnić

With something like 1password-cli, or basically anything that allows fetching a credential from the command line, there is a simple workaround for interactive shells: making a function wrapper. ```sh ospeak()...

Not sure if we want to proceed with this. The changes seem plentiful and not compatible with how pjax was previously designed. I think that the reason why pjax changes...

Please follow the following URL in Chrome or Firefox: http://dobrowserschangetheurlwithoutresponse.com/not/really/ Did you receive a response? Probably not, since I made the site up. Did the browser change the URL? I'm...

Hm, that's interesting. Chrome indeed doesn't change the URL until delay is up. It's true that DNS resolution above caused it to fail fast. However, just because Chrome and Firefox...

On Wed, Jun 4, 2014 at 1:06 PM, Alex Hill [email protected] wrote: > Say you're on page n. You click a link to n+1 and then change your mind >...

I'll review when I have a chance; thanks

Hi thanks for the contribution. This would need automated tests in order to be accepted. The tests should also verify whether regular `` fields have their values preserved (I assume...

@the-ress I'm sorry you had problems running the test suite locally. You need to have Ruby with Bundler installed and run `script/bootstrap`. Then, you can run `script/server -p 3000` (or...

Hi, thanks for the reports! Please try to create some code that uses Survey that acts as a small reproduction case for the problem. For examples on how this can...

Thanks both! I managed to reproduce the problem.