Abdullah Ubaid

Results 4 issues of Abdullah Ubaid

This is a great plugin, is it possible to use it directly like other markdown-it plugins? Usage with package: ``` var md = require('markdown-it'); var fa = require('markdown-it-fontawesome'); md().use(fa); ```...

question

I encountered the following error message: ``` InvalidOperationException: Sequence contains no matching element System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at :0) FastScriptReload.Runtime.AssemblyChangesLoaderResolver.Resolve () (at Assets/FastScriptReload/Scripts/Runtime/AssemblyChangesLoaderResolver.cs:23) FastScriptReload.Editor.FastScriptReloadManager.Update () (at Assets/FastScriptReload/Scripts/Editor/FastScriptReloadManager.cs:424) UnityEditor.EditorApplication.Internal_CallUpdateFunctions ()...

Is there any guide so I can test and generate the same model as yours? I want to create a model for Kotlin and Haskell programming languages. Thanks in advance.

**Current Setup:** - Using `utoipa `+ `utoipa-swagger-ui` for API documentation - API endpoints require token authentication - Accessing Swagger UI via: `/swagger-ui/?token=secret-token` **Problem:** The token parameter from the Swagger UI...