-
The README.md file doesn´t explain about the required build-time dependencies. There is a need to clarify those to ease the build and process by third-parties, especially contributors.
-
Examples:
```julia
julia> isconst(BitSet, :ajkhfd) # non-existent field
true
julia> mutable struct Foo
const x::Int
end
julia> isconst(Union{BitSet, Foo}, 1) # is actually…
-
### Search keywords
"TCH rules", "move under TYPE_CHECKING", "FA100"
### Ruff Version
0.5.7
### Config
Part of pyproject.toml
```
[tool.poetry.group.dev.dependencies]
ruff = …
-
### Operating System
n/a
### XDG Desktop Portal version
Git
### XDG Desktop Portal version (Other)
_No response_
### Desktop Environment
Other
### Desktop Environment (Other)
_No response_
#…
-
### Steps to reproduce
Link to live example: https://github.com/mui/material-ui/blob/0b38955227cf4fc879fea5c8d23e167a5b9c4936/packages/mui-material/src/FilledInput/FilledInput.js#L45-L49
and e.g.
…
-
I see serial output _(from an RFM2Pi but ISTR that I get something almost identical from the unit itself)_ looking something like this:
```
OK 8 146 21 11 0 28 0 0 0 65 93 184 11 184 11 184 11 184 1…
dwmw2 updated
9 months ago
-
Marcus Gartner (mgartner) commented:
Searching the docs for "table settings" does not return relevant results. The only mentions of table settings that I've found are:
1. The docs for `opt_with_st…
-
### Feature request
Right now `include_tokens_per_second=True` in `Trainer` only reports the tokens per second metric at [the end of training](https://github.com/huggingface/transformers/blob/c175343…
-
If a class is not documented, e.g.
```
public class TestNoComment {
/// Test
public var a = "test"
}
extension TestNoComment : CustomStringConvertible {
/// just returns a
…
Nef10 updated
6 years ago
-
the force_processing_task seems to perform some behaviour that is not documeted in your plugin readme or plugins db description - it looks quite strange to see another task trying to trigger all adhoc…