Adminy

Results 85 issues of Adminy

When I click on an element, the view reduces down to just 1 substree instead of levelsToDisplay subtrees.

On ios when I try the pinch zoom, there is this strange behaviour where the zoom teleports to the last finger on the screen instead of the first making it...

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

I'm trying to load from a remote source as well as localhost. ```javascript Sass.preloadFiles('https://unpkg.com/bulma@latest/', '',['bulma.scss'], function callback() { Sass.preloadFiles('http://localhost/', '', ['mystyle.scss'], function callback() { console.log('all the necessary files are now...

This originated from feature request described here: https://github.com/fastify/fastify-cli/issues/569 This feature addition adds a watch command parameter that you can run every time there is a watch event change. #### Checklist...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

semver-minor
help wanted

Suppose instead of es5, es6, esm, ts types, it outputted this json structure: ```json [ { "tableName": "models" }, { "id": { "type": "DataTypes.INTEGER(11)", "allowNull": false, "primaryKey": true, "comment": "null",...

In a java language server there are plugins that allow extra functions like `vscode.java.resolveMainClass` and `vscode.java.resolveClasspath` commands. Is there a similar one for C#?

```bash root in ~/repos/project on gh-deploy ● λ docker images REPOSITORY TAG IMAGE ID CREATED SIZE some-long.siten.com/project 76f5311ecc57 N/A 1.02GB 0afff1091d03 N/A 814MB some-long.siten.com/project d7587d99bfaf N/A 814MB some-long.siten.com/project latest 430abc5ddefd...

``` kernel: node: epoll_ctl support in io_uring is deprecated and will be removed in a future Linux kernel version.``` This completely freezes the raspberry Pi to the point that it...