Sergey Ponomarev
Sergey Ponomarev
Maximum column width limit in MS Excel is 255 characters https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3 If this value is exceeded, MS Excel gets stuck and doesn't allow column resizing.
#### Problem While playing with Confidential Transfers token extension I've faced an issue that I can't deposit confidential tokens to an account. I've received an error `"Program log: ConfidentialTransferInstruction::Deposit", "Program...
The questions about custom differ already appeared in the past in #627, #97. I think it could be valuable to allow custom differ objects in matchers. The proposed solution should...
Here is a scenario to reproduce ```ruby # server.rb. No matter on which Ruby version it's running require 'socket' server = TCPServer.open(2000) loop { Thread.start(server.accept) do |client| client.puts "Hello world"...