Thomas Wimmer
Thomas Wimmer
When installing idle-highlight-mode the byte compiler outputs ``` In idle-highlight-word-at-point: idle-highlight-mode.el:91:26: Warning: ‘in-string-p’ is an obsolete function (as of 25.1); use (nth 3 (syntax-ppss)) instead. ```
pep8 doesn't detect E211 (whitespace before ‘(‘ ) in this file ``` from __future__ import print_function print ('abc') ```
This fixes the following warning: smart-mode-line.el:613:1: Warning: Alias for ‘sml/name-width’ should be declared before its referent
A matlab/matplotlib polar plot should be converted into a polaraxis object of pgfplots ``` python width, height = matplotlib.rcParams['figure.figsize'] size = min(width, height) # make a square figure fig =...
There are a bunch of warnings output by the byte compiler: (using emacs 27.0) ``` Compiling file /home/thomas/.emacs.d/elpa/dumb-jump-20190204.331/dumb-jump.el at Mon Feb 11 19:32:01 2019 Entering directory ‘/home/thomas/.emacs.d/elpa/dumb-jump-20190204.331/’ dumb-jump.el:70:1:Warning: defcustom for...
### Describe the bug `sphinx-apidoc -M -o modules/pkg pkg` generates files that contain duplicate entries if `pkg.wrapper` is an cpython extension module (.so file). The generated rst file looks like...
I would like to only grep in files with a given type and a given glob. To grep in all python files that are not unit-tests I locally run `rg...
AFAICS emacs < 25 is not part of the continuous integration setup (the minimal emacs version tested in circleci is emacs-25; In the appveyor setup I can't find the versions...
* unyt version: latest * Python version: 3.7 * Operating System: linux ### Description It is possible to compute the hash of `unyt.unit_object.Unit`, but not of `unyt.array.unyt_quantity`. Is there any...
GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.1) of 2019-02-26 ``` Leaving directory ‘/home/thomas/.emacs.d/elpa/typescript-mode-20181221.905’ Compiling file /home/thomas/.emacs.d/elpa/typescript-mode-20181221.905/typescript-mode-test-utilities.el at Thu Feb 28 19:29:48 2019 Entering directory ‘/home/thomas/.emacs.d/elpa/typescript-mode-20181221.905/’ Compiling file /home/thomas/.emacs.d/elpa/typescript-mode-20181221.905/typescript-mode.el...