Idan

Results 13 issues of Idan

Hey, I have a logical problem with `IDisableJwtRefreshToken.MarkJwtRefreshTokenAsUsedAsync`. Lets say a user logs in, and the access token is valid for 30 minutes. Then, after 10 minutes the user logs...

Hey, added an option for expiration to `InviteNewUserService: IInviteNewUserService` Tests confirmed

Hey, first of all thank you for this repo. I tried to find a solution for including a specific foreign key object in EF Core by using the .Include() method...

question

#59 Extension method which dynamically registers the id conversion, and if needed automatically uses Identity Use inside the DbContext `OnModelCreating`: ``` foreach (var entityType in modelBuilder.Model.GetEntityTypes()) { if (ReflectionHelper.IsAssignableToGenericType(entityType.ClrType, typeof(BaseEntity)))...

I had a hard time debugging a problem that wouldv'e taken me 30 seconds if this output was available. (The problem was duplicated failing push because of the symbols.nupkg) Found...

I try to run coreference resolution by python heb_pipe.py -c example_in.txt but I get this: ``` # text = עיפרון עיפרון הוא כלי כתיבה ידני לשם כתיבה וציור, לרוב על...

``` private async Task BuildExcelFile(int id) { //Creating the workbook var t = Task.Run(() => { var wb = new XLWorkbook(); var ws = wb.AddWorksheet("Sheet1"); ws.FirstCell().SetValue(id); return wb; }); return...

Hey, love the project! It would be a good idea to set an option for maximum number of connections, so if you already clicked no one else can join. Maybe...

I don't know if it is possible, but right now I need to load the script manually each time. It would have been nice to have the option to load...

Hey guys, great work! Is there any extension for ghidra? https://github.com/mahaloz/DAILA something like this - would be awesome, so it could directly change stuff in the decompiler window. I am...