Skip to main content
0 votes
1 answer
73 views

nodejs: 24.7 jsdom: 26.1.0 Basically, I want to create a selector, that would exclude nested elements - it should find only elements at the first level of nesting. I have this: it('Test selector non-...
Łukasz Zaroda's user avatar
3 votes
1 answer
88 views

I have a table header element: <th><input type="image" src="../../..//images/icons/cell_state_header_icon.png" onclick="javascript:__doPostBack('ctl00$left_pane$...
robm's user avatar
  • 1,217
0 votes
0 answers
36 views

I am trying to create a selector. I can 't find here https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/software-broker/config/index.html#/ how could I add a selector to a queue....
João Reis's user avatar
0 votes
1 answer
32 views

In the Z3 SMT solver, consider a datatype of the following form, where the 'time' selector is shared between two alternatives in a datatype (the two selector functions extracting the time have the ...
Klaus Havelund's user avatar
0 votes
3 answers
81 views

I am working with React and CSS. I wanted to set "background-color":"yellow" on selector 2 (tr#selector2), if selector 1 (div.selector1) is having "show" class: div....
sunil's user avatar
  • 163
0 votes
1 answer
64 views

li:has(>label) { background: #0c0; } li~li:has(>label) { border: 4px solid #c0c; } <ul tabindex="-1"> <li><input type="radio"/ name="r6a" id="r61a" value="6....
rhavin's user avatar
  • 1,804
0 votes
1 answer
97 views

I have to design a server with 3 main thread pools in order to read the data, process them and output the results to the client. I code like this but it always notice this kind of bug: java.io....
allmight's user avatar
-2 votes
1 answer
81 views

DOM snippet ul.this>li>ul ->match ul.this>li>div>ul ->match ul.this>li>div>div>ul ...
rhavin's user avatar
  • 1,804
0 votes
0 answers
51 views

Have a entity collection and subscribed in the component.entity collection will be updating frequently by websocket message. In the component item on the list can be selected by check box.Whenever ...
Aneesh mattannur's user avatar
0 votes
1 answer
42 views

The timer label doesn't show up after I checked the countdown, here's the HTML structure and the CSS: details { display: flex; /* Use flexbox layout */ flex-direction: column; /* Stack ...
Dzadafa's user avatar
  • 25
0 votes
1 answer
48 views

I have a situation where I need to write urls with and without selectors seperately. for example the URI /feeds/mydata.json should go to /content/feeds/mydata/app.json the URI /feeds/mydata.sale.json ...
Vishal--JAVA--CQ's user avatar
0 votes
1 answer
317 views

When trying to construct a list from a selector, I use the following code: tgb.selector(value="{countries}", lov="{all_countries}", multiple=True,dropdown=True) where 'countries' ...
Alan Jones's user avatar
0 votes
2 answers
471 views

As the xpath plugin is deprecated in cypress. It is becoming difficult to find the locator without xpath in angular based web applications. Has anyone found some alternative to xpath plugin on ...
Balaji R's user avatar
0 votes
0 answers
39 views

I'm new to Java NIO. Here is a toy tcp server I wrote. The problem is that a readable selectionKey is always available in the selectionKeys of the selector even after I remove it from the selectedKeys....
Ethan Tan's user avatar
0 votes
0 answers
37 views

I get the error in console "The selector "app-gif" did not match any elements" Any ideas what should i change or do? This is gif.component.ts // gif.component.ts import { Component,...
beqa's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
260