EVA (Entity Value Attribute)

Results 30 issues of EVA (Entity Value Attribute)

**App version:** ![Screenshot_20210511_141858](https://user-images.githubusercontent.com/29357907/117807158-e9443580-b263-11eb-803a-e3f7c58d9884.png) **The output of `screenfetch`:** ![Screenshot_20210511_141513](https://user-images.githubusercontent.com/29357907/117806738-61f6c200-b263-11eb-89bc-0d5b9f611dec.png) **Type of installed package (Snap, AppImage, deb, rpm, pacman):** From PPA repo **Bug description** I tried to install the app from PPA....

![Screenshot_20210503_134832](https://user-images.githubusercontent.com/29357907/116867747-50376e00-ac16-11eb-8e87-de9b5f921de3.png) When I click mobx-devtools in context menu ![Screenshot_20210503_135650](https://user-images.githubusercontent.com/29357907/116868420-6eea3480-ac17-11eb-88ec-f826cbfdd8ca.png) I got this: ![Screenshot_20210503_135532](https://user-images.githubusercontent.com/29357907/116868315-406c5980-ac17-11eb-905a-01698b666033.png) my package.json: [package.json.txt](https://github.com/mobxjs/mobx-devtools/files/6414413/package.json.txt) yarn.lock: [yarn.lock.txt](https://github.com/mobxjs/mobx-devtools/files/6414416/yarn.lock.txt)

## Issue Description ### Expected Behavior Using composite primary key causes multicolumn index creation. And because it is primary key as a consequence index should be unique. ### Actual Behavior...

bug
requires triage

### Version `v21.0.0` ### Platform `Linux archhost 6.5.7-arch1-1 nodejs/node#1 SMP PREEMPT_DYNAMIC Tue, 10 Oct 2023 21:10:21 +0000 x86_64 GNU/Linux` ### Subsystem _No response_ ### What steps will reproduce the bug?...

It will allow users to override automatically generated foreign key constraint name (for example in case when generated constraint name is too long for some DB) In my case this...

such code: ```python ... class TickerCollection(ormar.Model): class Meta(BaseMeta): tablename = "ticker_collection" id: int = ormar.Integer(name="ticker_collection_id", nullable=False, primary_key=True, autoincrement=True) createdByUser: Optional[User] = ormar.ForeignKey(User, name="created_by_user_id", nullable=True, unique=False) isPublic: bool = ormar.Boolean( name="is_public",...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

**Describe the bug** isURL() returns false when testing urls with localhost domain **Examples** [Reproduction repo (click to open)](https://github.com/nikelborm/isurl-localhost-bug_reproduction) ```javascript import validator from 'validator'; console.log('isURL: ', validator.isURL('http://localhost/api/hello')); console.log(new URL('http://localhost/api/hello')); ``` ```plaintext...

🐛 bug

**Problem description** All the apps in my phone which use biometric approval and login feature have some setting like fingerprint using. But actually it should be called something like "biometric...

I don't know what other info may be useful to you, so please ask questions Also here are build logs of the error happened for `rtl8814au` ```plaintext DKMS make.log for...