-
### Essential: Please fill these out or else we won't be able to process the report
Contest Link: https://www.jokerace.io/contest/base/0x7ff0178871f1f5be9bcd35e3c05d17c6c82e8e94
Your Wallet Addr…
-
stylelint and stylelint order should be listed as peerDependencies so the user can specify their versions.
This fixes the issue of the [blank line in error messages](https://github.com/hudochenkov/…
-
Here is a test problem.
```
DOCUMENT();
loadMacros(qw(PGstandard.pl PGML.pl));
Context('Matrix');
$M = Matrix([[Formula('x')], [Formula('y')]]);
BEGIN_PGML
[``[$M]=``] [_]*{$M}
END_PGML
…
-
Consider a text template:
```
{{% CONTENT_TYPE: TEXT }}
{{ statement-1 }}
{{ statement-2 }}
{{ statement-3 }}
{{ statement-4 }}
{{ statement-5 }}
```
With data:
```
{
statement-1: "Did she lea…
-
**Version Used**:
Visual Studio Community 2019 v16.10.3
**Steps to Reproduce**:
Consider the following code:
```csharp
// blank line 1 here.
using Xunit;
using System.IO;
// blank lin…
-
### 📝 Overall Description
When I was analyzing a file named aspectjweaver-1.9.4.jar, there was a class named org.aaspectj.weaver.tools.comach When I debugged SimpleCache $StoreableCachingMap to see t…
-
SwiftFormat does not seem to have a rule to deal with the following untidiness:
```
Text("Hello, world")
.font(.footnote)
.foregroundColor(Color.gray)
```
I would expect to be abl…
-
https://github.com/PowerShell/PowerShellEditorServices/actions/runs/11132769096/job/30937371296?pr=2152
-
https://github.com/swiftlang/swift-format/pull/791 doesn't seem to handle a blank line in the block comments, i.e. -
```swift
/* Comment
Comment after blank */
```
```s…
-
I've got a template for Python code. When I create a new .py file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates to…