Sebastian Noack

Results 20 issues of Sebastian Noack

#### Issue description The visualization in `stats` mode looks like expected: ![stats](https://user-images.githubusercontent.com/1525/108460596-fa723d00-7246-11eb-849c-ed9b7690d1a5.png) But in `parsed` mode, it seems to indicate that most code is inlined into `index.js` (which is the...

status: Needs triage

How I read PEP-8, it doesn't outlaw bare excepts, but merely recommends to catch more specific exceptions when possible. But what if there is no particular exception you want to...

For projects which support a wide range of Python versions, it seems an unnecessary hurdle to force every contributor to install each Python version locally, in particular if not all...

feature:new
area:configuration
level:hard
help:wanted

This never works: ```javascript /** * Lorem ipsum * @hideconstructor */ export class EventDispatcher { constructor(initializer, finalizer) {} } ``` This doesn't work when using `--document-exported`: ```javascript /** * Lorem...

Following less code... ```less @color: #000; .mixin(@color) { color: @color; } .foo { .mixin(#ccc); } ``` produces following CSS using `lesscpy`: ```css .foo { color: #000000; } ``` While the...

I looked into the issue you told me about the other day, that `one_line_regex.match_magic()` doesn't work when called from within a function, but only when called from the top-level scope....

Design an icon and add it as favicon and to the open search description. A martini glass and a magnifier would probably make a great icon for the cocktail search.

Currently you can search for a cocktail with a given name by "title: ". But you get all cocktails that matches the searched string, for example when you search for...

The measure of ingredients of recipes from ohgo.sh is given in oz, ml and shots. However everywhere else the measures are usually only given in one unit, preferable oz. So...