Restored the previous selectors, added some code comments to try to explain better why I wrote them this way. I hope this clarifies things. Thanks!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 19 2023
FYI I proposed a partial patch in D25415 which makes the issue more contained at least.
I've invested 8 minutes in this and I'm somehow confused about the possible cause and solution :)
add noreferrer for privacy reasons
Thanks my friend
You are a good minion, thanks bob
I will kindly resign since I'm terrible at frontend :) Others: please help here
For faster review I would like to try to explain better to others why it was necessary to change so many selectors to change the Workboards scrollbar, but I'm not 100% sure about .phui-flank-view-body and the shadow thing.
Can somebody else test this? I need more time, since I have issues with hosted repositories at the moment :(
Thanks! Tested locally. This seems separated from the mentioned regression. Indeed the recurrence ID and the instance ISO seems that must be strings, or NULL, and any other value will cause a violent nuclear implosion as usual, and Phorge somehow likes it.
Interesting. ICS URI import was fixed in 02a4f8b0c8f1279fc but at the cost of breaking ICS file import.
Tested both cases, thanks
Aug 18 2023
I confirm that there is no problem after running git revert 02a4f8b0c8f1279fc0040ad8077942fd8b0d948b.
Looks good to me.
Ouch ! Thanks for reporting ! I'll have a look on UI examples (these pages are really cool !) to improve the proposal !
BTW, I'll be away next week so... This will not move forward right now...
Great, let's prepare for landing ! BTW, I like your images, espacially this one...
Yeah anyway this looks great
In D25409#11652, @avivey wrote:I think phutil_nonempty_string fails faster then strlen (strlen allowing automatic conversion of string-like things to string and phutil_nonempty_string doesn't), but I'm a little confused right now...
Switch to using phutil_nonempty_string
SUPER NICE \o/ THANKS
Tested with and without D25387.
I think phutil_nonempty_string fails faster then strlen (strlen allowing automatic conversion of string-like things to string and phutil_nonempty_string doesn't), but I'm a little confused right now...
In D25409#11648, @avivey wrote:phutil_nonempty_string is basically the exact same thing, but with stricter type control
phutil_nonempty_string is basically the exact same thing, but with stricter type control