11,502 questions
0
votes
0
answers
5
views
Warning Message
My VS Code keep say this message after updating mt Vs Code "button[popovertarget]' is not supported by Chrome < 114.Microsoft Edge Tools "
3
votes
2
answers
60
views
Counting dynamically created HTML elements
I am trying to count HTML elements that have been dynamically created/deleted for sorting later on.
I have tried many different code solutions during my research, but not having much success. Maybe ...
1
vote
1
answer
60
views
Insert Dynamic files in sourcecode that will update before every build [closed]
I have some standard files with sourcecode that exists in almost every project I create.
This overcomes the burden of retyping lots of code, improves coding efficiency and ensures always the last ...
1
vote
2
answers
85
views
Is it possible to translate an input type="month" with i18next?
I am building a multilanguage platform with the Portuguese, English and Spanish languages using the Javascript translator library i18next.
The following image displays a portuguese activated input ...
Best practices
0
votes
1
replies
49
views
Terraform | Default tags at module level
I have a Terraform project for my AWS account. At the root, I have a set of modules, each representing a different project. I'd love to apply default tags to each resource, so I can easily propagate ...
0
votes
0
answers
74
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.
...
1
vote
1
answer
97
views
Why does Next.js middleware matcher fail with dynamic imports from a constants file?
I'm trying to use a centralized NAV_LINKS constant to define my protected routes for a Next.js middleware. The goal is to avoid repeating the route paths in both my component and the middleware config....
1
vote
1
answer
74
views
How to add further info (desc, image, date) to a tag list in Eleventy
I'm working on a portfolio using Eleventy,
I've created a pagination for the tags with the following code
---
pagination:
data: collections
size: 1
alias: tag
addAllPagesToCollections: ...
0
votes
0
answers
29
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 ...
1
vote
2
answers
79
views
Creating a dotted <hr> tag keeps a grey line through the bottom part of the dots
Simple question probably, I hope I didn't miss someone else asking this because idk how to explain it in coding terms honestly
Basically, I'm trying to learn basic web design through creating an indie ...
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
0
answers
24
views
Does GridDB Cloud support triggers or callbacks for real-time data processing?
I'm building a data ingestion pipeline with GridDB Cloud where IoT devices send temperature data every few seconds.
Once data is inserted into the container, I want to immediately trigger a function ...
1
vote
1
answer
128
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: ...
0
votes
4
answers
596
views
Enhanced Conversions Missing from GA4 Tag in Tag Manager
I seem to be missing the “Include user-provided data from website” option in my web GTM GA4 event tag. Other past checkboxes have disappeared too. Checking other Google Tag Manager containers, too, ...
-1
votes
1
answer
128
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
{
"...