Martijn Saly
Martijn Saly
Can we somehow make JSHint skip minified blocks of code? I make it a habit to put blocks of minified (third-party) code at the top of my main JS file,...
This is definately a bug in FireSass, as disabling the extension does away with it (but also throws away sass integration of course). So all of the sudden line numbers...
I'm not seeing a single sign that FireSass is doing anything. I'm seeing normal Firebug CSS debugging. My SASS files are being compiled in debug/verbose mode.
On the homepage when I click certain links, instead of going to the page the homepage just reloads. For example the "Read the docs" on the homepage, just reloads the...
I'm missing browser query documentation. I have no way of knowing what sort of syntax the browser query supports, what browser names it knows, and how to specify which (if...
Can you please add the documentation to the website? Or literally anywhere online or even in the download package? Having to plough through `mediainfo -h` which doesn't even list every...
### Environment **Vuetify Version:** 3.6.1 **Vue Version:** 3.4.26 **Browsers:** Firefox 125.0 **OS:** Windows 10 ### Steps to reproduce Try putting a `content-class` as object/array on a `v-carousel-item`. ### Expected Behavior...
I've implemented it like so: ``` $(".content-promo .slideshow video").objectFit({ type: "cover", hideOverflow: true }); ``` In FF 35, it doesn't have any effect. Also, resizing the screen makes slows the...
- `@testing-library/jest-dom` version: 6.4.2 - `node` version: 20.11.1 - `vitest` version: 1.4.0 - `npm` version: 10.5.0 ### Relevant code or config: ```js render(); const button = screen.getByRole('button'); expect(button).toHaveStyles({ 'background-color': '#5FA00C'...
I just had a moment where Brackets, or at least the code editor part, froze while eidting and having an svg preview visible. I was just editing the coordinates of...