-
Would be a great idea to make this a 2 step solution. You click the deploy button on the readme and it will spin up an instance of satdress for you given certain criteria (aka domain). Something for t…
-
How this code https://github.com/codebasics/cool_python_apps/blob/main/2_bitcoin_mining/bitcoin_mining.py sends mined qty to wallet ?
-
Some Spotify endpoints, especially the ones returning a paging object, allow to specify the fields that we want to fetch.
For example, [`Get a Playlist's Items`] has a `fields` query parameter that…
-
I know the original winfile did not have this, but it is probably the one reason I go back to using explorer instead. A nice bar graph would be the best under "To:" in the "Copying..." dialog. Even …
-
I'm currently trying to build a Project, which potentially deals with pretty big xml files.
Other conventional readers/applications (written in other languages) have trouble dealing with those xml fi…
-
As per [Wiki documentation](https://github.com/SEMICeu/Core-Person-Vocabulary/wiki), this proposal is divided into **_I - submitter name and affiliation, portal; II - service or software product r…
-
- Program: Authoritative
- Issue type: Feature request/Question
### Short description
pdns now has a swagger spec available for the authoritative server's REST API. This can be used to automa…
-
I think there is no need to replicate most translations in the trotro-app - they could be stored in the core app and some overwritten in the specific apps.
Is that possible?
amenk updated
4 years ago
-
Currently Lean's pattern matching doesn't have ML-style or-patterns leading to somewhat repetitive of this kind:
```lean
def balanceLB {h c} : almostNode h → Int → rbnode h c → hiddenTree (h + 1) …
-
I'm going to attempt some of these, but I figured I'd open a ticket to track.
1. Characterization of `reverse`
2. Cancellation laws for `++`
3. `init xs ++ [last xs] = xs`
4. `inits [] = [[]]` and `in…