@davidolrik How far back are we talking here? Are these installs within our supported versions?
When I reported the issue we were running 18.3.1, and I agree with the "don't allow no prefix", but if you could add a migration that updated empty prefixes to glpat- that would be sweet.
It's also possible on old self managed installs, that haven't gotten this setting updated.
Sorry for the late response, at the time we were running 18.3.1
Not sure I follow - Using your example, how can I put my editor in pane 1 if there are two panes who both have p1 (all in the same window) ?
The problem I'm trying to solve is assigning behaviour to the pane using the pane number, which I have already done successfully for tabs and windows, e.g. "use this environment and show this badge".
For this to work it is not important what number a give pane has, as long as there is only one pane of each in a give window. And I can't use the UUID for this as it changes over time.
Sorry if I wasn't clear in my request, this or for the 1Password integration into the builtin password manager of iTerm.
In 1Password you click "New item", and then "API Credential" in the right column, fourth option from the top.
I then tag the "API Credential" with iTerm to have it appear in the iTerm password manager, but when selected I get the error above.
As it is now you can tag a "Login" with iTerm and it will popup in the builtin password manager.
There also exists a type called "API Credential" which looks like a "Login" with some extra fields such as expiration date and hostname.
It would be really sweet if I could tag an "API Credential" entry with iTerm and have iTerm paste the "credential" field the same way it pasted the "password" field from "Login" entries.
Don't use "API Credential" for personal access tokens and such and find another way to keep track of expiation dates etc.
This might be bug, or maybe it hasn't been implemented fully yet. The "API Credential" shows up in the internal password manager, but when trying to paste it I get the following error:
I would go for stable first.
When it can be configured per project it is only an inconvenience to have to keep entering the same parameters for each project.
And I see that there is already an issue for that: #456889
Sorry, I was commenting on a couple of issues, and forgot to include some of the details here.
What I ment to say was that it should be possible to configure this once for all repositories, and then override the necessary bits in each enabled repo.
This should also be possible for GitLab Service Desk.
If I have a pane that is about 12 lines tall, the badge in that window is very small.
I would like to be able to set a fixed size for all by badges, so they are all the same size,
As CDATA elements do not have a closing tag, it is needed to consider the tag as both a opening and closing tag.
Example:
<tag>
<another_tag>
<![CDATA[This is a test]>
</another_tag>
</tag>
In the example above <another_tag> and </another_tag> have different colours.
If you add a / before the > at the end of the CDATA element the colours are rendered correctly, but that is unfortunately not valid XML.
The docs for --tablename says "Alternative full table name including schema" but specifying a schema doesn't work.
Here is the error I get when calling flush with --tablename public.dramatiq_queue
[2021-05-21 18:47:06,650] [PID 1402] [MainThread] [dramatiq_pg.cli] [ERROR] Unhandled error:
Traceback (most recent call last):
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 30, in entrypoint
exit(main())
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 69, in main
return args.command(args)
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 134, in flush_command
curs.execute(QUERIES.FLUSH)
psycopg2.errors.UndefinedTable: relation "dramatiq.public.dramatiq_queue" does not exist
LINE 1: DELETE FROM "dramatiq"."public.dramatiq_queue"
The docs for --tablename says "Alternative full table name including schema" but specifying a schema doesn't work.
Here is the error I get when calling flush with --tablename public.dramatiq_queue
[2021-05-21 18:47:06,650] [PID 1402] [MainThread] [dramatiq_pg.cli] [ERROR] Unhandled error:
Traceback (most recent call last):
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 30, in entrypoint
exit(main())
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 69, in main
return args.command(args)
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 134, in flush_command
curs.execute(QUERIES.FLUSH)
psycopg2.errors.UndefinedTable: relation "dramatiq.public.dramatiq_queue" does not exist
LINE 1: DELETE FROM "dramatiq"."public.dramatiq_queue"
The docs for --tablename says "Alternative full table name including schema" but specifying a schema doesn't work.
Here is the error I get when calling flush with --tablename public.dramatiq_queue
[2021-05-21 18:47:06,650] [PID 1402] [MainThread] [dramatiq_pg.cli] [ERROR] Unhandled error:
Traceback (most recent call last):
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 30, in entrypoint
exit(main())
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 69, in main
return args.command(args)
File ".venv/lib/python3.9/site-packages/dramatiq_pg/cli.py", line 134, in flush_command
curs.execute(QUERIES.FLUSH)
psycopg2.errors.UndefinedTable: relation "dramatiq.public.dramatiq_queue" does not exist
LINE 1: DELETE FROM "dramatiq"."public.dramatiq_queue"
We fixed our issue using the fix described here: #35196 (comment 280159689)