11,502 questions
0
votes
0
answers
69
views
Windows file add tag metadata
Using this answer, I enabled Office document like metadata for .pdf files.
I have my Windows detail pane like this now:
And the tags I add there are displayed in Explorer's detail view Tags column.
...
0
votes
0
answers
32
views
wagtail, same tags in different pages
I want to be able to have the same group of tags in different pages, i have the following models
class BlogTag(TagBase):
class Meta:
verbose_name = "blog tag"
...
0
votes
0
answers
25
views
maven release:prepare not using my tag name
I am trying to create a tag using maven:prepare maven:release, but the tag name that is created is ignoring the name I specified.
I have our workflow configured with github so it's run as a github ...
0
votes
0
answers
66
views
yii html tags from db
In Yii framework I like to put image tags to a text block and store them in db. They are generated with php code. If I get back that code from the db it doesn't run. The same is true to hyperlinks. ...
1
vote
1
answer
114
views
How to parse ASN.1 custom tags using Golang encoding/asn1?
I have a struct:
type V struct {
S int `asn1:"tag:1"`
}
Then I ASN.1 marshal this struct:
val := V{S: 12}
b, _ := asn1.Marshal(val)
Using dumpasn1 I got correct ASN.1:
0 3: ...
-1
votes
1
answer
121
views
Azure Policy Require a tag on creation Resource [closed]
I enabled Azure policy [Require a tag on resources], It is validating tags on resource creation as expected but it also evaluating existing resources and showing Non-compliant.
Definition
{
"...
0
votes
2
answers
175
views
How to get commit ID for a tag in Azure Devops git repository
I am trying to automate a view of all the workitems that have been closed between 2 branch tags of a git repo. One of the main issues I'm having is for some reason, when I view the tags from the tags ...
0
votes
0
answers
61
views
pyasn1 component-value is incompatible when attempting to set context tags
I'm trying to code the following from RFC 7906 using pyasn1:
aa-keyAlgorithm ATTRIBUTE ::= {
TYPE KeyAlgorithm
IDENTIFIED BY id-kma-keyAlgorithm }
KeyAlgorithm ::= SEQUENCE {
...
0
votes
0
answers
20
views
Results of Python eyeD3 Program Not Reflected in Microsoft Explorer
I'm running Python 3.12 on Windows 10 using Visual Studio Code version 1.98.2. The python program calling eyeD3 runs OK most of the time when Metadata is version 2, 3, 0 or better.
However, after ...
1
vote
0
answers
36
views
Create Incrementing Counter from Boolean Tag in Kepserver
I feel like this question should have simple resolution, but I cannot seem to pin a solution down.
I am looking for a way to create an incrementing counter each time a Boolean tag evaluates to true. I ...
0
votes
1
answer
58
views
Get tags as a list in Magento using API
/rest/V1/products?searchCriteria[filter_groups][0][filters][0][field]=tags&searchCriteria[filter_groups][0][filters][0][value]=my tag
I tried this but getting error.
{
"message": "...
0
votes
0
answers
99
views
Sunmi L2s locate specific RFID tag
I have a question about searching by rfid using a Sunmi device. I calculate the distance from the tag based on the returned rssi, holding the rfid trigger I constantly get feedback about all tags in ...
0
votes
2
answers
125
views
pydicom: Add Series Desrcription to DICOMDIR
I want to rearrange non medical DICOM-data. Using pydicom I want to produce a DICOMDIR with at least one additional tag. For each Series I want to add the Series Description like this:
(0008, 103e) ...
1
vote
0
answers
38
views
How to Read/Modify the Rating (Popularity Meter) of a .m4a Music File in Python?
I am looking for a way to read and modify the rating (popularity meter (POPM) or "stars") of an .m4a music file using Python.
Question:
What is the correct tag name for the rating (...
0
votes
0
answers
26
views
Tag value not being filtered by InfluxDB
I have a python code that writes into a InfluxDB bucket. It has its tags and fields correctly defined, but when I try to filter them from the data explorer, it doesn't show the values for "sensor&...
0
votes
0
answers
145
views
How to Display Google AdSense Ads Correctly in a React TypeScript SPA?
Problem:
I am working on a Single Page Application (SPA) using React, and I’m trying to display Google AdSense ads on my website. I’ve followed the official documentation to integrate AdSense, but the ...
1
vote
1
answer
139
views
How to Query Multiple Blob Tags with AND Operator in Azurite 3.33.0?
I am using Azurite 3.33.0 to emulate Azure Blob Storage locally, and I am trying to query blobs by multiple tags using the find_blobs_by_tags method. This should recently have been fixed by Azurite (...
0
votes
2
answers
125
views
iOS UITextView rich text with tags
I want to implement a UITextView whose content consists of plain text and tags, where the tags are text with a rounded gray background.
I tried to use NSAttributedString, but it cannot set rounded ...
0
votes
0
answers
55
views
Why Does the /tags Endpoint in the Instagram API Return an IGApiException?
We are using the Instagram API via the Instagram Login feature. We obtained the necessary scopes and have set the app to live status.
Some users of this app can successfully retrieve their tagged ...
0
votes
0
answers
111
views
How can I search for all tables with at least one tag template attached across all BigQuery datasets in a project using Google Data Catalog?
I want to do this in Python and I am currently trying with this code:
def get_tables_with_tags(project_id):
scope = {'include_project_ids': [project_id]}
search_query = 'type=TABLE AND tag:x'
...
1
vote
1
answer
67
views
Unity find all game objects with certain main tag, not having to specify the sub tag?
I'm making a simple Unity 2D Idle game with a lot of balls jumping around and making money. I am currently using subtags to declare them (for everyone who doesn't know that, you can make subtags, for ...
0
votes
2
answers
59
views
storing and retrieving a string in tcomponent.tag using freepascal
I want to store this string expression:
oField.displayname+'='+varTostr(fieldbyname(ofield.fieldame).value)
where ofield is TField of dataset in TComponent.Tag. How can I do this?
I am using ...
0
votes
1
answer
29
views
android studio activity xml(about tags)
The code worked well ,but it doesn't work now, even though it's the same code. I added and changed the codes of other files to use chaquopy. I got an error about tags.
I removed codes related to ...
0
votes
0
answers
41
views
two namespaces with the same value in advancedfileoutputXML Talend
I have 2 namespaces with the same value
xmlns:(default) with static value http://www.energistics.org/energyml/data/prodmlv2
xmlns:prodml with static value http://www.energistics.org/energyml/data/...
0
votes
0
answers
24
views
Specflow Scenario with Tag-Based JSON Data Management
My specflow scenario has 4 tags example @sanity-qa, @Regression-qa, @Sanity-Stg and @regression-Stg. Scenario example is below:
@sanity-qa
@Regression-qa
@Sanity-Stg
@regression-Stg
...