btxtiger

Results 29 issues of btxtiger

Hi, I just wanted to let you know that I created a package that includes all methods in a single module, in case you would mention it in your readme...

enhancement

I'm trying to just upload my local release build, but it seems shipit always expects any git repo. How can I disable this? ```js module.exports = (shipit) => { require('shipit-deploy')(shipit);...

When deploying with `shipit staging deploy`, i can see in terminal logs: ```sh Copy previous release to "/home/xy/projectX/releases/20181127210354" Running "cp -a /home/xy/projectX/releases/20181125015850/. /home/xy/projectX/releases/20181127210354" on host "dummy.com". Copy project to remote...

### PHP Version 8 ### Shopware Version 6.4.1.2 ### Expected behaviour Item should be added to cart without login. ### Actual behaviour ``` Uncaught TypeError: Cannot read property 'remove' of...

Bug

I would like to use a fullscreen drop overlay. Therefor I created a dropzone and added style. However it is not possible anymore to click underlaying elements. `$event.stopPropagation` should not...

I'm using a local list for suggestions. However it seems to be not possible to have a custom sorting for this list. ```ts formElement.ref.autocomplete({ lookup: data, autoSelectFirst: true, minChars: 0,...

Can you use generic types instead converting the whole data object to type `any`. Otherwise all TypeScript information about the object properties will be lost! Here is my implementation: ```ts...

Wouldn't it make more sense to implement the GNOME stylesheets instead of any kind of Unity UI since there exist detailed guidelines for designing gnome styled applications. [https://developer.gnome.org/hig/stable/](https://developer.gnome.org/hig/stable/) [https://developer.gnome.org/hig/stable/ui-elements.html.de](https://developer.gnome.org/hig/stable/ui-elements.html.de)

Great to find that package. However I am expecting some kind of seamless update mechanism, which works without breaking the application for some minutes. Is there some feature planned? Or...

Is it possible to make this theme usable with intelliJ? I really like it

question