Latest Questions

Symfony / twig - Form with master-detail in it .. How to?

I'm coding a master detail page with Symfony 5 and twig I have table product, and another options When I create a product, I want to ask for name and have to ch

How to use Mono<Boolean> in if else conditional statement?

I am using Flux<Document> in reactive, so as to make my Rest Service reactive. I am returning ResponseEntity<Flux<Document>> as response to my

How to set download url in a table row

I've this javascript function that takes the ajax call's result and build a html table with it. This table rapresents list of reports. Each row of a table is co

How is it possible to create a circle in CSS that always keeps the same size?

I have the problem that I have a circle that adjusts according to the content of the text. However, I would like the font size to adjust to the circle and not h

View resizing when hiding tab bar with Introspect in SwiftUI

I'm using Introspect to hide the tab bar on child navigation link pages. However, I've noticed some odd behavior when the app is backgrounded and then brought b

How to avoid the string NA from being interpreted as nan when using load_dataset

I have looked at it a number of places in the process. With panda beforehand I create a csv file and there are cells that contain the string NA which is meant

QUnit - Testing functions of files besides formatter.js

The example given by UI5 of testing the formatter functions i.e. // Assert assert.strictEqual(fnIsolatedFormatter("A"), "New", "The long text for status A is co

Regex for double quotes inside string

A follow up to my previous question here. I realize I need to be more specific regarding my regex case to get an answer that works for my case. I am fighting w

How can I attach a persistent EBS volume to an EC2 Linux launch template that is used in an autoscaling group?

To Clarify my Autoscaling group removes all instances and their root EBS volumes during inactive hours, then once inside active hours recreates and installs all

join(): Argument #2 ($array) must be of type ?array, string given

So I am a beginner working on a project with symfony 5.2 project with php 8, and I have been trying to run this command symfony console doctrine:fixtures:load

How to create drawable/bitmap with a nested image which has one corner out of the circle background?

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

Draw a horizontal line in Pine at trade entry

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

Buffered reader does not flush characters to buffer when reaching EOF

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

Create and retrieve documents from IBM BPM document store using a service without any UI

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

TypeError: 'type' object is not subscriptable during reading data

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

Solidity bug hunting

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

Do I need to train on my own data in using bert model as an embedding vector?

When I try the huggingface models and it gives the following error message: from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pre

Send Git commit message to slack channel after successful build in Jenkins

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

How to conditionally format cells in Excel by group?

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

EF Core group by date and count value for previous dates

I have a table like Date Balance A Balance B --------------------------------- 2022.03.01 100 200 2022.03.01 200 500 2022.03.02 300

Make a clone of html element in _hyperscript

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

Webos clear localStorage when uninstall

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

Git pre-merge-commit hook : How do I ignore a file during a merge?

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

Conditional testing in Cypress - check if cy.xpath-element has class value

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

useSelector doesn't update value in Next.js

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

Postgresql error 53300 even though there are fewer connections than maximum allowed

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

Finding documents that fit json input in mongodb

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

How to target each page of the pagination for adding an event in Vuejs?

< script > export default { data() { return { perPage: 3, currentPage: 1, items: [{ id: 1,

Error inflating Class Fragment in Recyclerview with Navigation Activity

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