神楽坂玲奈
神楽坂玲奈
here is a simple one. I only tested video tag. ``` javascript if (WebTorrent.WEBRTC_SUPPORT) { // for no webrtc-supported environment, webseed should also works, but I don't know how to...
I deploy my services in Docker, and this problem could be solved naturally. ```yaml nginx: ports: - '443:443' caddy: ports: - '443:443/udp' ```
same for me. just a electron quickstart + angular quickstart, and such code can reproduce such problem ```js const { default: installExtension } = require('electron-devtools-installer'); async function createWindow() { const...
have a look at other packages needs to build. such as bootstrap. just don't directly point at github repo. but a pre-compiled one. and could you don't specific jquery version...
just release a compiled tar.gz format package here will help a lot. npm support tarball url as dependency, but not support zip
@benlangfeld yes I'm talking about here https://github.com/candy-chat/candy/releases now only released **COMPILED** package in zip format, no tar.gz
sorry I tried several times but can't build it..... seems due to this https://github.com/dylang/grunt-notify/issues/118
i tried to disable animation, set Candy.View.Pane.Roster.joinAnimation to $('#' + elementId).show(); it's much faster, but still a bit slow joining a ~500 room, with animation it will choke up 9...
@mweibel only disable animation is not ok. another expensive calculate is sorting. for me, because my room is always big (500~1000), i just removed the sorting code without an opinion,...
ohh... sorry, just saw. testing --- room member count seems not work. after join, it's 0, and when a member leave, it will -1