Illya Moskvin

Results 20 comments of Illya Moskvin

:warning: Shift detected the following HTTP components using the `Request` or `Input` facade to access the request. Within these components you should leverage the request object which is [automatically injected](https://laravel.com/docs/5.7/requests#accessing-the-request)...

:warning: Laravel 5.2 added the `env` configuration option. Laravel recommends you only use `env()` within configuration files and use `config()` everywhere else. Shift found potential uses of `env()` in: -...

:x: Shift could not run `composer install` for your application. As such, the analysis for lines of code are unavailable.

:warning: Shift found the following config files differ from the defaults. While you are welcome to customize your configuration, you should leverage ENV variables rather than hardcode values. If you...

:information_source: As noted, much of the code detected above can be automatically fixed using the [Laravel Fixer](https://laravelshift.com/laravel-code-fixer). Save yourself time and clean up your codebase quickly with this new _Shift_.

I used jp2a to generate truecolor output for terminals by making it output HTML and transforming that output using `sed` and [bash string manipulation](https://www.tldp.org/LDP/abs/html/string-manipulation.html). Check out [aic.sh#L358-L474](https://github.com/art-institute-of-chicago/aic-bash/blob/ce1dfb70d66e2a339a4ab058eaa1ec94e84944e3/aic.sh#L358-L474) from here: https://github.com/art-institute-of-chicago/aic-bash...

Confirming that this is still an issue. Homebrew now installs v1.0.7 by default. It might be best to just tag v1.0.8. I don't know how package managers will handle you...

Sorry to bother, but can we get an update on this issue? As mentioned, the current version in Homebrew is still broken. We are working on distributing a project that...

We're in luck! It looks like the Django REST Framework does indeed have a built-in method for token-based auth. Here's the [relevant commit](https://github.com/IMAmuseum/roundware-server/commit/97c99ba87780031106c80173c18d6ef2ba385950). In this case, I honestly just followed...