Alexander Prokhorov

Results 81 comments of Alexander Prokhorov

@sanmai Your synthetic test has nothing in common with how the library works. The function `create_function` allows caching of the compiled result, so you need to call it once per...

The only exceptions the library throws are `InvalidArgumentException` and `UnexpectedValueException`. Both are essentially "you failed to satisfy precondition, so better check your code". While `InvalidArgumentException` is clearly a precondition exception...

@narcolepticinsomniac The script works perfectly, thanks. It's configured to run on every website though. I'm not familiar with observing, but it sounds like something that may affect performance, so it's...

@petermorlion Other downsides: - No support for non-generic dictionaries - No support for generic dictionaries not implementing non-generic dictionary interface (and `CanConvert` method doesn't check that) - No support for...

1. For me, the main problem with the current design is that folder links require pixel hunting half a screen away from the dials. So the first thing I'm going...

@timunie Maybe just copy code from https://github.com/Serg046/EventBinder? 1. Licensed under MIT (so compatible with Avalonia?) 2. Supports constants (numbers, strings) and bindings as method parameters (so people who worry about...

@maxkatz6 Just to be clear, are the issues with integrating Serg046's EventBinder limited to compatibility with XamlX compiler (does that mean compiled bindings?), or do they apply to the design...

Well, that means you have an ancient / underpowered computer unsuitable for gaming. :smile: "HiDef" in XNA terms means ~DX10-level card. DX10 is 9 years old. What are your specs?

> Loading file '1_XNB.xnb'... > Failed to save file. Error loading "1_XNB.xnb". This file was compiled for the wrong target platform. > Loading file '2_XNB.xnb'... > Failed to save file....