Thank you!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Wed, Dec 11
Let’s do it
Sat, Dec 7
What can a malicious user accomplish by claiming unverified email for commits? The idea outlined here sounds right but I’d like to understand what potential harm could be done on its current state, and also whether there’s any legitimate use case for the current behavior.
Nov 11 2024
Oct 22 2024
The function name including a negative, “nonempty”, throws me off…
Sep 4 2024
In D25535#15480, @avivey wrote:Maybe this is wild, but: should we consider removing the compiled xhpast.exe file from the repository, and host is externally?
Sep 3 2024
Ty. I’m still confused how “limit” is required but doesn’t throw an error when not specified. Can address that later if needed.
Aug 27 2024
Aug 26 2024
Jul 27 2024
Jul 10 2024
😆
This might regress the case where file is “0”
Jul 3 2024
I don't know what an "hardpoint" is.
Jun 27 2024
❤️
Jun 24 2024
Jun 23 2024
ty
Jun 22 2024
Great, I appreciate your thoroughness here!
In D25341#14044, @matmarex wrote:I had no idea that I am supposed to "land" these changes. Surely it should be the responsibility of the maintainers to decide into which release a change will go and when?
Anyway, I have been waiting for several months for someone to stop ignoring me and accept my patch, until @aklapper explained it to me… This seems like an awful workflow.
seems good
I take it the api used by Phorge hasn’t updated or changed in the update?
I didn’t find changes in our fork regarding this. We should either change these parameters to be optional in their definition or throw exceptions when they aren’t specified. Changing them to be optional seems the better behavior.
Not having a title seems j like a bug elsewhere
Jun 20 2024
Jun 19 2024
Jun 15 2024
Thank you!
Jun 11 2024
Ah I see below it assumes string. Thanks!
Is it possible tasks isn’t a string in this case, where non_empty_scalar might be more of a match?
seems good, ty!
May 30 2024
Oh I see you did confirm it’s fixed upstream. Should we just update the version we’re using?
Since this is a third-party dependency can we check if this was fixed upstream, and that an update to phpmailer would fix this?
Swear I’ve come across this before… it might be fixed in our forked branch so I’ll take a look. Does $limit also need same treatment?
May 26 2024
In D25671#18360, @speck wrote:Agree the current non-serious language needs updated.
Agree the current non-serious language needs updated. Maybe something like,
May 17 2024
May 4 2024
Ah, yes thank you for the video. I should have clarified but was asking for screenies of the result after this change. The changes look reasonable but I’m not a regular css user
screenies?
Should the conduit handler also check this and throw an exception? Doing so will send back a more informative error to the caller. I did some of this in https://secure.phabricator.com/D21872
May 1 2024
Thank you for testing. I think this looks good. In the one case that the old var is used it’s rendered as a string in pht so string assumption seems okay here.
One by one
thank you!
yarp
Apr 12 2024
I don’t believe this style of doc annotation is used elsewhere. What’s the purpose of this?
Seems good
Apr 3 2024
Are there mechanisms to re-gen the doc after we land changes? If not that might be something we should be able to do with harnormaster, and we can bring the docs back after something like that is set up to ensure they’re always updated
Apr 2 2024
The change looks reasonable though I’m not familiar at this level of the database schema design
Ah yep, GET with body will get flagged in a number of cases.
Mar 26 2024
Mar 25 2024
I prefer to invert the logic and return early, to avoid having the entire function contents inside a nested level - up to you but this looks good.
Mar 22 2024
Mar 13 2024
yep!
Feb 28 2024
I’m not very familiar with this area of code but this sounds appropriate
Feb 12 2024
Is it possible to check if anything is relying on this not working with negative numbers?
whoops
Feb 10 2024
A mermaid-js one could be written based on the old graphviz one:
Feb 9 2024
I haven’t run this specific issue but I have seen other oddities when using my installed arc within the arc or phorge repos. I’m unable to get it to work unless I use the arc that exists along side that phorge repo. That might be similar here.
Hahaha I’m just now seeing this. Thank you for putting together the presentation and giving the talk. I enjoy seeing your excitement!
I configure my browsers to increase the default font size because my eyes can’t handle the small fonts. Most pages tend to size appropriately but there are some oddities, including Phorge. I’ll grab some screen caps when I’m back on workstation.
Feb 6 2024
Both of these failures are edge cases so it does seem likely we wouldn't have found them as quickly. I do still wonder how many Windows users we have.
The ArcanistBundleTestCase failures are due to diff binary not being present on Windows systems. The tests could be rewritten to utilize git diff instead but would take some effort.
Fix some lints about line length
Fix use of ExecFuture to pass a scalar string as first argument instead of variable.
I managed to compile xhpast on windows using llvm installed via Scoop. I also have Visual Studio C++ 19 installed which may be required (I saw some suspicious output that indicated that some include files were being pulled from that install somehow).
I wonder how many Windows users we have. The xhpast linter does not work, and the unit test failures listed here are pre-existing and occur without these changes.
Feb 5 2024
Almost seems a little too easy
Jan 30 2024
I’m not sure about Permalink being a top-level button. Maybe under the View Options menu?
Jan 26 2024
I believe it was originally made for Phacility to accept donations and then process payments for paid support, neither of which we want at Phorge, and I doubt is used elsewhere. Removing seems fine to me.
Jan 19 2024
Is it assumed that using the site will automatically license the user’s content under these, or should there be a line for that?
Thanks!
Jan 18 2024
@bekay while in this area of code would you have any pointers on these other issues I’d like to fix at some point?
- File browse widget doesn’t work unless logged in, for publicly accessible repos
- The search results pop up width is often too narrow to show the full results path, and truncates the end of the path instead of beginning.
Looks good! Thank you so much for this!