LEv145

Results 21 issues of LEv145

```py from __future__ import annotations import dataconf from dataclasses import dataclass @dataclass class Model(): token: str dataconf.env("TEST_", Model) ``` Error: ``` Traceback (most recent call last): File "main.py", line 13,...

Now: ```py def foo(arg: int) -> int: """description # Linter: First line should end with a period, question mark, or exclamation point # Linter: First word of the first line...

```css @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0300;0400;0500;0700;0900;1,100;1,300;1400;1500;1700;1900&display=swap"); ``` Error: ```python Message: Cannot read properties of undefined (reading 'path') Details: domainEmitter: [object Object] domainThrown: false ``` `gulp-concat-css` throws an error, because the url contains `;`

Automatic publishing is convenient, it can make people help more and they will learn about the reputation system on a server Top of week: ![изображение](https://user-images.githubusercontent.com/40071054/168334280-99d1e03d-7380-48a8-8c94-bbeb5d99b595.png) _Maintainer edit_ The general scope...

size: medium
feature
prio: low
hacktoberfest

# Problem There are some commands, the result of which can be sent only to a user (ephemeral), and not to a chat # Solution Add the `send` parameter to...

enhancement
size: medium
prio: low

Minimum initial docker-compose to run ![изображение](https://user-images.githubusercontent.com/40071054/226487977-0e2edee4-9872-4f62-aa72-ee8c907fb8c2.png) https://github.com/comfyanonymous/ComfyUI/issues/188 How to use: ``` docker compose --profile cpu up # CPU docker compose --profile nvidia up # Nvidia with https://download.pytorch.org/whl/cu117 docker compose --profile...

> Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you...

Feature

Difficult to work with `displayData` outside of `customToolbar` or `MUIDataTable` when customBodyRender is `FormControlLabel` ## Expected Behavior Easily get `displayData` at any given time I think it would be more...

### Summary Pycharm does not recognize type, which is why the method hints are not displayed ### Reproduction Steps Write code: ```py class TestCog(commands.Cog): @commands.slash_command() async def ping(self, inter: disnake.CommandInteraction)...

wontfix