PonchoPowers
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
## 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...
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...
### 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), }))...
When saving transpiled CSS to a different directory using comments to set the transpiler directives, Visual Studio 2017 shows strange folders.  **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...