Katsuma Ito
Katsuma Ito
Starting with Git 2.18, Git no longer sets `$GIT_DIR` when performing a post-commit hook. So, lolcommit does not skip the capture when performing a `git rebase`. **workaround for Linux/macOS users:**...
Although it is rare, when the editor is in normal mode, moving around with `j`, `k`, `w`, etc., actually results in `j`, `k`, `w`, etc., being entered as text. This...
I have set up a text field with a Japanese font. When I try to insert text here, the font is recognized, but I get the error `pdfcpu: corrupt fontDic`....
This action has helped me. I think it would be better if the warning messages were improved.
``` NameError uninitialized constant FacebookAds::ServerSide::EventRequest::OpenStruct (NameError) json_response_object = JSON.parse(JSON.generate(response), object_class: OpenStruct) ^^^^^^^^^^ ``` Requiring OpenStruct are optional since json gem v2.7.2. https://github.com/flori/json/releases/tag/v2.7.2