Tibi Neagu

Results 10 issues of Tibi Neagu

Fixes mdbootstrap/perfect-scrollbar#139 Thank you very much for your contribution! Please make sure the followings are checked. - [x] Read [CONTRIBUTING.md](../CONTRIBUTING.md) - [x] Run `npm test` to make sure it formats...

- [x] Check [FAQ](https://github.com/mdbootstrap/perfect-scrollbar/wiki/FAQ) and [Caveats](https://github.com/mdbootstrap/perfect-scrollbar/wiki/Caveats) - [x] Search if there's already one reported in Issues - [x] Prepare a JSFiddle reproducing the issue - [perfect-scrollbar JSFiddle](https://jsfiddle.net/utatti/dyvL31r6/) - [x] Provide...

I've been recently trying to use `PerfectScrollbar` with a Chrome Extension that renders some content in Gmail. What happens, however, is that Gmail already defines their own `.ps` class, which...

Instead, it seems to use a different value than the one that webpack normally injects when using `[hash]` in its `filename` or `chunkFilename` properties. Any way to use the build...

### Environment ``` Working directory: /home/projects/nuxt-starter-ta6mqt Nuxt project info: ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.9.3 - CLI Version: 3.10.0 - Nitro Version: 2.8.1...

3.x
bug
vite
🔨 p3-minor-bug
inline styles

Hi, How would one go about configuring the ordinal suffix usage for a language like English, for example? E.g. - 1 -> 1**st** - 2 -> 2**nd** - 3 ->...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Your question Hi @krisk - First off, thanks for all the amazing work...

question

**🐛 The bug** When using a render function and the [`withDirectives` utility](https://vuejs.org/api/render-function#withdirectives), if applying the directive to a vnode that's a _component_, everything works as expected. However, if it's being...

bug

Our nuxt2 app is configured to use your plugin, which [registers this `render:errorMiddleware` hook](https://github.com/aaronransley/nuxt-winston-log/blob/f7f4d707b2f2c0ba4dfc6727ebeb0afb383cddd0/index.js#L78C21-L78C43). However, even though we are intentionally forcing errors to happen in the application, nothing is logged....

The original [`useGtm` directive](https://github.com/gtm-support/vue-gtm/blob/41ea2d91d70b5bbe69fc707494d5d4d3e9264e6d/src/index.ts#L242-L244) is returning essentially an instance of [`GtmSupport`](https://github.com/gtm-support/core/blob/main/src/gtm-support.ts), which is built to handle server-side calls. However, it will only return an object if it's been instantiated, and...