Glen

Results 143 issues of Glen

## Type of report Feature request ## Provide description of the new feature At the moment, it doesn't seem possible to insert an inline embed, as the template is initially...

type:feature
status:confirmed
plugin:embed

### What problem does this feature solve? If you want to customise `transformAssetUrls`, you have to specify all of the default values again, instead of just appending to them. ###...

**Describe the bug** When using the `bundle` command, the schemas in components.schemas reference themselves, instead of being dereferenced. Example from output: ```yaml components: schemas: User: $ref: '#/components/schemas/User' Country: $ref: '#/components/schemas/Country'...

Type: Bug
p2
GA

When creating projects and solutions using `dotnet new`, it doesn't respect an existing EditorConfig file, and you end up with 2-space indentation, CRLFs, and some files (like `launchSettings.json`) with a...

need-pm-discussion
triaged

### Feature description Support for GraphQL v16. I'm aware of the exploration in https://github.com/graphile/graphile-engine/pull/764, but I wanted to open this for tracking purposes. I'm currently only using `graphql-parse-resolve-info`. ### Motivating...

(as discussed Kael on Discord) https://github.com/glen-84/vuetify-loader-issue If you try to forward the configured Vuetify Sass module with something like: **main.scss** ```scss @forward "vuetify/styles" with ( $body-font-family: "monospace" ); ``` **app.vue**...

As discussed in #232, `__id` doesn't really make sense if it actually returns the global ID, since double-underscore fields are usually used for type information. But what if it _did_...

**I'm submitting a bug report** * **Library Version:** 2.2.0 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 10.15.1 * **NPM Version:** 6.4.1 * **JSPM...

https://github.com/mysqljs/sqlstring/blob/8f193cae10a2208010102fd50f0b61e869e14dcb/lib/SqlString.js#L39 ```js case 'bigint': return val + ''; ``` Is this the only required change?

I want to be able to exclude everything under the `/data` folder. There appear to be two options here, neither of which solve the problem: 1. `*/data/*` – this will...

Enhancement
Low Priority