Arman Ossi Loko

Results 16 comments of Arman Ossi Loko

I have made a PR based on what seems to have helped in this case. Another potential thing I can think of is creating an index on the `type` and...

A friend of mine noticed something similar on his version (build 6964). ![image](https://github.com/alliedmodders/sourcemod/assets/16511442/c1dbe590-e1e8-41a0-8646-d1f200fa1f19) EDIT: He tried reinstalling SourceMod and the same happened. A couple of DLLs are being removed automatically....

Perhaps the Discord webhook was unreachable? Have you encountered the issue again?

> Looks like gamedata outdated for Windows. https://github.com/spumer/Left4Fix/blob/master/gamedata/left4fix.sig.txt You can see it comment outed. If you send me server.dll and engine.dll i will find missing offsets. > > You can...

After updating the package on my machine and retrying the Angular process, this is what I get: ![Image](https://github.com/user-attachments/assets/02669862-6572-4d88-a1d6-cb4156f5da6a) As for Vue: ![Image](https://github.com/user-attachments/assets/dcd87edd-3cb8-43f0-9f90-4e2b2cfef545) So the CLI tool fails while trying to...

> is this the fix you're after? [#403 (comment)](https://github.com/single-spa/create-single-spa/issues/403#issuecomment-2662799618) This seems to have done the trick. Cheers. Any reason why you haven't suggested this change via a Pull request?

> The [eShop demo app](https://github.com/dotnet/eShop) uses Asp.Versioning to implement versioning for its Catalog API and I just updated it to add a new API version. There is the small disconnect...

> ![Image](https://github.com/user-attachments/assets/7edd8774-1541-4902-8148-7b2cb8876ad0) > > Jesus Christ it took 2 hours to migrate to .NET 9 while maintaining versioning support and upgrading to the latest bells and whistles (Scalar). :D It...

> We are use this approach to set scores for L4D2 > > ``` > SetScores( iSurvScore, iInfScore ) > { > new bool:bAreTeamsFlipped = bool:GameRules_GetProp( "m_bAreTeamsFlipped" ); > >...

> > Does that automatically show the updated scores in the scoreboard for everyone? > > Yes So, gave that a shot and it indeed updates the scoreboard properly. The...