Max Chernyak
Max Chernyak
If there was an ability to tell PeepOpen to reindex through an AppleScript command, it'd be possible to integrate with rails generators, file-change watchers, etc.
Excon used to raise `Excon::Error::Timeout` for any type of timeout. This PR splits this error into multiple specific ones, with the following inheritance hierarchy: ``` Timeout |_ReadTimeout |_WriteTimeout |_ConnectTimeout |_ConnectReadTimeout...
What do you think about splitting Timeout error classes into `ReadTimeout`/`WriteTimeout`/`ConnectTimeout`? If I understand correctly, when handling destructive (non-idempotent) actions in APIs - a connect timeout means the action was...
I need help deciding this. Once this is settled, portrayal will be ready to become 1.0.0. ### The problem Portrayal supports block class definition. ```ruby class ApplicationStruct extend Portrayal end...
Would you consider making a feature, maybe an optional config, to add gem dir as a folder to the current workspace? Seems especially useful because these dirs are hard to...
**Description** If you switch to insert mode, select text using e.g. shift+up/down, then open some kind of bottom pane, the selection clears. It shouldn't clear. This problem doesn't occur if...
There's currently no info (seemingly on the entire internet) on how to figure out and construct proper pin urls. Here's my [hotwired discourse question](https://discuss.hotwired.dev/t/understanding-bin-importmap-pin-urls/6158) about this, unanswered at the time...
In `GetTransactionDetails`, when receiving transaction -> payment -> `tokenInformation` (when using Apple Pay) it's supposed to have fields as follows: ```xml Apple Payments XXXX1234 XXXX ``` Authorize server returns it...