smaudet
smaudet
I would like to submit this for consideration. Currently, if you use this tool, you have to do a lot of cleanup work to get br to work right. br...
For the following interface: ``` public interface IInterfaceUnderTest { bool PublicProperty { get; set; } } ``` The following test code works. ``` interfaceUnderTest.PublicProperty = Arg.Do(x => propertyValue = x);...
**Describe the bug** e.g. copy $(SolutionDir)..\..\file.txt does not properly get parsed, leading to corrupted CMakeLists.txt **To Reproduce** Use windows pathing in a vcxproj **Expected behavior** This should work. **Additional context**...
**Describe the bug** Custom setups where vcxproj files are in a separate directory to the source code are not properly supported. Requires a lot of manual retargeting as the code...
This is a buildozer feature request. You are currently downloading *every single package* every time a buildozer folder is removed and rebuilt from spec. I am currently trying to troubleshoot...
Line 30 in `CMakelists.txt`: `set(C_CXX_FLAGS "-Wall -Werror -Wformat=2 -Wsign-compare -Wmissing-field-initializers -ggdb -fvisibility=hidden")` is causing the library to fail to compile on a recent kernel and gcc version. Setting to: `set(C_CXX_FLAGS...
Not sure if this is your issue or up-streams (chaiscript), but trying to implement a filter script for e.g. Unicode look-alike characters: https://gist.github.com/StevenACoffman/a5f6f682d94e38ed804182dc2693ed4b The following will enter and run in...
Cython does not support any `-I` arguments. You have hard coded a reference to an invalid build configuration into your python-for-android fork. Simply add pyzmq to your build requirements and...
### Problem you are trying to solve User wants to install rust to a different drive (on e.g. Windows) or user/software path (Linux/Mac). There is no explicit mention of this...
**Feature request:** Swap usage of HttpListeners for other libraries. Quickly realized upon trying to use this library that you are heavily dependent on MS HttpListener functionality for routing as well...