antonio_antuan

Results 12 issues of antonio_antuan

Greetings! We use gowrap and golines in out project. As you can see [here](https://github.com/segmentio/golines/blob/master/shortener.go#L608) golines checks a few top lines of each file to check if it generated, but gowrap...

**What this PR does / why we need it**: closes #9285 **Special notes for your reviewer**: **If applicable**: - [ ] this PR contains documentation - [*] this PR contains...

size/S

Hi! I want to include taskfiles by dotenv var. For now I see that it is not possible because dotenv read when files already included... .env: ``` TASKFILE_PATH=./child ``` Taskfile.yml:...

feature
v4

New methods implemented: `annotate`and `in_bulk`

If I call any query using http-session and `execute` method, got that traceback: ``` File "/home/anton/Projects/clickhouse-sqlalchemy/tests/sql/test_schema.py", line 51, in test_reflect session.execute(text('select 1')) File "/home/anton/Projects/venvs/clickhouse-sqlalchemy/lib/python3.7/site-packages/SQLAlchemy-1.3.0b1-py3.7-linux-x86_64.egg/sqlalchemy/orm/session.py", line 1187, in execute bind, close_with_result=True).execute(clause,...

`session.query(...).count()` That code generates something like that: ``` select count(*) from ( select ... from table ) anon_1 ``` If I trying to use sample, query will look like that:...

Is there any way to get `rowcount` (updated rows amount) using `pg` singleton?

I can't execute saved command, which installs oh-my-zsh. All Other commands executes without errors. ```bash ➜ ~ keep list Command Description -------------------------------------------------------------------------------------------------------- ----------------- $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" install...

- Task version: 3.14.1.r21.g421cb52-1 - Operating System: archlinux ### Example Taskfile showing the issue ```yaml version: '3' tasks: foo: vars: BAR: default cmds: - echo "{{.BAR}}" ``` I'm trying to...

awaiting response

Would be great if it were possible to attach envfile to terminal. Can't find a way to do it now. ![image](https://user-images.githubusercontent.com/6426720/214085431-67cba55b-0ab8-46bb-a739-3e4e6eb6a3fb.png) GoLand 2022.3.1 Build #GO-223.8214.59, built on December 21, 2022...