Jez

Results 29 issues of Jez

I'm generating a custom drag-drop event: ``` e.target.fire("piecedrop", { dropTarget: shape, evt: e.evt }, true); ``` Then I'm hooking it up to one of my class methods: ``` stage.on("piecedrop", this.#handlePieceDrop);...

### Describe the bug When I run Vitest as part of my VS2019 project build, Vitest apparently can't find my test suites. It works fine if I run from the...

### Vue version 3.2.38 ### Link to minimal reproduction https://gitlab.com/jez9999/vue3-demo ### Steps to reproduce ``` npm init vue@3 Vue.js - The Progressive JavaScript Framework √ Project name: ... vue-project √...

So, I've just noticed that LICEcap has a "preroll" of 3 seconds. I was missing stuff of the beginning of my recordings because the only notification of this is small...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. _No...

Needs: Author Feedback
area-mvc
feature-spa

In order to mark operations as requiring authorization in a Swagger document, you can individually mark them one-by-one as requiring security: ``` services.AddSwaggerGen(options => { options.OperationFilter(apiScope); }); //... internal class...

### Preliminary checks - [X] I've checked that there aren't [**other open issues**](https://github.com/ihhub/fheroes2/issues?q=is%3Aissue) on the same topic. ### Describe the problem requiring a solution In the original game you could...

improvement
audio

### Preliminary checks - [X] I've checked that there aren't [**other open issues**](https://github.com/ihhub/fheroes2/issues?q=is%3Aissue) on the same topic. ### Describe the problem requiring a solution The original HOMM2 has a "monster...

improvement
ui

I'd like to be able to lint my `.vue` file script sections only if `lang="ts"`. At the moment ESLint is linting `script` sections that are just plain JS (ie. ``)...

enhancement
Ongoing discussion
feat: typescript

As it's becoming increasingly common to use Azure SQL DBs these days, and in order to backup/restore these you need to use a .bacpac file and sqlpackage to import it,...