Jef
Jef
When I use case sensitivity in my scaffolding, I get errors when trying to access the respective pages (new, show, and edit). To recreate these issues, I did the following:...
Hello, I'm wondering if this is possible. Basically, I have a class like this: ``` Ext.define('Constants', { singleton: true, /** * */ ICON_ONE_CLS: 'my-icon my-icon-one' }); ``` So I want...
Doing some documentation in my Node.js app, and I decided to use JSDuck for parsing it... I realize it's not meant for Node, but it does a tremendous job at...
### Describe the bug When you have a horizontal scrollbar present with frozen columns, and the data changes to make these frozen columns a bit wider, the frozen columns shift...
### Describe the bug It appears that the ref for my columns is not respected after I have dragged/reordered my columns... it seems like there might be some internal array...
### Describe the bug I have a grid with 1 column ([fiddle](https://stackblitz.com/c/edit/edanqp?file=src%2FApp.vue)). For the header, I call a method to get the display value. This method gets called 5 times....
#[10348](https://github.com/vuejs/core/issues/10348): - Adding clarification on how to access `name` property in script setup ## Description of Problem In `script setup`, the `name` property does not get created, per [here](https://github.com/vuejs/core/issues/10348#issuecomment-1951604644). ##...
### Which packages did you experience the bug in? core, gapcursor ### What Tiptap version are you using? 2.0.4 ### What’s the bug you are facing? Hello! I'm trying to...
### Vue - Official extension or vue-tsc version 2.1.6 ### VSCode version 1.93.1 ### Vue version 3.5.8 ### TypeScript version 5.6.2 ### System Info ```shell System: OS: Windows 11 10.0.22631...
## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...