Jakub T. Jankiewicz

Results 489 issues of Jakub T. Jankiewicz

### I have idea for a new feature for jQuery Terminal Open-RPC is a standard of defining specification of JSON-RPC that is compatible with version 2.0. There should be a...

feature

### I have idea for a new feature for jQuery Terminal It should be added to Wiki `Hello`. https://codepen.io/jcubic/pen/jOWRLex?editors=0010

documentation

### I have idea for a new feature for jQuery Terminal Tabs works differently then in html, they can be used to align the text. This should be documented on...

documentation

### I have idea for a new feature for jQuery Terminal * First is new render API, echo function with custom objects like video or canvas animation (explain potential memory...

documentation

### I have idea for a new feature for jQuery Terminal Create clone of the website as gh-pages without dynamic parts just in case website goes down. Only comments will...

documentation

### I have idea for a new feature for jQuery Terminal Document images in terminal formatting and in less. Create example that showcase both.

documentation

### I have idea for a new feature for jQuery Terminal `$.terminal.defaults.formatters` is global. Because of this you can't have two terminals with different syntax highlighting (different formatters). This is...

feature

I've noticed that the demo doesn't render properly when you select the text. The charts should be reversed. To fix the issue the style should be both `ervy.bg` and `ervy.fg`....

I have 32bit linux and there are no binaries so I needed to install from source but there is no INSTALL file in the repo, I needed to install go1.7...

enhancement

I wanted to generate UMD file for library ([gradient-string](https://github.com/bokub/gradient-string)) that end like this: ```javascript module.exports = InitGradient; for (const a in aliases) { // eslint-disable-line guard-for-in module.exports[a] = str =>...