-
We are evaluating writing a Sia app for the Ledger Nano S. Nothing is promised at this point. I'm creating this issue so that we can discuss design and track progress.
## Plan
The current plan…
-
What "question" relating to Software Evolution do you want to try to answer with your tool?
Any and all ideas welcomed---YOU GUYS ARE ROCKING THIS! :)
-
- Pip version: 8.1.1
- Python version: 2.7.11
- Operating System: Ubuntu 16.04
### Description:
Command-line arguments to `pip install` should take precedence over options configured in requirements.…
-
From the readme's example:
```python
from numbers import Number
from plum import dispatch
@dispatch
def f(x: str):
return "This is a string!"
@dispatch
def f(x: int):
retu…
-
I'm looking at adding multi-touch zoom and scroll to mypaint similar to the design seen here: https://www.youtube.com/watch?v=iicnVez5U7M
I was looking at the mypaint code and could not find the loca…
-
https://github.com/calistus-igwilo/javascript-functions/blob/master/README.md
-
https://github.com/HKWhyIP/hocr-tools/commits/master
-
As some others have mentioned, if the proposal is implemented in one form or another, it will preclude the possibility of a future type system. The argument is pretty simple. Take this code:
```ts
…
-
Overriding Object.hashCode with a simple integer counter can provide shocking performance improvements. I.e.
```
class Foo {
static int _hashCounter = 1;
final int hashCode = ++_hashCounter; // B…
-
I do not have virtualenvs installed but I do use conda environments. Is there a way to install in a conda environment? Thanks!