Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

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. ...
redoc's user avatar
  • 3,266
0 votes
0 answers
32 views

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" ...
angvillar's user avatar
  • 1,114
0 votes
0 answers
25 views

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 ...
Carlos C's user avatar
0 votes
0 answers
66 views

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. ...
frank-php's user avatar
1 vote
1 answer
114 views

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: ...
Denis Prot's user avatar
-1 votes
1 answer
121 views

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 { "...
Abdul Khadar's user avatar
0 votes
2 answers
175 views

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 ...
Tom's user avatar
  • 312
0 votes
0 answers
61 views

I'm trying to code the following from RFC 7906 using pyasn1: aa-keyAlgorithm ATTRIBUTE ::= { TYPE KeyAlgorithm IDENTIFIED BY id-kma-keyAlgorithm } KeyAlgorithm ::= SEQUENCE { ...
Andy Mc's user avatar
0 votes
0 answers
20 views

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 ...
bill z's user avatar
  • 23
1 vote
0 answers
36 views

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 ...
WhiskeyMistress's user avatar
0 votes
1 answer
58 views

/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": "...
Lydia Kirubai S's user avatar
0 votes
0 answers
99 views

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 ...
Spinarak's user avatar
0 votes
2 answers
125 views

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) ...
HackJack's user avatar
1 vote
0 answers
38 views

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 (...
P.Los's user avatar
  • 11
0 votes
0 answers
26 views

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&...
Renan Neves da Silva's user avatar
0 votes
0 answers
145 views

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 ...
Maria Lopez's user avatar
1 vote
1 answer
139 views

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 (...
txg's user avatar
  • 123
0 votes
2 answers
125 views

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 ...
user1605810's user avatar
0 votes
0 answers
55 views

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 ...
Junsu's user avatar
  • 51
0 votes
0 answers
111 views

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' ...
Giacomo Grandi's user avatar
1 vote
1 answer
67 views

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 ...
Moritz's user avatar
  • 17
0 votes
2 answers
59 views

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 ...
MedHome's user avatar
0 votes
1 answer
29 views

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 ...
LifeLove's user avatar
0 votes
0 answers
41 views

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/...
Mugiwara's user avatar
0 votes
0 answers
24 views

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 ...
KC2024's user avatar
  • 1

1
2 3 4 5
231