Results 16 issues of Rashid Cordero

### Is your feature request related to a problem? Please describe... I need a way to have a sticky header similar to this one http://lorenzofox3.github.io/lrStickyHeader/example.html ### Describe the solution you'd...

When can we able to release a support for the new full static generation on NuxtJs? I am having an issue using apollo-module on generating the static page using smart...

## Versions - vue: latest - vue-datetime: latest - luxon: latest ### Description: Can we have a version that uses Date object as the v-model value. I am using vuex-orm...

## Versions - vue: latest - vue-datetime: latest - luxon: latest ### Description: Onload of the component shows dirty state to true

Is there a way to make the text responsive to its canvas? I currently have this and want to make the text fit on the segment ![image](https://user-images.githubusercontent.com/26376208/81400871-a0453700-9160-11ea-840d-c11557879d0b.png)

question

#### Describe the bug when id type is string, it shows NaN after persist #### Steps to reproduce the bug i have this model import { Model as ORMModel }...

### Environment Nuxt CLI v3.0.0-27242401.39ed77e 16:23:30 RootDir: D:\Documents\Office\Gistlens\Telecompaper\front-end 16:23:30 Nuxt project info: 16:23:30 ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.11.0` - Nuxt Version: `2.16.0-27226092.034b9901` - Package Manager: `Yarn`...

bug
bridge
upstream

DealHubSpot deal = null; if (position.HubSpotDealId.HasValue) { deal = hubSpotApi.Deal.GetById(position.HubSpotDealId.Value); } else { deal = new DealHubSpot(); deal.Associations.AssociatedCompany = new long[] { position.Employer.HubSpotCompanyId.Value }; } deal.Name = $"{position.Employer.Name} - {position.PositionType.Name}...

**Describe the bug** Passing model with boolean property(custom property) on CreateOrUpdate() function causes error. The `true` value passed was converted into `True` the same with `false` into `False` resulting to...

**Describe the bug** Is there a way to use vuelidate with PrimeVue DataTable? Currently I am using it to validate each rows and it worked fine but when filters/pagination/sort is...

bug
0.x