Alireza Beitari

Results 9 issues of Alireza Beitari

## System info Platform the Issue occurs on: iOS 15.4 (Simulator) Plugin name: `connectivity_plus` Plugin version: `^2.3.0` ## Steps to Reproduce 1. call `await (Connectivity().checkConnectivity())` 2. check the result which...

bug
connectivity_plus
ios
Hacktoberfest

Use the injected `ctx.$ga` handler from `@nuxtjs/google-analytics` instead of `window.ga` package if it is available. I myself had some difficulties with the new version of `@nuxtjs/google-analytics` package which `window.ga` was...

**Module version** `^1.12.3` **Describe the bug** According to [Vuetify's documentation](https://vuetifyjs.com/en/components/tabs) for ``, they used `null` as the initial value for `v-model` of this component. But if we use `null` for...

I'm using k3s and I have a [Private Registry Configuration](https://docs.k3s.io/installation/private-registry) in which I've added a mirror: `/etc/rancher/k3s/registries.yaml`: ```yaml mirrors: helloworld.k8s: endpoint: - "https://***************" configs: "***************": auth: username: **** password: ****...

I'm using the latest version. When I load a file, it gets stuck at the `Loading...` popup. When I check the browser console, I can see this error: ``` Uncaught...

Here is my code: ```javascript const s = await client.getSpace('**********') const e = await s.getEnvironment('master') const i = await e.getEntry('**********', { include: 10 }) console.log(i) ``` Here is the schema:...

**Describe the bug** When I set `extendBodyBehindAppBar: true` in the `Scaffold` with an `AppBar`, the panel get an extra space at the top of itself. **To Reproduce** Add an `AppBar`...

**Is your feature request related to a problem? Please describe.** In many scenarios, it's necessary to have a predictable environment. One of the critical components of such an environment is...

t/feature
f/machines

Added test case to demonstrate the TypeError that occurs when using nullSort with relations. The test uses CatEntity and its toys relation to replicate the issue where attempting to sort...