Nico Schlömer

Results 241 issues of Nico Schlömer

https://github.com/nschloe/action-cached-lfs-checkout

The king is dead, long live the king! CAM02-UCS has been superceded by CAM16-UCS. From [here](http://onlinelibrary.wiley.com/doi/10.1002/col.22131/abstract): > It has been found that the new model (named CAM16) not only overcomes...

When working with colorspacious, I noticed that tests are integrated in the library code. Is this intentional? I would more naturally have expected them in `./tests/`, next to `./colorspacious/` and...

ng-inspector only makes sense on certain pages, and this is exactly what [`pageAction`s](https://developer.chrome.com/extensions/pageAction) are for. The same approach is used for [ng-detector](https://chrome.google.com/webstore/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm?hl=en), a Chrome extension written by Igor Minar, one...

When translating a simple TeX-produced PDF like ```latex \documentclass{article} \begin{document} abc \end{document} ``` [e.pdf](https://github.com/mgieseki/dvisvgm/files/8970403/e.pdf) with ``` dvisvgm e.pdf --pdf ``` to SVG, the resulting file will have a transparent background:...

question

When defining a route like ``` javascript .segment('test', { controller: 'CustomCtrl', templateUrl: 'templates/test/test.html' }) ``` one can access those parameters later on via ``` javascript $rootScope.$on('routeSegmentChange', function(event, current, previous) {...

With the routing table ``` $routeSegmentProvider .when('/articles/:id', 'article.info') .when('/articles/:id/text', 'article.text') .when('/articles/:id/annotations', 'article.annotations') .when('/articles/:id/annotations/new', 'article.annotations-new') .when('/articles/:id/annotations/:num', 'article.annotation-single') ``` I would like to create a link to a route that replaces the...

## Summary * OS: Ubuntu 22.04 * Type: performance ## Description When profiling [tiptop](https://github.com/nschloe/tiptop/), I noticed that `sensors_temperatures()` is fairly slow. Compare with `cpu_freq`: ``` %timeit psutil.sensors_temperatures() 154 ms ±...

enhancement
linux
performance

**Prettier 2.6.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEB9AhgAgAau5gI1RABoQIAHGAS2gGdlR0AnZiAdwAUWEGV0ANu3QBPBmQLN0YANZwYAZXQBbOABlqUOMgBmgunAlTZ8hRWmaA5shjMAroZBxlBOABM37teiiW76SzgAMQhmZXQYGl9kEHQ7GAhSEAALGGUBAHVk6ng6czA4BV4c6gA3HJEYsDpxEE0DZhhOKUtw3X1HACs6AA8FKwE4AEU7CHh2gQMyc2YGmPDmGTcOKCSKZk0YDOo3GGTkAA4ABmm2AwypChj1uAbS7TIAR1H4Zso+WLoAWi13dyTmHBntRAc0Am0kHpJo4DMpqDZ7DCBsMXtpIR0yDB0ARtrt9kgAEyYqTUARWADCEGUEKcdAArEk7AYACrYvhQqYgUoOACSUE8sAUYA2VAAgvyFDARIMJgYAL5yoA) ```sh --parser markdown ``` **Input:** ```markdown _a `_` b_ ``` **Output:** ```markdown _a `_` b\_ ``` **Expected behavior:** ```markdown _a `_` b_ ```

type:bug
lang:markdown

Not sure if I'm missing something here, but is there a JS library (on npm perhaps) that can be fed substance and style programs as strings and produces the figure...