Quantcast
Channel: Recent Questions - Stack Overflow
Browsing all 12111 articles
Browse latest View live
↧

Pest doesn't parse a recursive grammar as I would expect

I'm using the pest crate to implement a recursive grammar in Rust:id = _{ ASCII_ALPHA_LOWER ~ (ASCII_ALPHANUMERIC|"_")* }integer = _{ (ASCII_NONZERO_DIGIT ~ ASCII_DIGIT*)|"0" }real = _{ ((integer ~ "."...

View Article


onbeforeunload not working in codeigniter

I have very simple code just to show a warning before page refreshed. The code uses Codeigniter as a framework (not sure if Codeigniter is related to the issue). I have a view file (test_v.php) with...

View Article


How to calculate tax in python?

I need to write a function compute_tax(money_list) that calculates the total tax for a given list of financial amounts. The rich (200 money and more) pay a tax of 20. Those who are not rich, but have...

View Article

AttributeError: 'VectorStoreIndex' object has no attribute 'documents'

I am building my first chatbot trained on my database. I've stucked and can't move forward with the last part of my code :( My code looks as follows:import osfrom llama_index import...

View Article

x86 BIOS stage 1 boot code halting after loop from interrupt

I have some x86 BIOS boot code (16 bit real mode):org 0x7C00 ; tell compiler where we are located in memorybits 16 ; tell compiler that we are in 16 bit mode%define ENDL 0x0D, 0x0A; FAT12 headerjmp...

View Article


WINUI3 Packaged App: Copy folders/files during installation locally

I have the following problem. I have a packages winui program which should open a CANoe config when a button is pressed. Behind this CANoe config there are other SubFolder/Files which are also...

View Article

Image may be NSFW.
Clik here to view.

`UPDATED CODE BELOW` cannot drag boxes in calendar weekly column

UPDATED CODE BELOW:My problem is when I try to drag and drop the box from one calender date to another lets say I have data in tuesday 12th march t1 and I want to drag it to t3 it shows stop sign and I...

View Article

Presence of folders after windows 10 fresh install

I had a malware on my computer, so I did a disk format and a fresh install of Windows 10.After the OS installation completed, I can see hidden folders under my user repository and they all give me...

View Article


Tensorflow crashs RStudio

I'm new with Deep learning plataforms and want to learn some in R, that the language I already work. I bought the book "Deep Learning with R" by François Chollet and am doing the step-by-step start.I'm...

View Article


How to produce Antiforgery Token in blazor Server and blazor WebAssembly in...

As our application is crossed from the Coverity Scan , there was an high impact in the application says that the CSRF attack is found. In order to prevent CSRF attacks I tired to implement the...

View Article

How to find the bottom coordinate of contents end using iText 7 in Java

So in our Signature service we had a portion where we have to determine the documents content ending position so that we can put the stamper below the content of the whole document (Basically from the...

View Article

Program using Atomic Variable gets stuck unexpectedly

I have a program utilizing a thread pool and atomic variables for synchronization within an event-driven architecture. However, it appears to get stuck unexpectedly under certain conditions, and I'm...

View Article

Trying to run a procedure inside After insert trigger , even though procedure...

Inside the trigger ,I'm trying populate multiple tables and trying to get start and end time of each table population , when run normally it takes 4 mins to populate table so start and end time has 4...

View Article


Image may be NSFW.
Clik here to view.

Microbit: Sprite does not move

I'm making a game where player 1 has to dodge the boulders that player 2 throws at them. Player 2 automatically throws a boulder if there is not a boulder already on the screen. The problem is that the...

View Article

Image may be NSFW.
Clik here to view.

Fix overlapping between Container `Text` and Container Form

I cannot make padding between ContainerTextFormFiel and Text. It become overlapping like this image..And this my problem code@override Widget build(BuildContext context) { return Scaffold( appBar:...

View Article


I want to save my notes in database but when I click submit it says database...

InvalidArgumentException: Database connection [monmatics_development] not configured. in file C:\xampp\htdocs\app\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php on line 161I am...

View Article

Transform object key names with numbers into array

I have this object:{'categories[0].alias': 'gyms','categories[0].title': 'Gyms','categories[1].alias': 'healthtrainers', 'categories[1].title': 'Trainers','location.display_address[0]': '360 Hampton...

View Article


One day difference in Converting Gregorian to Hijri date using...

I am trying to convert Gregorian to Hijri date using Intl.DateTimeFormat, But every time it converts one day ahead. For example today is 11 Ramadan but every time it results in 12 Ramadan.I have tried...

View Article

SharePointOnlineCredentials

I am using .NET 8.0 C# for connecting to SharePoint. I am getting an error:The type or namespace SharePointOnlineCredentials" could not be found.I have added NuGet packages but still I am getting this...

View Article

How to distribute n cases by row in a group in a data frame from another...

I have one dataframe with the amount of cases I want to add to the rows of a data frame. This is the data frame with the cases to distribute:groups <- data.frame(Id = 1:5, Cases_num = c(6, 3, 8, 20,...

View Article
Browsing all 12111 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>