Martin Kavík

Results 228 comments of Martin Kavík

Thanks! I can reproduce it with your example (on Windows 10, Chrome). And I hate browser APIs and Javascript even more. And I need a bit help to decide how...

I've done another research round. ## Demonstration & explanation Try https://jsfiddle.net/0mhwj6v5/1/ with opened console in dev tools on your browsers. You should see something like ![image](https://user-images.githubusercontent.com/18517402/103001582-9b859580-452d-11eb-82ee-f3c7ab90750c.png) or ![image](https://user-images.githubusercontent.com/18517402/103001654-b526dd00-452d-11eb-8d12-b99cf2804deb.png) The first...

Thanks! Updated and I've added some other libraries that was recommended as `failure` alternative.

@techninja1008 > I'm happy to submit a PR with a `thiserror` implementation I would be happy to merge it 🙂

When I was linting non-keyed implementation by benchmark's linter, it said that Seed behavior isn't strictly non-keyed. So the results aren't 100% comparable because each framework uses different algorithms. So.....

> This would be a breaking change and is quite disruptive. The entire new `Url` logic is only in the `master` - feel free to change it as you want....

@AlterionX Try it and please update also examples to match your changes: - `url` - `pages` - `pages_hash_routing` - `pages_keep_state` - `auth` - `todomvc` - `unsaved_changes` Clean `Url` API calls...

> Also there is the function clone_base_path, which I do not understand at all. The path from your `` is stored in the `App` during `App::start`. You can get it...

@power-fungus See https://github.com/seed-rs/seed/issues/369#issuecomment-614864417 - there is an explanation and examples that exercise it.

Just note: There is a related issue - https://github.com/seed-rs/seed/issues/383