Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
95 views

I'm building a Flutter app and encountering a build failure related to Android dependencies. ❌ Error: Execution failed for task ':app:checkDebugAarMetadata'. A failure occurred while executing com....
Hammad Khan's user avatar
2 votes
1 answer
191 views

I'm trying to dynamically convert a large batch of country ISO codes (taken from a set of files in a directory) to the names of their respective countries using the built-in Intl library. However, the ...
mOctave's user avatar
  • 123
0 votes
0 answers
71 views

I'm working on an application that uses lancedb's Rust crate for storage. I'm saving dates as unix integers, but LanceDB formats them as iso strings with a trailing decimal... sometimes. Last Read: &...
Andrew's user avatar
  • 642
0 votes
1 answer
109 views

So the send_reqa is working fine but not clrc_reqb. The RF field is on but no card detection. The chip is an clrc663 connected via spi to an nrf chip. The registers and values are taken from NXP who ...
opiwan's user avatar
  • 1
0 votes
0 answers
23 views

I need help understanding the information found on Phoenix's Gettext documentation and Phoenix's Plural documentation. I understand the default is the two-letter ISO 369 language codes, but it doesn't ...
buddingprogrammer's user avatar
0 votes
2 answers
72 views

I creating chatbot app, and i have a problem with listview when i send message listview scroll only to certain point but should to the end. import 'package:ai_language_learning_app/features/chat/...
Mateusz Grześków's user avatar
-3 votes
1 answer
94 views

I am aware of ISO 8601, which I believe defines a format for exchange of string formatted timezone aware datetime values with a precision of either seconds, or milliseconds. The milliseconds component ...
user28464084's user avatar
2 votes
1 answer
91 views

Short question: What is the most efficient way to check whether a .TXT file contains only characters defined in a selected ISO specification? Question with full context: In the German energy market ...
Merlin Nestler's user avatar
0 votes
0 answers
80 views

I am following the instructions in https://github.com/tilln/jmeter-iso8583 for setting up the field 55 field 55 with ICC/EMV data in BER-TLV format can be defined as in the following example: Field ...
karthik110885's user avatar
1 vote
3 answers
67 views

I'm trying to have a footer Widget align to the bottom of the Drawer but still not working Drawer Header and a list at the top of the Drawer. Here's what I'm trying: //drawer class class ...
Aouiche Redouane's user avatar
4 votes
1 answer
322 views

I thought the official C++ standard was 2023, but according to https://isocpp.org/std/the-standard it still points to 2020. Is this just an oversight of that document? It seems to be an authoritative ...
Moop's user avatar
  • 3,621
0 votes
1 answer
110 views

We're working on system backups and want to use ISO 8601 dates on media labels. We're at a tossup between whether or not a date like 2024-01-11 is using local time or UTC (which is not local in our ...
leetbacoon's user avatar
  • 1,377
0 votes
1 answer
235 views

I'm developing an OS and have been using a BIN file that contains both my bootloader and kernel. I’ve been running the BIN file using QEMU with the -drive option, and everything works as expected. ...
Ioane Baidoshvili's user avatar
1 vote
1 answer
52 views

When I input data such as : Œ, œ, Ÿ, … , €, ≤, ≥, ∞, ≈, ≠, – , — , ‐ , ‑ , ‹ ›, “ ”, ‘ ’ And then try to access data from the $_REQUEST['some_value'] I get this as my output ¼, ½, ¾, … ,...
Joshua Juan's user avatar
0 votes
0 answers
35 views

I see that there's a security requirement in some audit systems that says "the user cannot change the password to a similar string". For example, simply changing 123456 to 123456! should not ...
Terry Windwalker's user avatar
0 votes
1 answer
348 views

I am working on a project where I need to open an existing ISO file, add a specific file (e.g., an XML file) to it, and then save the updated ISO image. I've been using the DiscUtils library to read ...
Maurice Moss's user avatar
0 votes
2 answers
76 views

I have a dataframe with a column in it - date_col 2024-05-12T17:46:50.746922-07:00 2024-05-12T17:31:35.438304-07:00 2024-05-12T17:46:50.642095-07:00 2024-05-12T17:02:02.299320-07:00 I tried below ...
emiley mille's user avatar
0 votes
1 answer
157 views

The code below is a copy of an online resource about nested structure in C. The program defines 2 structures, "Organisation" and "Employee", then in main function an object of &...
taku1029's user avatar
0 votes
0 answers
118 views

I am using knex.js with a postgresql database. I am looking into replacing moment.js with date-fns in my codebase and I am running into a really odd situation with the formatting of queries. We are ...
Manny42's user avatar
  • 668
2 votes
1 answer
115 views

In the ISO/IEC 7185:1990(E) Standard Pascal specification, in Clause 6.9.1 for the procedure read, subsection "a)" reads as follows: a) For n>=1, read(f,v1,...,vn) shall access the ...
James Georgas's user avatar
1 vote
2 answers
383 views

