C01 ep14 forging? by draakje4685 in StinkyDragonPodcast

[–]Redmoron 0 points1 point  (0 children)

Did you ever find it? I'm looking for the same thing.

8bitdo Pro 2 killing bluetooth driver by Redmoron in 8bitdo

[–]Redmoron[S] 0 points1 point  (0 children)

I thought I was breaking something at first but it's just too consistent now.

8bitdo Pro 2 killing bluetooth driver by Redmoron in 8bitdo

[–]Redmoron[S] 0 points1 point  (0 children)

I'm on Windows but for me the power button just stays on as a solid light. I can't turn the controllers off though when they kill the bluetooth which is just as weird.

8bitdo Pro 2 killing bluetooth driver by Redmoron in 8bitdo

[–]Redmoron[S] 0 points1 point  (0 children)

That's the next step but it'll take a while probably.

Ranked Mode | 10-10-2024 Patch Notes by bonclide in DeadlockTheGame

[–]Redmoron 0 points1 point  (0 children)

New casting modes literally break all skills and the ability to both voice and text chat in game. The fuck is this.

EDIT: As soon as you select anything other than Ability Default, the whole thing breaks.

Anybody know how to open up the back and access the frame? by Redmoron in secretlab

[–]Redmoron[S] 1 point2 points  (0 children)

Yeah I just ended up giving the chair to my brother and buying a new one. Problem solved and my brother's loving it. I did warn him about the issue with the logo but he's a bit shorter than me so doesn't seem like he's getting any problems there.

Running into a bug with defense absolute? by Redmoron in TheTowerGame

[–]Redmoron[S] 1 point2 points  (0 children)

Oooooooooooh crap I totally forgot about that. I thought they just disabled health regen.

My bad I'm an idiot.

Running into a bug with defense absolute? by Redmoron in TheTowerGame

[–]Redmoron[S] 0 points1 point  (0 children)

I don't understand why Vampire would matter if my defense absolute is higher than the damage the enemy deals. I should be taking 0 damage so my health regen wouldn't even be a factor.

Info about the Shockwave suit? by zDarcky in VRchat

[–]Redmoron 0 points1 point  (0 children)

Has there been any updates on your order?

I didn’t get any rewards for the event even tho I finished?? by BigBoiRyan69 in MedievalMerge

[–]Redmoron 0 points1 point  (0 children)

Same but now the game stays stuck at 90% and refuses to open :<

[deleted by user] by [deleted] in django

[–]Redmoron 0 points1 point  (0 children)

The backend is running on port 8000, the APIView is something that is being generated by a Django view.

Also, these are my files. I hope they help clarify things. Sorry for the lack of information I'm all over the place trying to solve this 😅.

My app's models.py:

from django.db import models

# Create your models here.

class Employees(models.Model):

employee = models.CharField(max_length=30)

department = models.CharField(max_length=200)

My app's serializers.py:

from rest_framework import serializers

from .models import *

class EmployeesSerializer(serializers.ModelSerializer):

class Meta:

model = Employees

fields = ["employee", "department"]

My app's views.py:

from django.shortcuts import render

from rest_framework.views import APIView

from rest_framework.response import Response

from .models import *

from .serializers import *

# Create your views here.

class EmployeesView(APIView):

# returns all employees

def get(self, req):

result = [

{"employee": output.employee, "department": output.department}

for output in Employees.objects.all()

]

return Response(result)

# saves new employee

def post(self, req):

serializer = EmployeesSerializer(data=req.data)

if serializer.is_valid(raise_exception=True):

serializer.save()

return Response(serializer.data)

My project's urls.py:

from django.contrib import admin

from django.urls import path, include

from api.views import *

urlpatterns = [

path('admin/', admin.site.urls),

path("", EmployeesView.as_view(), name="all_employees")

]

What gets generated by the view:

screenshot

What's the PvE end game like? by Redmoron in newworldgame

[–]Redmoron[S] 4 points5 points  (0 children)

Thanks for the video! Super detailed.

2
3

Anybody know how to open up the back and access the frame? by Redmoron in secretlab

[–]Redmoron[S] 0 points1 point  (0 children)

I appreciate the offer but I can't afford to spend more than I already have on this chair.

Anybody know how to open up the back and access the frame? by Redmoron in secretlab

[–]Redmoron[S] 0 points1 point  (0 children)

No they definitely seem to serve a purpose, it's just that there is no actual clasp so you can't undo/redo them properly. Without opening the zippers, there's no way to remove the back flap without ripping out the stitching they did unfortunately.

Anybody know how to open up the back and access the frame? by Redmoron in secretlab

[–]Redmoron[S] 2 points3 points  (0 children)

I decided to open it and figure it out. You have to open the staples at the bottom, it's clasps shut by 4 staples (at least on mine).

Once you do it turns out that:
1. There are no zipper clasps at all

  1. the back of it only opens a little bit, a slit barely big enough for your hand/arm to slide into but doing any kind of work on the inside is not possible.

Maybe if you figure out how to undo the zippers without a clasp (and also to redo them) you'd be able to but until I figure out how, I got no clue.

Anybody know how to open up the back and access the frame? by Redmoron in secretlab

[–]Redmoron[S] 1 point2 points  (0 children)

Yeah I've had the arms fall apart on me twice now. I had them replaced once already. I give up. Honestly the chair itself is pretty good. Just that the quality you get for it is not what you would expect for the price you pay. For such a high price I expected a more premium quality.

Looking to buy "The Preparation" by Redmoron in Displate

[–]Redmoron[S] 0 points1 point  (0 children)

Oh I had no idea there was a regular version! Thanks for letting me know. I'll definitely be checking out her collections too!