-
This is likely to be the beginning of an interative process, but let's get started in this hackmd pad: https://hackmd.io/PLOGTWUmQW2XCUwXIm5z2Q#
-
The JS client for the TransportNetworkVisualizer web service is still over in the OTP repo at
https://github.com/opentripplanner/OpenTripPlanner/blob/master/src/main/resources/org/opentripplanner/tran…
abyrd updated
5 years ago
-
## Issue description
Query help on module and latin1 supplement sign is not properly printed, i.e.: '°'.
## Reproducible example code
```
PYBIND11_MODULE(m, root)
{
// "sign '°' as utf-8"…
-
Hello:
`yowsup-cli demos -c yowsup-cli.conf -s xxxxxxxxxxxxx "Test" -M`
`INFO:yowsup.demos.sendclient.layer:Message sent`
But not recived message.
-
##### Issue Type: Bug report
##### Ansible Version: 1.6.10
##### Environment: OSX host, managing Linux
##### Summary:
[pip command](http://docs.ansible.com/pip_module.html) uses underlying Python's `…
-
When running scousepy iteratively as described in the tutorial `run_iterative.py`, re-running stage_3 on the full resolution dataset fails because `dataset/stage_3/` cannot be created:
```---------…
-
@ChristopherTracey are you seeing this at the bottom of script 4c?
```
> dbSendStatement(db, SQLquery)
SQL INSERT INTO tblRubric (model_run_name, spdata_dataqual, spdata_abs, spdata_eval, env…
-
### Informations
- **Qiskit Terra version**: master
- **Python version**: 3.7
- **Operating system**: OSX
### What is the current behavior?
Interactive histogram is super jumpy when mov…
-
With the minimal `.emacs`
```
(package-initialize)
(setq org-src-tab-acts-natively t)
(require 'org)
(require 'yasnippet)
(yas-global-mode 1)
```
placing the cursor in an org source block, a…
-
```
func scrollViewDidScroll(_ scrollView: UIScrollView) {
SPStorkController.scrollViewDidScroll(scrollView)
}
```
Adding this code does make it pan with scroll but letting go after pulling…