Bogdan Gusiev
Bogdan Gusiev
Zilliqa blockchain returns `Txn hash not Present` when `GetTransaction` is called with unknown hash: ``` curl -d '{ "id": "1", "jsonrpc": "2.0", "method": "GetTransaction", "params": ["655107c300e86ee6e819af1cbfce097db1510e8cd971d99f32ce2772dcad42f2"] }' -H "Content-Type: application/json"...
**Name:** hamllint **URL:** https://github.com/sds/haml-lint `hamllint` now used as a linter, but it also has the fixer compatibilities. As `hamllint` is based on `rubocop` it is possible to use `rubocop` fixer...
### Issue Summary `ResponseError#response#body` property has a type `string` assuming it is unparsed json string, but it is parsed json ### Code Snippet ```node import sendgrid from '@sendgrid/mail'; import config...
With the recent restriction on using `GET` method on oauth request. It is very difficult to understand what is wrong when request method is not allowed, as there is no...
#### Input [→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20strict%0Aclass%20Rout%0A%20%20extend%20T%3A%3ASig%0A%0A%20%20sig%20%7B%20returns%28Integer%29%20%7D%0A%20%20attr_accessor%20%3Abalance%0A%0A%20%20sig%20%7B%20void%20%7D%0A%20%20def%20initialize%0A%20%20%20%20%40balance%20%3D%200%0A%20%20end%0Aend) ```ruby # typed: strict class Account extend T::Sig sig { returns(Integer) } attr_accessor :balance sig { void } def initialize @balance = 0 end...
#### Input [→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Aclass%20A%0A%20%20extend%20T%3A%3ASig%0A%0A%20%20Prefix%20%3D%20T.type_alias%20%7B%20T.any%28String%2C%20T.proc.returns%28String%29%29%20%7D%0A%20%20sig%20%7B%20returns%28Prefix%29%7D%0A%20%20attr_accessor%20%3Aprefix%0A%0A%20%20def%20initialize%0A%20%20%20%20%40prefix%20%3D%20T.let%28-%3E%20%7B%20'hello'%20%7D%2C%20T.proc.returns%28String%29%29%0A%20%20%20%20%40prefix%20%3D%20T.let%28-%3E%20%7B%20'hello'%20%7D%2C%20Prefix%29%0A%20%20%20%20%0A%20%20end%0Aend%0A%0A) ```ruby # typed: true class A extend T::Sig Prefix = T.type_alias { T.any(String, T.proc.returns(String)) } sig { returns(Prefix)} attr_accessor :prefix def initialize @prefix =...
It is easier to keep font size and icon size in sync if it possible to use the icon as a font symbol. Please add an option to a helper...
### What version of daisyUI are you using? _No response_ ### Which browsers are you seeing the problem on? All browsers ### Reproduction URL https://play.tailwindcss.com/8cJA9JDvCP ### Describe your issue I...
Avoid printing the entire source file to console when watcher encounters an error. Currently, the `CssSyntaxError` is highly unreadable when printed because the source file is printed entirely after the...
### Motivation / Background Specifying `value: nil` for `date_field` doesn't overwrite the model attribute value, while any other non-nil value does. Also, `value: nil` takes the priority for other field...