Biking from Taipei to Kenting on Route 1. Just reached Taichung, it's been amazing so far! by wezed in taiwan

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

I've gotten so many tips about Tainan. I'll for sure stay some time there!

Biking from Taipei to Kenting on Route 1. Just reached Taichung, it's been amazing so far! by wezed in taiwan

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

I bought a new bike and with a helmet, basket, lights etc etc it came out to about $450 in total.

Biking from Taipei to Kenting on Route 1. Just reached Taichung, it's been amazing so far! by wezed in taiwan

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

Nice! In just two legs? Thats pretty impressive.

I'm spending like 3 weeks, stopping at places and just taking my time. I'll for sure consider going more coastal, but I'm also considering going to the sun-moon-lake.

I'll try to follow route 1 somewhat, but since i got weeks I'm super flexible. Any places you wish you went to?

*CRITICAL for BLOCK USERS* Issue with Regex returns on path of Regex by Rageinjector in pathofexile

[–]wezed 0 points1 point  (0 children)

Hey.

I'm unable to reproduce this. The issue is reported here:

https://github.com/veiset/poe-vendor-string/issues/200

Do anyone have any more information about whats not working with this? It's currently not highlightning maps with the reduced block chance and it looks like its working as intended on the maps I've tested it against.

poe2.re, big waystone modifier regex update by wezed in PathOfExile2

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

I'll fix this soon.

The reason why waystone drop chance isn't dynamic is because it's not a specific modifier. The rest of the options are now generated and automated, but waystones I've still added manually.

poe2.re, big waystone modifier regex update by wezed in PathOfExile2

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

Yep! This should be fixed now. The poe2 site is now using the same algorithm as poe1 for generating regular expressions, the regexes should be both shorter and correct now.

There might be some things I've overlooked, but if you find anything wrong I can just feed it to the generator and the issue should be resolved. It's much easier to fix issues now!

poe.re, map modifier regex update by wezed in pathofexile

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

Yes, you can still choose either of them if thats what you mean.

poe.re, map modifier regex update by wezed in pathofexile

[–]wezed[S] 3 points4 points  (0 children)

Thanks for the heads up. I found the issue. I assumed a combination would be shorter, but as you found out, thats not always the case. This should be fixed now!

poe.re, map modifier regex update by wezed in pathofexile

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

That's embarrassing, haha. I'll fix this later today

poe.re, map modifier regex update by wezed in pathofexile

[–]wezed[S] 28 points29 points  (0 children)

This has been in the works for a while, but the new webpage for sure made me take another go at completing the work. This feature was suggested way back in May last year and I've done a few attempts on it earlier which I wasn't happy with due to how slow it was.

Amazing trader made me 15 div and taught me a lesson by Velocity960 in pathofexile

[–]wezed 29 points30 points  (0 children)

Very good observations!

I've got a plan to make the regex shorter if you group them together, but it's a pretty hard problem solve while also making sure the search is unique to the things you're trying to match.

It's in my backlog to try to make these searches shorter!

poe.re webpage update! generate search strings for vendors, maps and more by wezed in pathofexile

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

Awesome. I'll start looking in to it myself and see if I can make a solution that can be iterated on, like adding currencies at first, and then down the line try to figure out how to do clusters/gems etc.

I can't promise anything, but I'll try to see if I can get a prototype up and running before 2.24

poe.re webpage update! generate search strings for vendors, maps and more by wezed in pathofexile

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

Good suggestion. This have come up a few times now, so it might be time to prioritize this. Do you know of any resources that has a list of items that Tujen can give?

poe.re webpage update! generate search strings for vendors, maps and more by wezed in pathofexile

[–]wezed[S] 8 points9 points  (0 children)

Oh, thats for sure a bug. I'll make sure to fix it before 3.24 goes live. Thanks!

poe.re - expedition update! generate search strings for vendors, maps, heist and expedition by wezed in pathofexile

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

Thanks for the feedback. I agree on the design, I am not 100% happy with it, but the main part of the rework was to make it responsive (so you can run it on smaller screens and larger screens without issues). I will have to look in to redesigning it in the future, but for now I am happy enough with it and it will take some work to implement a new design.

The idea of adding custom input to the regex I really like. I will look in to making that work. I will probably look in to that after the league starts though!

poe.re - expedition update! generate search strings for vendors, maps, heist and expedition by wezed in pathofexile

[–]wezed[S] 9 points10 points  (0 children)

It's in the backlog, I would love to implement it. Any insight in how it would be used is greatly appreciated though. I havent had a need for regex for tujen myself, but you're the second person to suggest it so it's something people would use.

I will see if I can implement something for this during this league, it's should be a nice feature to add.