Results for How to design an effective content localization strategy for global markets
I have an issue while selecting the object as value for Select component (Ant Design). This is what I'm trying to do import React, { useEffect, useSta...
https://github.com/KaanAlper/Discord-Card On desktop browsers I can use it up to 125%, after that the content disappears. In phone nothing is visible ...
I register global exception handlers like this: public void App_Startup(object sender, StartupEventArgs e) { if (Current != null) Current.Dispat...
I am getting data from an API and trying to get the content of a div by the ID ig-tooltip. I am however getting null when trying to print the value. C...
e.g MediaStore.Audio.Media._ID. The reason why Im asking is because Im reading music data and writing them into Room database. I dont want there to be...
I'm facing an issue with React Router where routes are not updating without a page refresh. I'm using BrowserRouter in my React app. The navigation wo...
I'm trying to add mermaid support in my Vue application Followed the steps as suggested here You can view the demo here Mermaid.vue template> div ...
Test-case is: Login Download the zip-archive Extract it (4 files) Validate fileContent inside them My failed code is: const decompress = require('de...
I am learning sqlite3 in Node.js and having problem with following code var sqlite3 = require('sqlite3').verbose(); var db = new sqlite3.Database('fir...
I have a rangepicker: RangePicker changeOnBlur={true} onChange={horas} disabledDate={datasImp} disabledTime={horasImp} placeholder={["B...
This is MDB bootstrap Code which i got. Link for the Code : https://mdbootstrap.com/docs/standard/extended/login/#:~:text=EDIT%20IN%20SANDBOX-,Registr...
I have created two apps, let's call them app A and app B. I want app A to provide data to app B via a custom provider. I wrote the code and it works f...
from bs4 import BeautifulSoup import re html_content = """div class='ui very padded vertical segment'> div class='ui basic clearing segment' style='ma...
I created a function in C to find the shortest path out of a triangle maze using recursion. I use 2 global variables in the function, which I want to ...
i wanted to add 3 category under /pages folder, each should have paginated data and i also prepared 3 folder in src/content so i can choose category p...
I would like a cell to start at the beginning of everything else I write such as E1 begins on everything i wrote therefore I would like to get: -Hello...
How can I simplify the code to include all functionalities in one script? Creating separate scripts probably doesn't make sense :) I would be very gra...
I am trying to retrieve the prices from the website https://app.evimdekipsikolog.com/. The prices are within "cards" within the following element clas...
I am new to material design and I am researching whether I can use Material Design 3 with Angular version 17. I have followed the steps mentioned in M...
I am trying to change the value of a global variable in a function, however this is not happening even when "global" is specified before attempting to...
I need to display the Json contents to the textbox from uploaded Json file. my HTML code, ="file" value="Import" name="myFiles" onchange="metadataFile...
I have 2 components GrillePratiques and GrilleExercices, they are children on AppLayout and I pass a state lastPratique from GrillePratiques to Grille...
I want to have a situation where I have the following elements: Left Sidebar Main Content Right Sidebar Extra Content What I am trying to accomplish...
In the following program, there is a global variable, a, that I want to check the number of references to at each of the points 1, 2, 3, and 4. import...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?