Szymon Stasik

Results 95 comments of Szymon Stasik

curious why no `serverless-http` in `plugins' section?

thats definitely a bug - related to #271. Shame that such a useful plugin is not in better shape...

considering node library `@google-cloud/storage` does seem to use resumable uploads only - am I correct this feature is correctly broken?

I would love to see this merged! This is an important thing I am missing in one derivate project

gguf gives major speedup on apple silicon, no support for XLMRobertaModel unfortunately yet so not possible to have e5 in gguf currently

there is `replace` for editing. Still while thats clear that editing gradle files is non trivial. This is essential to full automation. I have similar need to add `plugins {}`...

for building just one workspace project along with root this is an issue when there is a patched package in the other project and in frozen-lockfile, offline - it would...

maybe cctx? https://github.com/ccxt/ccxt this way you should have access to virtually any exchange

@Tucsky from what I saw there is quite advanced progress on WS implementation - it may be worth tracking https://github.com/ccxt/ccxt/issues/56 https://github.com/lfern/ccxt/blob/feature/websockets-multiple/WEBSOCKETS.md

if anyone having same issue - a workaround could be to do ``` onBeforeTransition: function () { if(this.state === 'none') { // return immediately to allow transition to predefined initial...