Oliver Anteros

Results 19 issues of Oliver Anteros

#### Environment - OS: Ubuntu 17.04 - Node version: 8.4.0 - gtop version: 0.1.5 #### Description It would be usefull to be able to search for the names of commands...

Upgrading Chalk to the next major version (v5) results in the following ES module error during runtime. ``` Error [ERR_REQUIRE_ESM]: require() of ES Module /home/olian04/Documents/Projects/better-logging/node_modules/chalk/source/index.js from /home/olian04/Documents/Projects/better-logging/dist/themes/dark.js not supported. Instead...

bug
help wanted

**Is your feature request related to a problem? Please describe.** NPM provides a "Try on RunKit" button, however the default template used by RunKit doesn't show off any features of...

enhancement
help wanted
Further design needed

1) This is all you should have to do no matter if you decorate the console or a random object. ```ts require('better-logging')(console); ``` 2) If you decorate a random object...

enhancement
help wanted

Are there any plans to support typescript when version 1.0 releases?

Could you add a context menu option to "Open in terminal" at the target location when the protocol supports it? For example if the folder is opened using SFTP we...

Could you rename the instruction files, [basics.md](https://github.com/LiamRahav/cocos2d-python-tutorials/blob/master/basics/basics.md) and [intermediate.md](https://github.com/LiamRahav/cocos2d-python-tutorials/blob/master/intermediate/intermediate.md), to `README.md`, in order to utilize the way github displays README files?

Ex: ``` @cache(5*60) def foo(a): return a * a ``` This would invalidate the cache of function foo, 5 minutes after it being called the first time. ``` >>> foo(2)...

https://lit-html.polymer-project.org/

I'm no CSS wizard, so i left the sizing up to the user. But i would like the element to always attempt to fill the available space in its parent....

bug
help wanted
good first issue