kirides

Results 30 comments of kirides

This is what i use for ILRepack and it works for me. It works because once you reference ILRepack in as `PackageReference` its `ILRepack.props` will be included, which automatically points...

i had to use time-based rate limiting lately i can totally recommend http://david-desmaisons.github.io/RateLimiter/ (currently at v2.1.0) for time based constraints. You can easily create time based, thread-safe limiters that work...

EDIT: How are you compiling your project @Trigger-edge ? What is your target-framework in your .csproj? ---- This has - most often - it's cause in ".netstandard" when using older...

If *someone* were to implement this 1. should the parameter be passed using `ExecutionHost.ExecuteAsync(..., nullableContextOptions)` 1. or should a `new _executionHost` be created? 1. or do we set a property...

This is the same issue as #275 the `public interface MyInterface` is contained in `private class Program` which means that a dynamically generated assembly can not implement `MyInterface`

> Whoever is interested - I've implemented the thing. > I'm not sure when/if it'll be merged to master, so here's a link to my fork: https://github.com/MaxYari/GD3D11 > Trails are...

i just stumbled across the same issue. The initial handshake takes a bit ( ~3 seconds) and the bar will not display the blank bar until after the second write...

There is nothing to add for Ninja compatibility. Ninja is just an engine extension that allows you to load arbitrary scripts from VDF files. Most Patches use Ikarus (and often...

If you guys are fine with building a go application from source, there is a working fork of mine available here https://github.com/Kirides/concat/tree/large-refactor There are some differences though, as i started...