Results 13 issues of KOUNOIKE Yuusuke

I'm trying implement gitbucket-chat-plugin with scalatra-atmosphere. I made simple websocket-based chat. It works fine with sbt jetty:start, embedded Jetty. But it fails on Tomcat. ### first problem I got exception...

bug
atmosphere
core

documentation

I developed obs-virtualbg plugin for Mac with CoreML support. But I cannot distribute it. Because I am not a member of the Apple Developer Program and therefore cannot perform code...

help wanted

for windows, ONNXRuntime with CUDA Execution Provider is faster than DirectML EP. So, I plan to release with this feature. for linux, there is no GPU supported inference now. So...

お遊び

feature
nextjs
wasm

documentation

add inline-ignore feature. this resolves #237

#50 didn't fix #38. because `[[ "abc" == $pattern ]]` is simple string match. for regex match, should be `[[ "abc" =~ $pattern ]]`. this PR fix it. this PR...

# Introduce **new** rendering approach This PR introduce `EnhancedRenderer` and some extended classes. ## Changes ### All files rendered by `EnhancedRenderer`. - It makes more simple logic for blob/diff view....

feature