I need to create smth like below. Image should be nested inside the circle background and one of the corners should be out of this circle "pocket". I think we n
There is a simple script on Pine. When executing strategy.entry, I try to draw a horizontal line at the level of the trade entry price. The only way I found to
I have a buffered reader using read(buffer, off, len). The reader is reading a txt file into a buffer of 2048 characters. It reads and prints whats in the buffe
My BPM application doesn't have any UI as it is used by an external system. The external UI will need to invoke the service(s) in BPM that can store and retriev
I'm pretty new importing data and I´m trying to make def that reads in the presented order. The error is in the fuction, not in the data. def read_eos(fil
I've got a piece of code below that attempts to implement a two-player game (with a wager on the line) of Tic-Tac-Toe, also known as Noughts and Crosses. It is
When I try the huggingface models and it gives the following error message: from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pre
I have setup Jenkins for CI/CD. I am able to make successful build using git. After build is successful I upload the artifact to dropbox and once that is comple
I have a spreadsheet of identification numbers, and various results for each. I used a couple formula to see if the subject passed or failed any of a set of cri
I have a table like Date Balance A Balance B --------------------------------- 2022.03.01 100 200 2022.03.01 200 500 2022.03.02 300
How to make a clone of html element in _hyperscript? For example, I want to see a copy of a button after clicking on it. Something like: <button _="on click
I'm developing a webOs app with vanilla JavaScript. The app don't pass the LG QA processing because when uninstall the app and install again the keep users toke
Context I'm working in a complex git flow where some specific branches get specific submodules and some specific config files that require to be committed, but
What I want to do: I want to click a button. Then some element expands, and the button class name is changing. I only want to expand the element if not done yet
I have a problem, createAsyncThunk function makes request to server (axios) and then get data, after that extraReducers handle builder.addCase in it and makes s
I'm using npgsql on my ASP.NET application to connect to a postgres database. On trying to open a connection, I get the following error: 53300: remaining connec
I'm trying to do a write statement that finds all the documents that fit the JSON data fed through a form. Here's an example of what the JSON looks like. I crea
< script > export default { data() { return { perPage: 3, currentPage: 1, items: [{ id: 1,
I'm making an app that uses Android studio to write and call messages. This error message appears during the process of inflating the recycler view into the fra
Create table TechM ( id int ) ; select * from TechM insert into TechM values (1), (1), (1), (2), (3), (null) ; Create table TechN ( id int ) ; select * from Tec
Sometimes happen that randomly and only in Firefox my endpoint fails because the XSRF-TOKEN doesn’t match the request XSRF-TOKEN Cookie due to the fact th
I'm trying to create a script using python that separate 2 kind of websites , the one with SPF included and the others with SPF , and classify them using python
Using a copy data activity I want to upload files to an SFTP service, but receive the following error message: I can upload files via a simple linux sftp clien
I am beginner to development in sitecore using Helix Design Principle i started with blank project and added one feature in feature layer and one layout in proj
After updating node, I started receiving the following error: custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang I am not unders
When i access my website: https://antwoorden.alpacapanel.eu/ i see everyting fine but when i click on one of the buttons it won't show the file that the button
I updated to Android studio Bumblebee 2021.1.1 , the gradle.settings(Project) file structure changes, How can I add the dependencies and classpath for hilt or
I am trying to add a background color to my shopify slideshow section but it doesn’t work. I have tried to add a new div: <div style="background-color:
When reading NfcA tags, I found that some Android models (e.g. Samsung S8) requires me to explicitly send out RATS before SELECT and to send any I-blocks, the b