Eskild Diderichsen

Results 112 comments of Eskild Diderichsen

That does solve the issue. But we'll be losing the sweet IDE help coming from `"$schema": "http://json.schemastore.org/prettierrc",`

Using Npgsql.EntityFrameworkCore.PostgreSQL v8.0.4 I had to do the following to get enums to sort of work in Program ```cs // Program.cs var dataSourceBuilder = new NpgsqlDataSourceBuilder( builder.Configuration.GetConnectionString("DefaultConnection") ); dataSourceBuilder.MapEnum(); var...

Hmm perhaps we can write a main json file adapter which can extract the json and write it to the workspace folder, and also write the json back to the...

I too would appreciate some examples. It doesn't have to cover may cases, just a simple getting started scenario. Cause reading the doc have me confused. >Run `semantic-release-monorepo` for the...

@Mani2693 if you want to run from root see this "trick" #85

I haven't tried that trick with NPM so don't know if it have the same capabilities. I also don't know lerna. But I need to see the scripts and your...

Any progress on this? I was looking into making a .NET monorepo :)

I just ran into this issue. Or close to it. ```java @RestController public class FooController { private final FooRepository fooRepository; private final PagedResourcesAssembler pagedAssembler; @Autowired public FooController(FooRepository fooRepository, PagedResourcesAssembler pagedAssembler)...

Perhaps OP can be edited to encourage people (+friends & family) to go and upvote https://github.com/microsoft/vscode/issues/824