Adam Lavin

Results 15 comments of Adam Lavin

If that was the case then GitHub would not be marked as Green self-hosted. The only way you can self-host GitHub is through the Github for Enterprise package.

Is there anything left to do on this?

Workaround I have for now. ```typescript // Work around the module being used in CJS and ES6 module formats. let MaskedInput = require('react-maskedinput'); if (MaskedInput.default) { MaskedInput = MaskedInput.default; }...

Try deleting your manifest then building again. ``` php artisan basset --delete-manifest php artisan basset:build ```

I'm trying to work out how to add in a normal token strategy, but I'm having a little trouble with it right now. (See [this](https://github.com/Lavoaster/vault-env/blob/master/examples/prepare-vault.php) for why I need a...

This might be because it doesn't match against those with carriage returns. I generated a key using phpseclib's RSA class, and either that, or the built in `openssl_` methods, use...

I did some digging on this and this isn't a satis issue as per-se, but a composer issue. In the vcs repository around [VcsRepository.php line 338](https://github.com/composer/composer/blob/dd40d74bf6041ddcefa1ebe46fb9117d031b1ccd/src/Composer/Repository/VcsRepository.php#L338), it overrides any tags...

@mnpenner Out of curiosity, if you ran `composer update --no-plugins` does that work?

Check the ACP there should be a background task for migrating login data. On Wed, 6 Jun 2018 at 01:40, Lebofly wrote: > https://i.imgur.com/fg2z89i.png > > Not sure if I've...

@MikeyMatou Is it still running, or had it finished? It's plausible that would happen before a member has been migrated to the 4.3 style of login links.