Dennis Ameling

Results 60 comments of Dennis Ameling

FYI I just published a first version of an Angular wrapper inspired by what @ubergeoff originally did (it now includes typings as well): https://www.npmjs.com/package/muuri-angular - hope it helps anyone! Will...

@wSedlacek Here you go: https://github.com/dennisameling/muuri-angular. Thanks in advance!

Thanks for the quick reply! Both Apache and Nginx [are supported](https://www.mautic.org/download/requirements), but Apache works best out of the box (we have a [.htaccess](https://github.com/mautic/mautic/blob/staging/.htaccess) for URL rewriting). Mautic uses the IMAP...

This worked for us using [Tenancy for Laravel](https://tenancyforlaravel.com/): `php artisan tenants:run ide-helper:models` 🚀

@elylucas thanks, however that version seems to break `ionic cap run android -l --external`. Before: ``` ? Please select which IP to use: (Use arrow keys) > 172.26.0.1 (vEthernet (Default...

@andreacavagna01 I just did a new attempt to build the `arm64` binary for Electron on a Mac I could borrow (x64 Intel), got it to work as follows: ``` export...

@mkarp I'm seeing the same as you on an Intel Mac. However, prebuild for N-API arm64 works correctly on Mac (cross-compiled from Intel Mac with Big Sur installed): ``` %...

Alright, done! @mkarp could you try doing `npm install @dennisameling/[email protected]`? This is based on https://github.com/atom/node-keytar/pull/331, so there's no need to build separately for Electron and Node anymore. I added a...