Yuhei Okazaki

Results 10 issues of Yuhei Okazaki

If you start puma with foreman, the default port number is 5000. I Fixed The URL described in the README because the port number was 3000.

I want to respond to the specified object itself. If you program as follows, you will get an error with no `body` method. ``` class BodyEntity < Grape::ENtity expose :body...

Currently, projects/show displays all sprints and stories, but I feel it is difficult to grasp how many tasks I have left. It is useful to be able to see only...

I found unnecessary double quotation marks in HTML elements in the user list page. I removed it. Please check it out.

## 機能の説明 自分自身に一定期間後に通知を出す「リマインド機能」が欲しいです。 ## 何故この機能が必要なのか 提出物を2回目以降にレビューするとき(=生徒が修正した提出物を再レビューするとき)、通知を見てレビューに着手するようにしています。このスタイルで作業するが故、実質「通知がToDoリストを兼ねる状態」となっています。 2回目以降のレビューがそれなりに重いときや直後に用事があるときなど、一旦提出物のページを開いたもののレビューを中断せざるを得ないケースがあります。生徒が提出物を修正したり、コメントをしてくれない限り通知が上がって来ず、レビューが漏れる原因となっています。 このとき、自分自身に一定期間後に通知を出す機能があると嬉しいなーと思っています。

新機能

I want to add a PWM class according to the "peripheral class common specifications". https://github.com/HirohitoHigashi/mruby_io_class_study There are currently [mruby-esp32-ledc](https://github.com/mruby-esp32/mruby-esp32-ledc) and [mruby-esp32-mcpwm](https://github.com/mruby-esp32/mruby-esp32-mcpwm) as PWM implementation methods, but I want to use...

Added PWM class. This class uses [MCPWM](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/mcpwm.html) internally, unlike [LEDC](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/ledc.html). This class is implemented based on the "peripheral class common specifications" here. https://github.com/HirohitoHigashi/mruby_io_class_study ---- @vickash I am not sure if...

If `main.rb` is not in `/storage` , it would be nice if mirb would start as in MicroPython. What do you guys think?

We can `imagepos` for Node. https://graphviz.org/docs/attrs/imagepos/ So, I added it to `constants.rb` .

Update submodule picoruby for cross build on macOS. Additionally, I have formatted the README for better readability. Apologies for the readability issues.