ryancwalsh

Results 69 comments of ryancwalsh

I didn't figure out a great way yet to use `import` in my JS files that already use `require()`. But in Laravel mix, I remembered I can do this: `mix.copyDirectory('resources/assets/js/endpoints/vendor',...

It looks like @bramley was recommending to update the part that says `version_compare(PHP_VERSION, '5.3.3', '

Wow, this is an open issue from 2+ years ago? How are passwords handled in the most recent version of PhpList (I've never used PhpList before); is everything secure and...

I have a similar problem using Laravel Homestead (Vagrant). This tool looks like it would be super useful if it worked. Right now, the Data tab just shows one key...

Ahh, I found the problem for Laravel. See how Laravel uses a [prefix for the cache keys](https://github.com/laravel/laravel/blob/v5.4.23/config/cache.php#L89)? If I set that to an empty string (`''`), PhpMemAdmin works. And it's...

Cool. I'll look up `lru_maintainer` and see if it's part of my Homestead Vagrant setup and if it's adjustable and if it's related to my problem.

Thanks. https://stackoverflow.com/a/56285684/470749 mentioned something similar. This worked for me: ``` node --version v12.16.1 sudo apt-get update sudo apt-get install -y python3-pip build-essential libssl-dev libffi-dev python3-dev python3-venv python-django nvm --version 0.35.3...

I really appreciate that you shared this repo. It looks cool. It seemed to be working for me, but then it started crashing like mentioned above. I'd also be curious...

See related earlier issue and PR: https://github.com/near/near-api-js/issues/747 and see also https://stackoverflow.com/q/70296914/470749