Philip Douglass
Philip Douglass
I don't know about other supported browsers, but Firefox can unload tabs from the [about:unloads](about:unloads) page, and there are several add-ons that perform this function as well. For example: [unload-tabs](https://github.com/NiklasGollenstede/unload-tabs)....
I'd like to be able to retrieve the HTML/text from a specific tab, however, it seems it's only possible to call `get_html()` to get the HTML for all the /active/...
Now that the default YAML library is `ruamel.yaml`, and its notable feature is round trip comment preservation, my expectation is that this should work: ```python In [1]: from box import...
```python In [1]: from box import Box In [2]: ordered_box = Box(ordered_box=True) In [3]: ordered_box.zlast = 'first' In [4]: ordered_box.afirst = 'last' In [5]: ordered_box.keys() Out[5]: ['zlast', 'afirst'] # correct,...
For example, the results from this org-mode block: ```org * Get a list of my repositories #+NAME: github-repositories #+BEGIN_SRC restclient :var token=token GET https://api.github.com/user/repos?type=owner User-Agent: emacs27/restclient.el Authorization: Basic :token #+END_SRC...
I've opened captin411/ofxclient#69 about this issue, and while my PR captin411/ofxclient#70 will resolve the issue for ofxclient, it will somehow need to be managed in finance-dl as well. Once (if?)...
This should resolve #563. If/when this passes muster, I'll squash so it can be merged.
##### SUMMARY When using the `azure_rm_storageblob` module to access content in a specified container I have access to, I receive an error because I do not have access to list...
A typical workflow for me is: emacsclient filename.yaml Then editing it... followed by C-x C-s C-x # to save and close the server edit buffer, or just C-x # and...
### search tried in the issue tracker yes ### describe your issue I'm running `pre-commit autoupdate` and when it gets to updating https://github.com/psf/black I get an unexpected error. ### pre-commit...