-
**Code of conduct**
- [x] I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md).
**Describe the bug**
This is an …
-
**Describe the bug**
When SQL code contains quoted constraint name, it is failed to import
**To Reproduce**
Steps to reproduce the behavior:
1. Try to import the following code:
```sql
…
-
# Description of issue
The quote operator highlights overrun if there are nested quote operators, like this example from Net::BitTorrent test suite:
q[Object handed to callback matches what …
-
Given:
my $s = 'baz'
sub foo { $^a }
compare these expressions:
Q:c'{$s}'
Q:f'&foo($s)'
I believe both should evaluate to `baz`, but the second one fails with `Type Str d…
-
S3v3ru5
Medium
# Incorrect implementation of `query` function
### Summary
Because of an incorrect condition, the `query` function will succeed and the `swap` function would fail for same parameter…
-
- /remind me to Use quotes on and at in and around every thing in 1 minute
To get around this situation, quotes can be used
- /remind me" to Use quotes on and at in and around every thin…
-
A single quote is always interpreted as the start of a string literal even if it is embedded within a double quoted string literal. For example
![image](https://user-images.githubusercontent.com/4…
-
**Minecraft Version:** 1.20.5 - 1.21.1. Tested using 1.21.1.
**NeoForge Version:** Tested using 21.1.61; should happen on any NeoForge with version in range `[20.5.0, 21.1.61]`
**Logs:** N/A, no…
-
Raku has nifty heredoc strings in the Quote sub language
```raku
my $friend = q:to/HELLO/;
cool
dude
HELLO
sub hello() {
say $friend;
}
hello
```
The heredoc delimiters ("H…
-
## Expected Behavior
When navigating through the UI and editing different styles, no changes should be made unless specifically updated by a user.
## Actual Behavior
When navigating to a bloc…