Zerio

Results 13 issues of Zerio

## Description Before this change, adding "allow-overflow" as a prop to v-combobox would do nothing. But with this change, setting allow-overflow to true will allow overflow (scrolling), this is also...

### Requested feature It would be nice to either have a custom refresh rate for specifically defined components Or, have a way to disable refreshing for a component and require...

new feature

Hello, quick question. How are product types and such imported from the Rest API? I've tried to import them from the `RestResources` object, as that's the only types being exported,...

This PR aims to fix the following: - The `Boolean` prototype/method - The `Boolean` class - The `String` prototype/method - The `String` class - The `Number` class This TSTL Playground...

**Is your feature request related to a problem? Please describe.** No, this is not related to an issue, it is simply an idea/feature request **Describe the solution you'd like** **_Ctrl...

enhancement
accepted :+1:

## Introduction / Explenation Upon running the example below, you'll quickly realize that the getter function errors, whereas the normal function does not. Even though they consist of the same...

bug
scope: language extensions

## Description This PR aims to fix an error that can be recreated by trying to use an item after the resource which said item callback from is stopped. Recreation:...

## Description It has come to my attention that there are ways for the job data to become unsynced. Such as the `isboss` value being saved as false, even though...

This PR resolves issue: #71 ![image](https://github.com/kibook/pmms/assets/54480523/b7377c93-1cf3-456d-915e-a447d61a941e) ## Recreation You can recreate this error by running the following code on your server-side: ```lua local src = source local ped = GetPlayerPed(src)...

## Description This needs to be merged alongside this PR: https://github.com/qbcore-framework/qb-core/pull/1109 The reasoning behind the changes is stated in there. ## Checklist - [x] I have personally loaded this code...