-
An extra step to select browser profile is not necessary.
The right click menu doesn't contain any special function and could be merged into main window
-
💥 Crash Report
What were you trying to accomplish when the crash occurred?
> Please use this issue template to describe what you were doing when you encountered this crash. While we are able…
-
Since VS 15.6.1
CodeMaid 10.4
Widnows 7
after update VS - saving file does not trigger CodeMaids's Cleanup action. It works when I manually hit "Cleanup active document"
-
**Describe the bug**
Sometimes when I open or close a game/program system crashes and restarts itself. It doesn't matter if it's turning on HDR or turning off HDR.
**Expected behavior**
1. Open g…
-
当我输入中文后,event.reactComposition.composition打印出来就一直为true
-
I think it's confusing that you need both files. What's the difference between config and settings, anyway? My suggestion would be to use `config.json` exclusively.
-
Is there a way to achieve what's shown [here ](https://next.router.vuejs.org/guide/essentials/named-views.html#nested-named-views) in the Vue Router docs where you essentially end up with a route conf…
-
We should let users create albums based on queries.
- [ ] Augment album database table to include the query field
- [ ] Create method to update the contents of a dynamic album
- [ ] Run the method …
-
### What is the feature you are proposing?
Routes could look like this:
```ts
const user = defineRoute(
{
userId: param.path.string,
},
(p) => `/users/${p.userId}`
);
const { rou…
-
## Description
The email/user name configuration does not have to be global, there are several repos where I commit from different email addresses.
It would make sense to traverse directories up…