I am trying to mount iso file with python on Windows 10. Here is the code: import ctypes from ctypes import wintypes ByteArray8 = wintypes.BYTE * 8 src = r'F:\Backup\ubuntu.iso' class GUID(ctypes....
JW Liao's user avatar
  • 13
1 vote
1 answer
59 views

ISO 5234 says: https://datatracker.ietf.org/doc/html/rfc5234#section-3.2 Elements separated by a forward slash ("/") are alternatives. Therefore, foo / bar will accept <foo> ...
postelrich's user avatar
  • 3,526
3 votes
2 answers
790 views

Addind the AppIntent of my app as AppShortcuts to the Shortcuts Apps was easy. This only required an AppShortcutsProvider. However, I am confused how the AppShortcuts are shown in the Shortcuts App. ...
Andrei Herford's user avatar
6 votes
3 answers
415 views

I am trying to parse out ISO/IEC 14496-12 based files (essentially MPEG-4 movies). There are a few boxes are not in the standards (or on the MP4 Registration Authority lists), but are in real-world ...
BradHards's user avatar
  • 702
0 votes
3 answers
161 views

I know that in modern C when we declare a function that has no parameter we must specify the void keyword like : int fx(void); However I have some doubts when it comes to function definitions. For ...
alessio solari's user avatar
0 votes
0 answers
57 views

I am working on an application which saves events to a NoSQL database which is separated into collections using the year, week and day of the event. The events are saved in such a way that all events ...
Tech's user avatar
  • 155
1 vote
0 answers
378 views

I found qsort_s function in C Refenence, which can provide a another parameter, which offers context information, to the compare function that compared to the qsort function. However, the signature of ...
ISDHN's user avatar
  • 11
0 votes
1 answer
188 views

Here is the question: Define a function lookup_country_iso_codes which returns the 2-digit and 3-digit ISO country code given the name of country, based on countries.json in working directory. def ...
a951443's user avatar
0 votes
1 answer
214 views

here is the result screenshot i got when I step through the process of downloading the iso file of win 11 in the official ms website please help me out downloading the file. it seems the link to the ...
Jemal Muhammed's user avatar
0 votes
1 answer
69 views

I'm trying to make a simple application. The SENSOR_SENSITIVITY and SENSOR_EXPOSURE_TIME settings are not applied when capturing. `cameraManager.openCamera(cameraId, object : CameraDevice....
Vova2124's user avatar
0 votes
4 answers
2k views

I try to make build on iOs with Unity. But has problem with Branch.io and (Header.h in xCode) file. To resolve dependencies, it is suggested to use External Dependency Manager. It runs the cocoapods ...
Lazarev Sergey's user avatar
1 vote
1 answer
160 views

I am using isobmff library https://github.com/MPEGGroup/isobmff. My Goal is make m4v file. I Know How to make mp4 and fmp4 using this library. But, I do not know how to make only m4v(moof and mdat box ...
Kundera's user avatar
  • 315
5 votes
3 answers
362 views

It is well known that in each of the C and C++ standards there were "blind spots" that did not describe certain cases in well-formed programs. It is obvious that in non-formal descriptions ...
cher-nov's user avatar
  • 748
1 vote
1 answer
740 views

I am making a mobile application in flutter and ran into a problem. In my app, you need to be able to scan an NFC chip using the phone's scanner. It works fine on Android, but when I try to build it ...
maybrother's user avatar
0 votes
2 answers
319 views

I have a .NET 6 application. I am trying to run this code: using System; using System.Text; using System.Globalization; public class Program { public static void Main() { ...
manymanymore's user avatar
  • 3,314
0 votes
1 answer
188 views

I'm working with gtap data and would like to combine it with other datasets. I am trying to find a way to use country ID's/codes, and it seems one option is to use the R package countrycodes. However, ...
MoonS's user avatar
  • 185
2 votes
1 answer
585 views

I am trying to convert a fingerprint image with format jpg to a template using the library SourceAFIS https://sourceafis.machinezoo.com/ But I am receiving a few bytes that doesn't look like template (...
Nadin Martini's user avatar
0 votes
1 answer
227 views

A lot of books say that it is safe and the ISO goes "A pointer to void may be converted to or from a pointer to any incomplete or object type. A pointer to any incomplete or object type may be ...
alessio solari's user avatar
1 vote
0 answers
36 views

from datetime import datetime, time from zoneinfo import ZoneInfo time(8, 37, 9, tzinfo=ZoneInfo("UTC")).isoformat() # '08:37:09+00:00' datetime.utcnow().isoformat() # 2023-07-13T08:37:09....
Mathieu B.'s user avatar
1 vote
0 answers
126 views

I am working with the Airline Routes endpoint (/airline/destinations) of the Amadeus Self-Service API and want to figure out what the possible values for the regionCode property are to be able to ...
Daniel Bil's user avatar
3 votes
1 answer
211 views

The paragraph in question: A program may end the lifetime of any object by reusing the storage which the object occupies or by explicitly calling a destructor or pseudo-destructor (7.5.4.4) for the ...
Ivan Lazaric's user avatar
1 vote
1 answer
363 views

I have this requirement where I am trying to build SQL queries on teradata and pull XML attributes/element data. The dataset I am working on is a swift iso payment xmlsnlike PAC04,PACS08,etc. I looked ...
NishantM's user avatar
  • 171
0 votes
2 answers
175 views

I'm trying to make a code that will eject the dvd drive created when an iso file is opened on windows 10. I would prefer it based on the name of the iso file, but I can also use drive letter if ...
Agent859's user avatar
1 vote
0 answers
253 views

I have a script that mounts an ISO file does some work and later unmounts the same ISO file. I'm interested in running multiple instances of this script in parallel on the same machine. Currently, to ...
eli's user avatar
  • 11
0 votes
0 answers
212 views

I have been practising Excel as I have been applying to apprenticeships. During this task I've been trying to figure out how to use string manipulation to convert each date column (I2 and K2) to ISO ...
Bobby's user avatar
  • 1
1 vote
1 answer
958 views

I am trying to parse string "2023-05-10 09:41:00" to LocalTime using java.time library. When I try LocalTime.parse("2023-05-10 09:41:00", DateTimeFormatter.ISO_LOCAL_DATE_TIME) I ...
mars8's user avatar
  • 1,356
0 votes
1 answer
149 views

I'm using Base24 channel in my jpos and I want to add extra characters after my trailer can anyone share your thought how to add it.
kishore's user avatar
1 vote
0 answers
548 views

I am currently implementing an EMV transaction and have encountered an issue where my Second Generate AC command is returning a "6A86" response code when called immediately after a ...
Lilvinco's user avatar
  • 157
0 votes
1 answer
412 views

I have a dataset with a variable with a date ISO and I need to compare it with another date to calculation duration. | ID | startdt | enddt | -------- | -------- | | US12 | 2012-05-01T14:34-...
edc2sdtm's user avatar
0 votes
1 answer
696 views

I have been tasked with implementing a CRC using Java. I wasn't given a specs to follow, but I am following this PDF: https://cdn.standards.iteh.ai/samples/6904/2c02d323a7ae41838de8b8b806cf3725/ISO-...
AliasDan's user avatar

1
2 3 4 5
22