-
**MISS_HIT Component affected**
Please choose one from:
* Style checker
**Your MATLAB/Octave environment**
* MATLAB
* R2021a
**Your operating system and Python version**
* Windows
* `Pytho…
-
Opening the `bindings.hs` test file and reindenting the whole thing I get the following:
``` haskell
main =
putStrLn $ yell str
where
str = "he…
-
## Repro
Let's say to open the following lines with `filetype=typescriptreact`:
```typescript
class MyComponent {
public render() {
return (
this.state.data[row.index]}
row…
-
Hi Kenorb;
Heiken Ashi strategy is constantly opening a Buy position .
I have constantly changed the parameters, but it still opens the buy position. In no way is sell opening the position. Can…
-
Many code paths (dynamically/iteratively) generate tasks that need to be waited on.
Currently one needs to make a temporary storage for all of them and then create when_all composition.
The proposal…
-
This will be fairly similar to what someone else has done with their suggestion, (with squall lines, derechos etc.) however I would like to extend on different storms types and stuff like that too. I …
-
This plugin is quite similar than `flake8-quotes`, but it contains some nice checks such as warning about unnecessary quote escapes, e.g. `'foo\"bar'` (which, in fact, are created by ruff's fixer - I'…
-
The [specialization](https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/generics/details.md#specialization) section of the generics doc implies that `Optional` is (or could be imple…
h3har updated
4 months ago
-
### Description
The PDF export of the consent form is truncated if the text exceeds 1 page.
### Reproduction
- Add a consent document to the consent step in SpeziOnboarding with a markdown fi…
-
As brought up in #2132, it would be nice to allow multi-line strings in `ARG`s, `ENV`s, `LABEL`s, etc in Dockerfiles.
One possible suggestion, using the new heredoc parser and syntax would be:
`…