Nico Schlömer

Results 241 issues of Nico Schlömer

See ``` psutil.sensors_temperatures() ``` ```python { 'acpitz': [shwtemp(label='', current=44.0, high=128.0, critical=128.0)], 'nvme': [ shwtemp(label='Composite', current=31.85, high=84.85, critical=84.85), shwtemp(label='Sensor 1', current=31.85, high=65261.85, critical=65261.85), shwtemp(label='Sensor 2', current=34.85, high=65261.85, critical=65261.85) ], 'pch_skylake': [shwtemp(label='',...

I'm using the Solarized dark color scheme in my terminal and vim, but that isn't reflected yet by ttystudio. Recordings look like ![out](https://user-images.githubusercontent.com/181628/36108196-87116294-101c-11e8-9d77-3fb81a358a01.gif) when really it looks like ![screen](https://user-images.githubusercontent.com/181628/36108237-a18ba38c-101c-11e8-9035-125a6d1553ab.png) From...

When having an _Increased Risk_, the red panel will show under _Most recently_ the date a la ``` Most recently on Jan 1, 2022 ``` What I (and be extension...

enhancement

This commit request adds CMake capability to echoprint-codegen. The original build system is not affected.

From > Computing stationary solutions of the two-dimensional Gross–Pitaevskii equation with deflated continuation https://www.sciencedirect.com/science/article/pii/S1007570417301880

As stated in the README, the most basic example ``` js var kramed = require('kramed'); console.log(kramed('I am using __markdown__.')) ``` spits out ``` html I am using markdown. ``` I'm...

Typically, en-dashes are created by double dashes `--`, em-dashes by triple dashes `---` (e.g., [compose key syntax](http://en.wikipedia.org/wiki/Wikipedia:How_to_make_dashes) or [LaTeX](http://tex.stackexchange.com/a/3821/13262)). This pull request implements this behavior.

Includes updated sources for Gmsh. Necessary as Gmsh in Trusty is broken. Compare https://travis-ci.org/nschloe/pygmsh/builds/193841636 (failing) and https://travis-ci.org/nschloe/pygmsh/builds/193893515 (passing).