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

In the first code example, there is a crossfade animation that happens between changes. import sys import gi # Require specifically GTK 4.0 and Adwaita 1 gi.require_version('Gtk', '4.0') gi....
person's user avatar
  • 109
Advice
0 votes
0 replies
19 views

I read that from Odoo v.17 onwards, CSS files should be listed under the assets section of the manifest file, like so: 'assets': { 'web.assets_backend': [ 'mydashboard/static/...
iSofia's user avatar
  • 1,577
1 vote
0 answers
67 views

<line fen="rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"> <move m="e4"/> <move m="e5"/> <move m="d4"/> <...
Ildar's user avatar
  • 11
0 votes
3 answers
82 views

I used to have simple classes like below: public class Product { public Money Price {get; set;} } public class Money { public decimal Amount {get; set;} public CurrencyEnum Currency {get;set;...
Ceres's user avatar
  • 73
1 vote
0 answers
22 views

I want part of the hand to remain on the non-main side of the hand. The documentation on Android Developer suggests the following: Specify the pivot point Each of the hour, minute, and second ...
MrStickyPiston's user avatar
0 votes
0 answers
39 views

Project is using XML / Kotlin. Issue is with a nested scroll view or perhaps screen management in general. NestedScrollView Child 1 (hidden) Child 2 Child 3 Child 4 (screen is here) Clicking ...
Joseph Coleridge's user avatar
-3 votes
0 answers
51 views

I have an IICS CAI process that calls an API. I need to log what the request was in the case of an error. I can get the headers one at a time using Xquery "request:getHeader('header name') but ...
Macrus's user avatar
  • 63
0 votes
0 answers
43 views

Fixing "Incorrect reference digest value" in SOAP XML WS-Security with node-soap Problem I'm experiencing an intermittent issue with SOAP XML requests to an external service using the node-...
Hank Mason's user avatar
Advice
1 vote
3 replies
71 views

I have a task to split an XML that I'm receiving using XSLT. The input XML is formatted as follows: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <...
user3523332's user avatar
1 vote
0 answers
63 views

Im having an issue where attributionTag not declared in manifest of com.my.package is appearing in my logcat when i play audio using the MediaPlayer. Based on the Android documentation and other ...
Tennis Heal's user avatar
0 votes
0 answers
72 views

I have an xmldoc with an SVG element that I am trying to pre-process and clean up to do some things. The actual file has several thousand elements, and I want to remove the ones I do not want in the ...
lukehawk's user avatar
  • 1,523
0 votes
1 answer
173 views

I want to download the tar.gz files from this NOAA (NCEI) data source: https://www.ncei.noaa.gov/oa/local-climatological-data/index.html#v2/archive/ Normally, I can do something like this to get the ...
user8229029's user avatar
  • 1,214
1 vote
1 answer
50 views

What is the role of the Gnumeric <gnm:position> element here?: <gnm:Names> <gnm:Name> <gnm:name>⋯</gnm:name> <gnm:value>⋯</gnm:value> ...
Luc St-Louis's user avatar
1 vote
1 answer
62 views

I’m trying to programmatically modify IBM DataStage jobs to add a new database connector stage in parallel to an existing Database stage. Here’s my workflow: Export a job from DataStage Designer as ...
techguy11's user avatar
7 votes
3 answers
181 views

I am working with XSLT 1.0 through a Java project, and I am unable to update to 2.0. I am attempting to write a Parent template that should call within it a Child template. I wish for the Parent ...
Marco Flavio Farella's user avatar
1 vote
0 answers
46 views

when I call xml.MarshalIndent() in Golang, it produces XML structures like these: <Screen id="Screen1"> <Label id="Label1" Text="First number: "></Label&...
KUMARASWAMY B.G's user avatar
1 vote
0 answers
61 views

I'm trying to make a Spring Boot 1.5 project to use the embedded Tomcat Server it can come with. The project is configured for Tomcat 8.5, with a META-INF/context.xml, WEB-INF/web.xml and a specific ...
Shifa's user avatar
  • 1
0 votes
1 answer
80 views

I'm using "Odoo 16.0+e (Enterprise Edition)" and I premise that I'm not a software engineer but in the past I successfully managed to modify the Qweb code that generates the invoices and the ...
Emanuele's user avatar
0 votes
0 answers
50 views

I want to study how beans are created when beans.xml file is parsed. Given following codes beans.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:sec="http://...
190303458's user avatar
-1 votes
1 answer
66 views

Input XML <tns:ipartycredit> <ns3:crPtyRole>ACWINS</ns3:crPtyRole> <ns3:crPtyRoleIndicator>R</ns3:crPtyRoleIndicator> <ns3:crPtyInformationTag>57</...
user11303439's user avatar
1 vote
2 answers
133 views

I have a playbook in Ansible that will allow me to identify a specific set of firewalls, and then update them to a higher version of software. However, I need to take the existing output of my API ...
Moridn's user avatar
  • 51
0 votes
0 answers
34 views

Anyone know a bit on .btx (Bluebeam toolchest) file syntax ? I noticed it's XML based and the values are zlib encoded. So i'd like to understand how the syntax is built
Cyberflow's user avatar
  • 1,305
1 vote
1 answer
105 views

I am trying to understand why my data is repeating Clinical Content in the output. In the xslt I have a for-each select="//EmailMessageModel so it shouldnt repeat that data because it is in only ...
Jefferson's user avatar
  • 121
0 votes
0 answers
70 views

After updating the project, the build on Windows fails on the :app:mergeDebugResources task: Execution failed for task ':app:mergeDebugResources'. > Resource compilation failed (Failed to compile ...
Gamer For Hour's user avatar
0 votes
1 answer
67 views

I have this TextInputEditText in which the cursor remains visible even when I tap somewhere else on the screen. Is there any way to make the clearFocus() applicable for whole screen? <com.google....
Sushant Kumar's user avatar

1
2 3 4 5
4298