Alexander Radchenko

Results 5 comments of Alexander Radchenko

```cs public static IEnumerable Range(int start, int count, int step) { long max = ((long)start) + count - 1; if (count < 0 || max > Int32.MaxValue) throw Error.ArgumentOutOfRange("count"); return...

@aviita Look at the `Guard.IsNotDefault` method, I think `Guid.Empty == default(Guid)` so this method will work as you want.

I got the same error in VuePress 2. How to fix it? I registered LottieAnimation component in [config.ts](https://github.com/AlexRadch/AlexRadch/blob/main/src/docs/.vuepress/config.ts) ``` registerComponentsPlugin({ components: { LottieAnimation: 'lottie-web-vue' } }) ``` And try to...

Я заменил AdminAuthManager на обычного AuthManager добавив следущий код в `AppServiceProvider.php` ``` php public function register() { $this->app->booted(function($app1) { // Replace SleepingOwl AdminAuthManager on usual AuthManager $app1->offsetUnset('admin.auth'); $app1->singleton('admin.auth', function($app2) {...

I'll start the Russian translation