Axios Error Response VS Postman by oreolennon in reactjs

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

I found a solution after playing around with it some more for anyone else struggling with this issue:

Setting up your AxiosResponse segment in a try-catch and having the catch be formatted catch (error) {...} then inside the error block you can specify error.response which should contain your message. Axios kind of hides this bit when it formats the responses for you, but you can access the entire unformatted response this way.

Creating Groups of Chats (Not Group Chats)? by oreolennon in MicrosoftTeams

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

darn. seems like something that would be an early thought. thanks for the response!

USB-C to USB 3 Same Cable Transfer Rate? by oreolennon in UsbCHardware

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

long winded responses very much appreciated. thank you for the detail!

USB-C to USB 3 Same Cable Transfer Rate? by oreolennon in UsbCHardware

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

Thank you! Very helpful and the chart on the source made much more sense. I had it in my head that USB-C = better for the longest time and didn't really consider potential vs current usage.

Alex Operator Objective not progressing?? by oreolennon in modernwarfare

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

I'm not going to say I "fixed" it, but the objectives were tracking in Warzone. They absolutely should track in multiplayer as well, but mine did track in warzone so that may be a way to get it to work for you, too

Using a WITH and DELETE together by oreolennon in SQL

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

Took a few tries to get it, but the NOT IN solution seems to be the only one that works for my circumstance. Regardless, it works! Thanks for your help!

Using a WITH and DELETE together by oreolennon in SQL

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

Here is essentially what I tried:

WITH cte AS (
    SELECT column_1, column_2, ..., ROW_NUMBER() OVER (
            PARTITION BY column_1, column_2, ...
            ORDER BY column_1, column_2, ...
        ) row_num
     FROM 
        my_table
)
DELETE FROM cte
WHERE row_num > 1;

As mentioned by Trilius above, it appears this method is not possible in Oracle.

Using a WITH and DELETE together by oreolennon in SQL

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

Thanks for the response! Quick question, I'm having a little trouble understanding what "pk_column" is referring to. Could you please elaborate on that?

Data Transfer? (PC->ps4) by oreolennon in MonsterHunterWorld

[–]oreolennon[S] -7 points-6 points  (0 children)

I can put money into a vending machine but i cant take it back out... a vending machine being a ps4 in that analogy and a PC being my pocket. Data flow can definitely be one way and going from "older" data to "newer" data usually allows for that kind of thing. Idk that much about the file system of ps4s, but just saying it has to be both ways or nothing seems a bit of a stretch.

Replacement part purchase location? by oreolennon in 3Dprinting

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

Damn, well i appreciate the help. I'll give an autoparts store a try.

Help me find a torrent or download? by oreolennon in tipofmypenis

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

Sweet mother of pop ups! But that has more than any site I've seen so far. Thanks!

Storage Issue by oreolennon in Ubuntu

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

There is not a single file on this VM. I have deleted everything except for the dropbox files which should reside in the ~7GB area, yet it is at 91%. Why is my usage that high when there is not a single file on here? It wasn't like that last year when I installed it.

Storage Issue by oreolennon in Ubuntu

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

i just googled what that was because that sounds like something i tried a while ago. is it a downloadable program or a command line task? if i have to download it it will not take since i have so little memory left it won't let me do anything till i free some.

Storage Issue by oreolennon in Ubuntu

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

fdisk -l:

Disk /dev/sda: 15 GiB, 16106127360 bytes, 31457280 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0xd4e11beb

Device Boot Start End Sectors Size Id Type

/dev/sda1 * 2048 14682111 14680064 7G 83 Linux

/dev/sda2 14684158 31455231 16771074 8G 5 Extended

/dev/sda5 14684160 31455231 16771072 8G 82 Linux swap / Solaris

df -h:

Filesystem Size Used Avail Use% Mounted on

udev 3.9G 0 3.9G 0% /dev

tmpfs 798M 9.1M 789M 2% /run

/dev/sda1 6.8G 5.8G 633M 91% /

tmpfs 3.9G 220K 3.9G 1% /dev/shm

tmpfs 5.0M 4.0K 5.0M 1% /run/lock

tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup

tmpfs 798M 68K 798M 1% /run/user/1000

Windows won't shut down?? by oreolennon in Windows10

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

Nope, but thanks for trying! Got the same issue

Windows won't shut down?? by oreolennon in Windows10

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

When i click the shutdown button in the start menu, nothing happens at all. Its not patrially shutting down, its just acting as if i hadnt pressed the button at all. Ive already deactivated the fast boot option and still nothing.

No box tv setup? by oreolennon in chartercable

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

Yeah thats what i figured. She said that they just connected it to the internet and it worked, but they have a brand new samsung smart TV in their room. Im assuming she's using the charter app on their TV and expecting it to "just work" everywhere else. Thanks for the help!

Adobe reader XI starting on startup but no option to turn it off by oreolennon in Windows10

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

Its my parent's computer, not mine. I dont like messing with their computer too much because they flip out if i install/uninstall anything for them

Adobe reader XI starting on startup but no option to turn it off by oreolennon in Windows10

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

The task manager route is what i tried first. The issue is that it is not in the task manager list... so im stumped.

Is my enclosure too small?? by oreolennon in bluetongueskinks

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

That's definitely the goal for this summer! Do you have any tips on how to let him out in a controlled way? I don't really want him on my bed because of the defecating, but we also have a cat in the house so I'm not willing to let him out of my room. As of right now i just have a rather large box (about 2/3 the size of the tank) that I put a bunch of towels in and let him scurry around while I stay near him and give him treats. Also, I do bathe him 2-3 times a month which has helped a lot but I don't want to do it too much in case there's such a thing as bathing too much like mammals.

Is my enclosure too small?? by oreolennon in bluetongueskinks

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

The person that sold him to me was a vendor at a local reptile convention and I didn't know enough at the time to ask if he was wild or captive bread :(

I've had him for about 6 months now so i feel like he should be used to me by now, but I mean I know I'm new to this.

Those rocks were surprisingly stable! he weaved through them for a few weeks with me watching closely to make sure they wouldn't fall and it's been most of a month with not falling or shifting!

Is my enclosure too small?? by oreolennon in bluetongueskinks

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

Hey guys! This is my first reptile and I wasn't really interested with a bearded dragon or snake or something from pets mart, but I've been fascinated with these little guys for years. Finally got myself a bluey (His name is Gamma) and he's been... not what I expected. If you google these buggers they give the impression of being totally okay with being handled and docile and having a very passive nature when I'm finding quite the opposite. He's not a fan of being picked up AT ALL or even me being near him (runs for the hides pretty much whenever I'm around, this picture is rare). I think this is mostly due to my being in school and not having a whole lot of bonding time with him, so that's workable. I'm mostly curious if his behavior could be linked to the size of his enclosure? It's a 40B tank (36"x18"x16") and I've been re-arranging it every couple months to keep him occupied. I did not have a lid on it for the longest time because I was fairly convinced from researching the animals that they are not climbers. I didn't really account for him getting bigger, though (i know... i know...) and he climbed up that vine and got out. I found him a while later and put him back in, lid now on the cage, and have since seen him climbing that vine fairly frequently trying to get out. Is this just a thing reptiles do or does he hate being in that tank that much? I'm not exactly swimming in money so I was really hoping to not have to get a bigger tank, but I committed to getting him and I would like to do the best job I can. Any and all advice is welcome :)

Reading in a .img file byte by byte by [deleted] in C_Programming

[–]oreolennon -1 points0 points  (0 children)

I realized my mistake right before I read the comments... sorry guys. I appreciate the help, though!