Mick Lawitzke

Results 154 issues of Mick Lawitzke

### Environment ``` ------------------------------ - Operating System: Darwin - Node Version: v21.6.1 - Nuxt Version: 3.11.0 - CLI Version: 3.10.1 - Nitro Version: 2.9.4 - Package Manager: [email protected] - Builder:...

bug

Hello, within the events I need to know the id of my element, but I cant access the element: ``` ... ``` This is because I need to know which...

Using `import { $enum } from "ts-enum-util";` will always import the full library even tho just one function of it is used. Preferable it would be possible to import just...

enhancement

Thanks for this amazing library! What I dont see from the docs is how to work with errors, for example when I use `trading.GetItem` but the item is not found...

Hi, I used the default extract: `translation:extract de --bundle=MyBundle` which saves the translation xliff file into the bundle src/MyBundle/Resources/translations folder. So far so good. But when I try to access...

On change of image-size the script needs to recalculate the width/height of the image. Currently the background size stays the same. A typical usecase is having a responsive image like...

This project is really great and simple. Anyway, downloading and adding JS-files manually is very old fashioned and, depending on the project, not a good practice. Instead it would be...

`var isTouch = 'ontouchstart' in window || 'msmaxtouchpoints' in window.navigator;` `isTouch == true;` Tested on Firefox 40 & 41, Mac OSX Yosemite

The readme states "Angular" a lot. This is very confusing because this is actually a library for the old Angular.js and not for Angular (>= v2)

Currently we have to define a src but using gulpMem files are written into memory. It may work something like Browsersync using a middleware: ``` browserSync.init({ server: './build', middleware: gulpMem.middleware,...