Daniel-at-github
Daniel-at-github
The same if you clear `Offline Website Data` when closing Firefox. Step to reproduce the bug (second way): * Create a new profile * (url) about:preferences#privacy ➡ (subtitle) `History` ➡...
Seems addressed in this repo: https://github.com/pyvideo/data/blob/0b89c66fdde75968efb829cdb1e85adf1169ea96/pycon-us-2013/category.json#L2 ~~~ "alias": "category/33/PyCon-US-2013", ~~~ Transferring the issue to pyvideo/pyvideo, where this alias should be generated.
How to get the pyvideo events in rss order (in bash): ``` bash for EVENT_FILE in */category.json ; do echo -n "$EVENT_FILE " git log --diff-filter=A --follow --format=%ai -1 --...
Reviewing pull requests is more work that it should be: * Replicate the pull request * `git remote add ` the remote branch * `git fetch --all --prune` * Pull...
The search seems to be using the repository json files, not the deployed static html files.
Looks good
Push up the solution again and ask if the errors are relevant in the pull request (just my opinion).
Another example: ``` var-spacing: Jinja2 variables and filters should have spaces before and after. vars/cas.yml:5 .cas_shared_instance_config ``` Referring to: ``` yml cas_shared_instance_config: >- {{ grp_all_cas_instances_shared_config[cas_instance.split("|").0 | trim] }} ```
For python conferences the video should be in https://pyvideo.org/ If you see any videos missing, let us know (https://github.com/pyvideo/data/issues)
It's possible to try windows for free with a [vagrant box](https://github.com/jborean93/ansible-windows/tree/master/vagrant), but it's better (IMHO) to go the Linux route. You could use: * Virtualization. * [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)...