Marek Kaput
Marek Kaput
Hi! I did this change for my project. Thought may be nice to contribute 😃
I tried to build ncurses-rs from cargo. Build log: https://gist.github.com/jajakobyly/fa09e29fc46f49cf4474 (quite a long one) OS: Windows 8.1 x64 rustc version: ``` rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14) binary: rustc commit-hash:...
When configuring Absinthe.Relay (e.g. setting custom ID translator): ```elixir config Absinthe.Relay, MyApp.Schema, global_id_translator: MyApp.Schema.CustomIDTranslator ``` Mix yells with following warning: ``` You have configured application Absinthe.Relay in your configuration file,...
This PR replaces the `unsigned()` and `signed()` fuzzing search strategies with a new (and now default) search strategy called simply `felts()`. From Cairo code perspective, both strategies observed the same...
Personally, I find this prefix noisy, as we already have the very shouty red `bug` label. Wdyt?
Add and document a new fuzzing strategy: ```python def strategy.comparable( min_value: Optional[int] = None, max_value: Optional[int] = None, ): ... ``` That will behave exactly the same as the existing...
As a Protostar developer working with PyCharm, I would like to use the `Run test function` action without having to adjust manually the CWD of the test before running it....
```python [falsifying example]: x = -1 ``` is incorrect, it should report a value equal to `PRIME - 1`
## About tracking issues Tracking issues are used to record the overall progress of implementation. They are also uses as hubs connecting to other relevant issues, e.g., bugs or open...