Vint Prox

Results 19 issues of Vint Prox

There is very appropriate and open source IDE, I hope we can support VSC.

* **Minecraft Development plugin for Intellij version:** 2021.3-1.5.18-314 * **IntelliJ version:** 2021.3.2 * **Operating system:** Ubuntu 20.04.4 * **Target platform:** SpongeVanilla, SpongeAPI 8 "Minecraft Development" plugin for Intellij generates a...

type: bug
status: unverified

## Problem So, I've got *artboards* - each has a role of app screen. They get pretty incremental, because I wanted to describe concepts of upcoming software in detail. It...

enhancement

**Is your feature request related to a problem? Please describe.** The usual (and expected) behavior behind top-level `allow` script option is that it's merged with `allow` of subsequent script. This...

enhancement

#### Vue.js version and component version - `vue` version `2.6.11` - `vue-codemirror` version `4.0.6` #### Steps to reproduce 1. Make editor with model set: `` 2. Initially set model: `draft:...

#### Vue.js version and component version - `vue` version `2.6.11` - `vue-codemirror` version `4.0.6` #### Reproduction Link Example usage of "renderLine" event is shown here: https://jsfiddle.net/vintprox/ndgz4y9b/1/ #### Steps to reproduce...

In Manjaro, scrollbar is floating above content by default. I'm sure it's related to other OSs as well. Navigation link with giant arrow (`a.navigation-next`) is overlapping the `div.body-inner`, resulting in...

Type: Theme

It's usually a good practice to use `` or ``'s scroll behavior, because browsers implement a reproducible scroll position. Problem with current approach that was inherited from GitBook is one...

help wanted
Type: Theme

Уже и в представление пробовал вставлять, и в `app\assets\AppAsset`: ``` use YiiNodeSocket\Assets\NodeSocketAssets; NodeSocketAssets::register($this); ``` ``` public $depends = [ 'yii\web\YiiAsset', 'YiiNodeSocket\Assets\NodeSocketAssets', 'yii\bootstrap\BootstrapAsset', ]; ``` Ошибка `Class 'YiiNodeSocket\Assets\NodeSocketAssets' does not exist`....

Many demos are pointing to absent scripts: - `https://github.com/mozilla/popcorn-js/code/dist/popcorn-complete.min.js`, - `http://popcornjs.org/code/dist/popcorn-complete.js`. We need rewrite to `https://raw.githubusercontent.com/menismu/popcorn-js/master/popcorn.js` at least for pens in jsFiddle for proper demonstration of Popcorn.js features.