Questions tagged [livewires]

LiveWires is a Python package designed to be used as part of the "LiveWires" programming course, a course intended to teach Python to young, first-time programmers. LiveWires might also refer to the course itself.

LiveWires is a Python package designed to be used as part of the "LiveWires" programming course, a course intended to teach Python to young, first-time programmers. It is built on top of and .

The LiveWires package is licensed under the

91 questions
1
vote
0 answers

Trying to stop sprites in game from getting stuck on each other

Just what the title says...the ball sprite will often collide and ghost through the paddle and alien sprite causing it to stall or get stuck. Trying to figure out a way to fix this so the game operates better. This is my only attempt at making a…
karec__10
  • 23
  • 5
1
vote
1 answer

Pygame and Livewires button press not working?

so in my menu in a game I'm creating a picture is displayed which shows how to play the game, and I have some code so that when the player presses the b button it returns to the main menu, but this doesn't work, can someone help me please? def…
Callum Houghton
  • 115
  • 1
  • 10
0
votes
1 answer

Can we load Livewire Component on clicking some button?

I have a Livewire component with a button, and I want to append a form (i.e another livewire component) by clicking that button. Like we do that by using ajax, requesting to the backend to load HTML and append with jQuery. So question is, can we do…
mrcoder
  • 324
  • 2
  • 10
0
votes
2 answers

Livewire & Select2

I am using Livewire and Slect2 in my project and I am code to select 2 javascript also but select 2 value is not passed to the database here is my code My Blade File
0
votes
2 answers

how show input and hide input at same time with conditon from database ,

Imran
  • 1
  • 1
0
votes
2 answers

wire model does not receive the information

I am making a comment system, livewire works correctly in other parts of the system but when I want to edit a comment the wire:model does not receive the information, however if I print the variable on the view it shows it correctly. I show the code…
Alberto
  • 95
  • 1
  • 7
0
votes
3 answers

Get type parameter value from URL with livewire

I wanted to get the value of type from the url "example.com/user?type=agent" using livewire. I have tried using Input::get('type') but is not working in livewire component class
Abenslive
  • 41
  • 6
0
votes
0 answers

Can't save Tiny MCE data | Laravel 8 Livewire

I have implemented Tiny MCE for my news articles and got it working with the code below. When I implement the same code on a different crud page the Tiny MCE content doesn't save into my variable. Create.blade.php
K.Pardoen
  • 21
  • 2
0
votes
1 answer

Quick debugging question [Python, pygame]

It's still an incomplete program, but for some reason the value of the textbox doesn't increase when it should... Why is this?? When the Pizza sprite overlaps with the Pan sprite, the score in the textbox is supposed to increase in value by 10. Why…
Louis93
  • 3,609
  • 8
  • 43
  • 86
0
votes
2 answers

Laravel Livewire The POST method is not supported for this route

As soon as I inserted this title the system showed me all the similar questions, and none of them help me. I get this error "The POST method is not supported for this route." no matter what I try. Even worse, is I already made another component with…
Bidzey
  • 21
  • 3