-
## Problem summary
Sharing this little "hack" that we recently implemented in our codebase.
There's only that much we can achieve by adding signatures to `Grape::Entity`, especially because of the…
-
dear all,
i have one student, which has a similar problem to issue #966, seb does not start but returns an error message (see below). the version 3.8.0 did not create a logfile, but the version 3.7…
-
### Describe the bug
I have got a project template:
```json
{
"$schema": "http://json.schemastore.org/template",
"author": "GtkSharp Contributors",
"classifications": [
"Gtk",
…
-
Microsoft.IdentityModel.Tokens recently added a dependency on Microsoft.Bcl.TimeProvider 8.0.1 which uncovered a publishing error. The package contains Microsoft.Bcl.TimeProvider.dll for .NET 8 that c…
-
We have some source files which contain comments not associated with any code, this is common in ExtJS code, please see https://docs.sencha.com/extjs/7.4.0/classic/src/ComboBox.js.html#Ext.form.field.…
-
It is possible to find `while`/`until`/`repeat` loops that could be safely replaced to `foreach`.
If the loop condition variable is increasing and only using to access a map element, we should sugg…
-
**Is your feature request related to a problem? Please describe.**
We currently have Encoder, AnalogEncoder, and DutyCycleEncoder. None of them are unit-safe.
**Describe the solution you'd like**
…
-
```py
a: object
if isinstance(a, list):
reveal_type(a) # list[Any]
b = a[0] # Any
```
Why is `a` narrowed to `list[Any]`? It should be narrowed to `list[T_co]` where `T_co = TypeVar("T_c…
-
txpool, still has a hard requirement on `reth-primitives::Transaction`
ideally this should just operate on traits, we already made some progress on this but requires a bit more work
-
can we have it hidden ?