-
Here is a list of request topics and a link to their original request.
**Please vote on the topic**, or if it doesn't exist, feel free to [request a new topic](https://github.com/rstacruz/cheatshee…
-
## Steps to Reproduce
- create a new Flutter project
- replace the code in main.dart with the code below
- start with `flutter run --web-renderer html` and make sure to use Chrome
- minimize bro…
-
- Plugin Name: null
- Plugin Version: 5.26
- OS Name: Mac OS X
- OS Version: 10.14.6
- Java Version: 11.0.4
- App Name: RubyMine
- App Full Name: RubyMine
- Is Snapshot: false
- App Build: RM-192.6817…
-
I'm using Windows Subsystem for Linux (Windows 10, Ubuntu 18.04 LTS). I'll list all the other pertinent versions below.
This setup is working on my Mac machine, without the `flags` array added to …
-
I'm using IDEA12.
Setup is: class B extends A, both classes have some @InjectView fields.
A "Rebuild Project" creates:
A$$ViewInjector and B$$ViewInjector, the latter with a call to A$$ViewInjector.in…
-
## Current Behavior
In the WebStorm IDE I can't use the "Nx Generate (UI)", which opens the UI view to generate libraries, components etc. This has worked before and I can see the "Nx Generate (UI)…
-
### Current Behavior
In a monorepository with @nx/vue, opening the file `apps/app-name/src/main.ts`, there is a TS2307 error on the import of App.vue.
### Expected Behavior
The import should …
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
# User Description
_User did not enter any detailed information._
# Stack Trace
```
java.lang.Throwable: psiElement is not instance of requiredClass.
psiElement=PARAMETER_DECLARATION, psiElemen…
-
IntelliJ throws an error like the screenshot below, according to the type definition, it seems vuetify should be passed in the options?
```
export type PluginOptions = {
vuetify: Plugin;
…