-
Might need a way to disable this with a tag.
This may/may not be useful; a Google-style docstring would naturally work in Markdown, but shouldn't this be left inline with the function definition?
-
Currently you can't use the field until you specify breakpoints. Ideally we'll have some intelligent defaults so you can get going faster then revisit to tweak as a design evolves.
-
```
Ideal solution:
On startup, check active-hits folder to find the next unused job number. Upon
loading a new document, re-number the N jobs to be the next N available job
numbers locally.
```
…
-
Type: Feature
Area: Blockstore, Pin
Description:
The current garbage collector deletes all un-pinned blocks. This makes the system more fragile, as people don't usually pin a lot of objects. And if …
-
`masscan --ports 51-55 --nmap-payloads payload.pcap x.x.x.x`
I find masscan will by default use TCP scan and not send udp payload supplied in payload.pcap while scanning udp port 53 if 'U:53' is not …
-
```
/**
* @modifier secret (use current token and replace it by new _token)
* @set hidden
* @param bytes32 secret (the revealed secret)
* @param bytes32 token (the keccak2…
-
### HomeScreen
- [x] Keep track or add awareness of cards that have already been swiped
- [x] Do not allow 'double voting'
- [x] Make 'flash' button disabled til user is done swiping and/or feast…
-
| | |
| --- | --- |
| Bugzilla Link | [39672](https://llvm.org/bz39672) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @alexey-bataev,@RKSimon,@rotateri…
-
-
given a series of indexes and a query, there may be multiple ways to execute a query. It would be hard to tell _a priori_ which is the best query plan to use, but you could apply a K-armed bandit.
If…