autokludge

joined 1 year ago
[–] autokludge 1 points 2 weeks ago* (last edited 2 weeks ago)

Assuming the above function is called from an event somewhere, you could attempt to set an event break point at the entry point to this and step thru to gain some understanding. First thought if the request is being triggered by a submit input within a form it may be triggering the default form action instead of the intended code. ( ie https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault)

[–] autokludge 2 points 2 weeks ago (3 children)

That's just the F/E side -- i would check devtools network tab and see if the request is being correctly sent to the right location. There might be some request validation failing & causing the redirect. Hard to advise without knowing what the B/E consists of.

[–] autokludge 13 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

It is basically http://mail.office365.com in an electron shell. I'm pretty sure all the non 'classic' apps are this way now. I'm currently trying out Thunderbird to see if I like it.

[–] autokludge 4 points 1 month ago* (last edited 1 month ago)

Shin Ramyun + Easy Mac. (make with less water)

[–] autokludge 8 points 1 month ago* (last edited 1 month ago)

If you say Beeflejuice three times....

[–] autokludge 2 points 1 month ago

Brumby 👌🏼

[–] autokludge 2 points 1 month ago

Could just be your body trying to maintain weight and getting a big craving for some thing calorie DENSE

[–] autokludge 2 points 2 months ago

For sure, I wouldn't enter into canning without a serious amount of research and preparation.

[–] autokludge 5 points 2 months ago (2 children)

I'm a cheapskate with this, ended up just cleaning out pickle jars when they are used up and reusing them until the lid seal degrades. Apparently with new replacement jar lids they can be used for longer term canning, I only use them for leftover meals.

[–] autokludge 2 points 2 months ago (2 children)

I'm thinking you may have updated grub at some stage from Deb, and didn't have the test OS mounted at the time, or os-prober not enabled :- therefore not detected when grub.cfg was regenerated.

https://wiki.archlinux.org/title/GRUB#Detecting_other_operating_systems
https://wiki.debian.org/Grub#Dual_Boot

I ended up using rEFInd myself, as it does automatic OS detection/scans for bootable partitions.

[–] autokludge 1 points 2 months ago

I'm sure there is something better, but currently I use Q-Dir for my work projects.

[–] autokludge 9 points 2 months ago

I use vim-fugitive now for most basic operations, and fall back to CLI.

24
Iced Tutorial 0.12 (leafheap.com)
submitted 7 months ago by autokludge to c/rust
 

Original submission text (Bruce Hopkins):

Iced is an amazing library. I chose it for building a simple Code Editor. But Iced severely lacks documentation. I wrote this article as a good entry point into using Iced that can be easy to understand as long as you know Rust. I explain the parts that confused me when I began using the library, so I hope that my mistakes can be useful for someone else.
I might write articles into the more advanced topics in Iced, so if this article is something that you like, let me know.

view more: next ›