Yurk Sha

Results 9 issues of Yurk Sha

Default route component with property `sitemap: true` will mark corresponding route to be included in sitemap. Routes without this setting will be ignored.

Would be nice to have possibility of autofilling topic field: ![2014-07-24_1657](https://cloud.githubusercontent.com/assets/2202/3691741/9efadba0-1355-11e4-8788-bd9aa35c8d8e.png) For example, as similar things realized with "Issue Navigation" ![2014-07-24_1705](https://cloud.githubusercontent.com/assets/2202/3691748/a7f0415a-1355-11e4-886b-db0166035293.png)

enhancement

### Problem description Binaries for `darwin-arm64` arch are failed to run as it actually duplicates `x64` arch files. ### Reproduction steps Installing grpc-tools with `yarn add grpc-tools` on mac m1...

package: grpc-tools

When app started, all sensors are jumping: https://github.com/macmade/Sensors/assets/4581398/a25de70b-6538-4f04-9ee7-13360cbc18b3 On trying of window resize or scroll, app terminated with [crash report](https://github.com/macmade/Sensors/files/13416496/log.txt)

instead $('.' + s.o.closeClass).bind('click.simplemodal', ... better use $(document_or_body).delegate('click.simplemodal', '.' + s.o.closeClass, ... as click button could appear a bit later after .bindEvents() called

**What kind of change does this PR introduce?** - [x] Bugfix - [ ] Feature - [ ] Documentation - [ ] Code style update - [ ] Refactor -...

### What happened? `vite build --mode qa` (or any other mode except 'production') produces a bundle with development import of quasar. ### What did you expect to happen? Only `vite`...

kind/bug 🐞
Qv2 🔝
flavour/vite-plugin
bug/1-hard-to-reproduce
bug/1-repro-available
area/cli

## Summary This includes https://github.com/urql-graphql/urql/pull/3612, but fixed reactivity loosing here. In addition, a little refactoring for `use*` composable functions for reducing code duplication and adding more test cases. ## Set...