-
I noticed several places in the code where `@Nullable` result of `streamInput.readOptional...()` is assigned to a primitive type field.
For instance:
https://github.com/elastic/elasticsearch/blob/…
sabi0 updated
9 months ago
-
The default compiler flags for C have included verbose warnings using `-Wall`. In the move to C++ the warning setting has not been carried forward. Being unaware of potential warnings has an impact on…
-
There are a couple of changes in #721 that remove useful warning messages for the average programmer. Sure, this PR removes warning from the interpreter, but this might just be hiding programming pro…
-
A typst file with contents:
```typst
Bob’s car
```
Will cause the error `index out of range` @ semantic_tokens.lua:149 in the neovim runtime.
```
Error executing vim.schedule lua callback:…
-
Run tests for them with tox. Maybe use a backport for f-strings
-
In the file SkillAss.cpp, When doing iterations by progressive skills, there is a second loop that uses "i" again as a control variable, it should be "j"
First control var
https://github.com/ThePh…
-
As discussed in https://github.com/free-wheeling/freewheeling/pull/18
```
if someone has some time, and a good knowledge of over-riding
C+ operators and copy constructors, i am interested to get …
-
Forgive me for using this as a venue to get a recommendation, but I'm having a really hard time even forming my question in other venues, so I thought I'd try it out here since this library is what sp…
-
## Problem
```sql
create table model (
col int not null primary key unique
);
```
## Expected
```prisma
model model {
col Int @id @unique
}
```
## Actual
```prisma
model …
-
### Steps to reproduce
1. Create a `TileOverlay` in Flutter iOS
2. Supply single-colored PNG tile with a transparency as all tiles
For example, use this as the tile:
![not_working_tile](https://…