PonchoPowers

Results 19 issues of PonchoPowers

Where can I find a list of what has been customised in the Laravel code? I am curious to know how this diverges from Laravel so that I can manage...

**Describe the bug** Using PSR-12, linting the following, I don't get an error about the space within the class name. **Code sample** ```php

Awaiting Feedback

## Summary Having the ability to call Run on the pipeline is confusing because you can have multiple calls to it and get no error, and the last element in...

area-blazor
design-proposal

If I start creating some unit tests would you accept a PR for them? I like the idea of testing everything to make the DNS server production ready, so I...

Some of the cats are not cute enough, can you fix this?

Take for instance `sourceMap` and `inlineSourceMap`, neither say what their default value is, yet things like `include` and `exclude` do. https://www.typescriptlang.org/tsconfig Is it worth investigating the default values and then...

enhancement
awaiting triage

### Description The example I'm referring to is: ``` [HttpGet("{id}")] public async Task GetTodoItem(long id) { TodoItem todoItem; var transactionId = Guid.NewGuid().ToString(); using (_logger.BeginScope(new List { new KeyValuePair("TransactionId", transactionId), }))...

Source - Docs.ms
doc-enhancement
aspnet-core/svc
fundamentals/subsvc

When saving transpiled CSS to a different directory using comments to set the transpiler directives, Visual Studio 2017 shows strange folders. ![less directory compile issue](https://user-images.githubusercontent.com/7858744/29521668-59b99582-867e-11e7-9a09-118e3ead40fb.PNG) **Comment** `// lessc "../../../content/themes/ipswich/css/site.css"`

If I have a file which imports other files called Site.less, and when I update one of the imported file, the Site.less file doesn't always get transpiled to CSS. To...

### Type of issue Typo ### Description "This looks like it's declaring a public field, which would appear to be bad object-oriented practice." should read "This looks like it's declaring...

doc-bug
help wanted
Pri2
dotnet-csharp/svc
fundamentals/subsvc
okr-health