Andreas Weber
Andreas Weber
I refactored the algorithm for the attribute creation. Then I added the code for the attribute draggable. All tests are working and I added 4 additional tests for attr draggable....
According to [mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable) and [w3.org](https://www.w3.org/TR/2010/WD-html5-20101019/dnd.html#the-draggable-attribute) the attribute draggable needs a value like true or false, default is auto. Removing this value disables drag and drop on divs. Please...
add support for Language Server Protocol. The goal should be to achieve further improvements in the editing of http files. - better support for auto completion - support auto completion...
Behavior is noticed in Bug: #245 Running this (same as before): ``` # @import ./common.http {{ module.exports = require('../../tests/') }} ### Test 1 # @ref common https://httpbin.org/status/200 {{ tests.status.is(test, response,...
fixes #521 script code evalutation for variables. I tried to describe functionality in the readme.md. I hope a pull request is welcome.
## Is your feature request related to a problem? Please describe I use `mani` to manage a lot of repositories. Since I also frequently change my working/ active repositories, I...
Using punycode is deprecated in Node v21. See documentation https://nodejs.org/api/punycode.html. Maybe try replacing with NPM Package [punycode](https://www.npmjs.com/package/punycode) punycode is used here: https://github.com/lupomontero/psl/blob/797ccb41136a75b5737ea1e4d2bdcaad0dac02de/index.js#L5 Fix: 1. `npm i punycode` 2. change from...
asdf supports creating a .tool-versions in some directory. These versions are used in this directory and all sub-directories ([see](https://asdf-vm.com/manage/configuration.html#tool-versions)) #### 1. Your usage scenarios? create following structure ``` test -...
Thank you for your package. I have included it my projekt httpyac, but now I also get `npm audit` errors. There is a CVE in lodash.set. Could you possibly switch...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the Bug After first install no Welcome Dialog did pop up. And...