Skip to content

Instantly share code, notes, and snippets.

View YumaInaura's full-sized avatar

いなうらゆうま ( 稲浦悠馬 ) YumaInaura

View GitHub Profile
@YumaInaura
YumaInaura / README.md
Created May 31, 2024 02:16
Thoughts on new development tools/CI – Cursor / Copilot / Code Rabbit / Renovate / CleanShotX etc.

Development environment tools

Good

  • Copilot++, a VSCode-based editor (Cursor) -> It's very useful, I can't do without it anymore
  • CleanShot X (Mac app that lets you take screenshots and draw) -> Useful

usually

@YumaInaura
YumaInaura / README.md
Created May 27, 2024 21:45
I'm wondering whether to switch back to iTerm2 from WARP for the Mac console.

Disadvantages of WARP

  • You cannot set your favorite shortcuts.
  • Searching from the command history cannot be performed as a wildcard, but as a prefix match.
  • Command history may not be shared across multiple tabs
  • Japanese input in Vim is not good enough
  • SSH connection to the server immediately disconnects

Advantages of WARP

@YumaInaura
YumaInaura / README.md
Created May 23, 2024 22:25
Rails - Example of how to run Rspec on Docker from Makefile

overview

  • Requires docker-compose configuration
  • Specify the file name using RSPEC_TARGET as an argument to Make
  • local assumes that the Rails directory is below the directory where the Makefile is located (e.g. some_rails_directory )

Makefile

rspec:
@YumaInaura
YumaInaura / PLAYWRIGHT.md
Last active February 22, 2024 17:21
Playwright – select file and send formData
@YumaInaura
YumaInaura / TLANSLATE.md
Created January 27, 2019 11:43
How to check the number of remaining tasks and number of zaps in Zapier
@YumaInaura
YumaInaura / TLANSLATE.md
Created January 27, 2019 10:39
This is bad. When creating Github Issue with Zapier, it is a sample of collaboration to post on Hatena Blog.

This is bad. When creating Github Issue with Zapier, it is a sample of collaboration to post on Hatena Blog.

This is bad. When creating Github Issue with Zapier, it is a sample of collaboration to post on Hatena Blog.

Point

  • Hatena blog does not exist in cooperation partner of Zapier, but uses Gmal transmission
  • If you set Market on the notation of Hatena, you just send it straightforwardly and it looks like ok
@YumaInaura
YumaInaura / TLANSLATE.md
Created January 27, 2019 07:26
The quick brown fox jumps over the lazy robot

The quick brown fox jumps over the lazy robot

The holiday is art. I have tried and errored about how to spend the best holiday for about three years. Like making arts. Harmonize all elements with Wi - Fi environment, iPhone and MacBook, iPad, Twitter and blog, sunshine, knit cap and sofa seat, snack sleeping, nice sleep, delicious meals, classical music.

Closing the field of view and ears with a knit cap calms down. Never put on sunglasses, lightly narrow the field of view. Do not completely block the ears, just filter lightly, sound. Also wrapped in Mokomoko's fleece. I also attach a penguin bracelet. Starbucks found the best seat. The red light of the sun is red.

When everything is ready, it gets wonderfully easy to spend. I do not get tired of voice input of iPhone. Rather speaking, I heal as much as he talks. As for meals, Starbucks, there are delicious items of rust and rap, and vegetables can also be ingested. A little. Taste and eat.

It is very important to say that everything is complete. Ev

@YumaInaura
YumaInaura / file0.txt
Created January 9, 2019 04:19
GithubのPRを直接編集したりするあのブラウザ検索をハックしてくる奴はなんていうの?ヘルプは?ショートカットは? ref: https://qiita.com/YumaInaura/items/96130be3c6215eb516de
Source code editing
Keyboard Shortcut Description
control f or command f Start searching in file editor
control g or command g Find next
shift control g or shift command g Find previous
shift control f or command option f Replace
shift control r or shift command option f Replace all
alt g Jump to line
control z or command z Undo
control y or command y Redo
@YumaInaura
YumaInaura / file0.txt
Created December 31, 2018 01:48
Qiita ブログ に書く記事のネタは「前に書いた記事」に存在するからScrapBoxは本当に偉大。 ref: https://qiita.com/YumaInaura/items/9de1f7b3603646f5e610
# 使っていない基本機能を見過ごしてない?
- なんでも右クリックしてみよう
- 好奇心旺盛に問題解決しよう、もっとフラストレーションを感じよう
- 子供みたいに色々なキーを恐れずに触っていこうぜ!
@YumaInaura
YumaInaura / file0.js
Created December 29, 2018 04:14
「私はロボットではありません」失敗!皆大嫌いなあいつは「ReCAPCHA」というらしい。@yumainara @Qiita #認証 #google ref: https://qiita.com/YumaInaura/items/1b872aad59264a539283
<script src="https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key"></script>
<script>
grecaptcha.ready(function() {
grecaptcha.execute('reCAPTCHA_site_key', {action: 'homepage'}).then(function(token) {
...
});
});
</script>