Thomas Aull

Results 20 issues of Thomas Aull

Codesandbox with reproduction: https://codesandbox.io/s/portal-vue-transition-group-bug-jx0sf6?file=/src/App.vue I created a `

### 2. Describe the `bug` I'm doing something with the mirror element in the `drag:over:container` event: ``` draggable.on('drag:over:container', event => { console.log(event.data.mirror) }) ``` While it does work with `v1.0.0-beta.7`...

I've got a question: In my current setup, I'm usinkg svg-sprite-loader to extract all svgs in an external file, which I'm loading in my website via an ajax-request. However, if...

question
wait for reply

### Problem I regularly stumble upon the following behavior: 1. Click a folder 2. Press `F2` to rename that folder This does not work because the folder is already opened...

Priority: Wishlist
Needs Design

This is a follow up to https://github.com/ionic-team/stencil/issues/903. It seems like the attribute is still not documented (I can't find anything in the official docs at least). I figured it out...

The module uses a `before ProcessPageView::execute` to provide an endpoint for the API. However this hook is executed before the Mutli-Language and Cache Modules, so these do not work properly...

bug
help wanted

### What's the feature? Copy and Pasting a image of, say 200×200 px shows the image in original resolution on the tldraw canvas. A larger image, for example 2000×2000 px...

enhancement

VS Code is complaining about a "wrong" configuration when using this package in a TypeScript project: > Could not find a declaration file for module '@vueuse/gesture'. '[…]/node_modules/.pnpm/@[email protected][email protected]/node_modules/@vueuse/gesture/dist/index.mjs' implicitly has an...

Apparently figma sometimes in the last days stopped sending requests to `127.0.0.01:44950` when the user agent tells it that it's running on linux. I created a post in the forum...

This fixes two small issues: - `attachment_filename` was replaced with `download_name` in flask (see: https://github.com/pallets/flask/pull/4667) - On startup the server logged: `Tip: There are .env or .flaskenv files present. Do...