Max

Results 20 comments of Max

I use the following command to install the npm package of the MR: ``` npm install -g https://github.com/rubenstolk/cordova-res/tarball/patch-1 ``` @fr3fou

I've forked the project and added support for Angular 11 and 12. https://github.com/MaaxGr/ang-jsoneditor You can install my version via `npm install @maaxgr/ang-jsoneditor@11` for Angular 11 `npm install @maaxgr/ang-jsoneditor@12` for Angular...

Tested it for you! Selecting Yes/No with "y" and "n" is implemented here: ![grafik](https://user-images.githubusercontent.com/43404580/104492360-ce262980-55d3-11eb-898c-89fd9f91f774.png) For that case it doesn't works: ![grafik](https://user-images.githubusercontent.com/43404580/104492444-ec8c2500-55d3-11eb-85fc-a63b70d79f3a.png) But i agree, that this feature would be nice!...

Okay. I looked into the problem again. The Problem seems the following: * Gitlab authenticates via HTTP Headers (e.g. Key=`Private-Token` Value=`MyPassword`) * These headers are not added with the current...

I'm not quite sure what the best implementation also for the dsl of this library would be: The Gradle documentation points out, that there are three types of authentication: BasicAuth,...

I have published a fork in npm: https://www.npmjs.com/package/@guettlerlogistik/ng-select "@guettlerlogistik/ng-select": "^7.4.2" => angular 12 (builds up on 7.4.0) "@guettlerlogistik/ng-select": "8.1.1-fork" => angular 13 (builds up on master) This is the style...

Where did you place your second Request-Call? In the same launch-Block below the other request? Seems right to me that they run sequential.

Need PROPFIND as well

Hey. Same problem on my side: ![grafik](https://user-images.githubusercontent.com/43404580/161435226-5a2c48d2-7ad4-4161-9154-12520e913350.png) I just added a simple dummy entry with keeweb and can't open the file with keepass2 on windows any more.

For everyone that needs an example: Install via npm: `npm i typed.js` In `script setup`: ```ts import Typed from 'typed.js'; const typing = ref(null); onMounted(() => { new Typed(typing.value, {...