-
### What is the bug or the crash?
I want to create a table (HTML) with two columns beside every patch in a legend. To test this I wrote a static HTML-Code:
`'Verkehrs- und SiedlungsflächenVAVerkehrs…
-
### Describe the bug
using this code (Python)
```python
graph = CdkGraph(
app,
plugins=[
cast(
ICdkGraphPlugin,
CdkGraphDiagramPlugin(
…
-
### Description
Current codeblock style is \```{.python.marimo}
I think code blocks should:
- [x] syntax support in VScode out of the box (`{.python}` does the trick)
- [ ] syntax support in …
-
Type: Bug
# Behaviour
My shell history (Bash) has the following command periodically added to it:
```
/usr/bin/python3 /Users/gavin/.vscode/extensions/ms-python.python-2024.16.1-darwin-arm64/pytho…
-
`clang-tidy` can detect lots of C++ programming and style errors, so it would be worthwile to have it included in `make check`. To do so, a Python module invoking it should be added to `buildsystem.co…
-
The scrollbar can't be hidden. I need to hide the scrollbar all the time because I'm creating an iconbar.
python:3.12.1
reflex: 0.5.9
``` python
rx.scroll_area(
…
-
https://github.com/ki555555555/Embddedlinux/blob/c85d9376872ff9f7795e2ec239f7d5d530d2ae0f/s1/test1.py#L1C1-L1C1
-
I just started using ruff and never used black before, so I want to ask if there are any standard, commonly used and easy-to-use rules.
I searched for a long time in the issue but couldn't find it, s…
-
### System Info
platform: Mac
### Reproduction
`pip install bitsandbytes`
It will install v42 instead of v44.
Then, if you try to load any model with quantization, you will get this err…
-
[FR] [les tests statiques](https://latavernedutesteur.fr/2017/11/03/les-tests-statiques-rois-du-roi/)
``` C
if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
goto fail;
if ((err …