grosch

Results 34 issues of grosch

# 🚀 Feature request ### Command (mark with an `x`) - [x ] new ### Description Please provide an option to not generate the .vscode directory. I don't use VS...

feature
area: schematics/angular
feature: insufficient votes

With Angular 14 and jest-preset-angular 12 it's now possible to get pretty far along the ESM path. Will this be upgraded to give me an option to use that instead...

When my page loads I see a bar with nothing in it and clicking doesn't do anything. I have these two lines in my `index.html`: ```html ``` In my `app.module.ts`...

## Description Even though I've successfully logged into npm, the publish from np keeps telling me I must log in. ## Steps to reproduce ```bash % npm login --scope @gargoylesoftware...

## Description When publishing my library, the version is set on the top-level package.json, not the project's package.json. Am I not supposed to be running this from the root of...

more information needed

@tanner0101 raised the concept of better DTO support in #2318. Moving that specific discussion here. The idea is to provide a cleaner way for controllers to handle the different type...

enhancement

Vapor doesn't currently support HTTP ETag headers, and it would be nice if it were to do so. An ETag is a representation of the data that clients can use...

enhancement

When I Abort() today, the reason is always passed back to the client. I want to prevent the reason from going back to the client if the environment is production....

enhancement

As soon as I add your package the `vapor xcode -y` command just spins forever. This is what my Package.swift file looks like: ```swift // swift-tools-version:4.0 import PackageDescription let package...

```base vapor new --fluent.db postgres PushNotifications ``` That will fail to run. Putting 'named' parameters before not named is pretty standard UNIX.

bug