Riku Takeuchi

Results 5 issues of Riku Takeuchi

Done #59 There's [issue](https://github.com/icalendar/icalendar/issues/35) that it can not set absolute value to icalendar's trigger. So I just set 365days, 182days, 90days, 30days to notify 1 year, 6 months, 3 months...

enhancement

Hi, I think "multiLanguage" method doesn't work with Japanese. ```html Lunr multi-language demo Open developer tools and observe the results in the Console tab. View source for code. /* init...

janus-cloud brought us scalable media-server. But is there way to make janus-proxy scalable too? Generally, websocket can be scaled out with using Redis's pub/sub function. Is it possible doing like...

**Description** This is continued from https://github.com/asyncapi/studio/pull/404 . @magicmatatjahu > remove provided asyncapi.yaml in this PR If asyncapi.yaml is removed, it doesn't work on local since dev-server doesn't return 404 code...

I followed README like this. ``` render( , document.getElementById('app') ); ``` Then it worked with using web server. But it doesn't work when I use file protocol by doing double...