Latest Questions

Snyk False Positives for XSS in PHP

We've recently started using Snyk to perform code analysis, however have hit the stumbling block that the first scan is reporting many (>700) XSS vulnerabili

How to use custom labels from Django models.Choices field together with enum.auto?

Before Django v3.0 I used to use enum.Enum together with enum.auto (see reference) for my choices fields. The reason was mostly so I could use my enumeration cl

How to change storybook's stories folder directory?

I use CRA(typescript) and add storybook using under cli code $ npx create-react-app <project name> -template typescript $ npx -p @storybook/cli sb init --

Get_queryset() missing 1 required positional argument: 'request' when i'm trying to filter objects by logged in user

I'm trying to list all facilties owned by a user on a "facility list page" using the django rest framework and react. I tried the following to make this happen

Vscode randomly remove code when using format on save

I am using format on save feature in vscode for a while. And sometimes when i save, which invoking format on save, vscode randomly remove function and other sen

Apache beam blocked on unbounded side input

My question is very similar to another post: Apache Beam Cloud Dataflow Streaming Stuck Side Input. However, I tried the resolution there (apply GlobalWindows()

Pagination in PHP with N number of elements per page

I need a little bit of help. I have an XML file as a database. From it, I need to create a pagination with 25 elements per page with Next and Previous buttons,

'Product' matching query does not exist

this is the views code, the item is in the database but it still brings DoesNotExist, i have also tried get_object_or_404 im trying this url http://127.0.0.1:80

EF Core - ValueConverter or OwnedType for simple ValueObjects?

I use value objects to encapsulate validations like maxLength. This is an extract of a sample class without factory method and validation: public class CallingN

How to set outlook addins pinned right away?

I set the SupportsPinning to true for outlook addins by modifying the manifest file as shown below. This allows the pin icon available. By default, the Pin is

Docx to pdf in Microsoft Graph Api failing with error "WordCantOpenDocument"

We are doing a docx-PDF conversion by uploading a Word-document(docx) by first uploading it using the large document upload in Microsoft Graph API (link) and af

How to fit a img wholly into a div so that I don't see a background color?

A white background can be seen at the bottom of the div, can this be fixed? .flexbox-item_one { display: inline-block; width: 200px; margin: 10px; b

Is it possible to extend pydantic models generated using datamodel-code-generator?

I am using the datamodel-code-generator to generate pydantic models from a JSON schema. Here is the JSON schema used. And the generated models after running the

Specify Image Size With .htaccess

I want to be able to add some code to my .htaccess file that allows me to generate differently sized images by adding "?w=100&h=100" after the URL. Does any

Here Navigate SDK Issue - "These credentials do not authorize access"

I am trying to migrate my project from Premium Sdk (Android) to Navigate Sdk Edition (Android) , but I have an issue when I am trying to load map scene (Normal_

LINQ select column that contains some array element

I have a field "details" varchar(MAX) in my table with the detailed description of an item, I need to select the records that contain the keywords passed by the

Why can't I set the text color of this span element to white

Simply put, I want to change the color of the first two texts of each line to white, but it doesn't work anyway. It is as if the span elements generated by js c

Is there a way of displaying 2 input for QR code in android

So I’m creating an android app for queuing and it uses a QR code for reference and when scanned should display date and time of the chosen schedule but my

How to remove constant prefix and suffix character [duplicate]

I have a data frame where numeric data is stored in String with some Prefix character which I need to remove. On top of this it has double quo

Python Tweepy - limit doesn't work properly

i am trying to scrape data with Tweepy, but i find out, that the limit is not working properly and i don't know, why. user = 'LudekStanek' limit = 1 api = tweep

javascript plugin to display calendar

I am trying to find a package that i could install that would just display a view of a calendar as follows I dont need to add an event or anything i just solel

I confuse convert Tradingview Strategy to study strategy.position_size and strategy.position_avg_price to study

I try to convert Strategty to study I don't know it right? if Long strategy.entry("L", strategy.long) if Short strategy.entry("S", strategy.short) I c

TextBox Stylings when Focused - WinUI 3.0

Similar to UWP TextBox Background when Focused I am attempting to set some application-wide style guides for Focused TextBox elements in my application. My prob

How to group column which respects certain conditions

I try since this afternoon to group column which respects certain conditions. I giva an easy example, I got 3 column like it : ID1_column_A ID2_column_B

How to use Kotlin generics to access same fields in sibling classes

data class Type1(val str: String) data class Type2(val str: String) interface Person data class Child1(val name: Type1) : Person data class Child2(val name: T

I want to display a list of products with details dynamically with jspdf-autotable in angular using only typescript

this is what i have as default for my jspdf autoTable(doc, { head: [['Product', 'Quantity', 'Discount', 'Prix']], body: [ ['product1'

What does a zero value coalesce function do?

I have been exploring dbt tools and I came across the following code snippet : coalesce(customer_orders.number_of_orders, 0) as number_of_orders I understand th

How to upload a 62 GB datasets to google colab

I am new to processing large datasets, new to google colab. I have a 62 GB datasets and I zipped it uploaded it to the Files section of google colab. Before upl

Duplicate letters in wordle

For a school project I have to create a wordle in Python. The program I created compares the letters of the target word and the guessed word. An example: the ta

Convert xls to xlsx with excess headers

junior dev here. Goal: Using python, convert file type from xls to xlsx that contains a clean header. Desired header: My attempt: My first attempt was to use w