Abdelhafidh Belalia
Abdelhafidh Belalia
hashcat.launcher relied on the json output of hashcat and currently hashcat does not provide such info. Please open an issue(feature request) in [hashcat repo](https://github.com/hashcat/hashcat) to add "Dictionary cache building" info...
this is a known issue and planning to find a solution https://github.com/s77rt/hashcat.launcher/blob/b74c5cc4ddec8d98d166ba4049fb2b81e66c9aef/TODO#L8
Found a workaround on Linux https://github.com/s77rt/hashcat.launcher/commit/88a0fd5d0cb379f094ee85dd873d3730cc9d898f please try and let me know
Reopening to track for other OS.
@sobitneupane Message B gets trimmed at the insertion, not on the edit mode
### Proposal ```diff diff --git a/src/libs/OptionsListUtils.js b/src/libs/OptionsListUtils.js index d23a3e119..b420e878c 100644 --- a/src/libs/OptionsListUtils.js +++ b/src/libs/OptionsListUtils.js @@ -189,7 +189,7 @@ function getSearchText(report, reportName, personalDetailList, isChatRoomOrPolic if (!isChatRoomOrPolicyExpenseChat) { for (let i =...
### Proposal I think the best way to fix this is by fixing Concierge messages to adapt with the new expensify But if you insist to support the old messages...
Trying to edit a split bill request crashes the app, please make sure we are replacing all the old routes https://github.com/Expensify/App/assets/16493223/743b804c-b759-4ec9-9bdf-13156b8ab832
> Edit money request: Send API immediately to update new description We should update the transaction too same as we do with receipt
> https://github.com/Expensify/App/pull/35137#issuecomment-1915289028 Creating/Editing a split request => isDraft = true (and a comment explaining the reason) Creating/Editing a regular request => isDraft = action === CREATE