Matija Pevec

Results 11 comments of Matija Pevec

I'm completely sure that your Auth system is broken in this particular case and you didn't even try to reproduce it, but you easily closed the issue after 6 months...

I made a workaround like [this](https://github.com/AMPnet/amptzr/blob/master/src/app/shared/ethersjs/reconnecting-websocket-provider.ts): created a custom `WebSocketProvider` that uses `ReconnectingWebSocket('url')` instead of ordinary `Websocket('url')` that you use in ethers' `WebSocketProvider`. For me, it works fine, without any...

@scttcper I don't believe you 😆 I've tried to setup AdSense without SSR on site https://zorrotunes.com/, but I cannot get it approved for months. I've tried to prerender everything, setup...

Yes, the pairing doesn't work on iOS 15.

Sorry, I haven't look for open issue about that problem. Anyway, is there any reason why we don't use `query` (docs [here](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html)) method instead of `batch_get_item` when we have range...

> From the other hand BatchGetItem is the most efficient and cheapest way to load items by primary key for both simple scalar primary key and composite one. I agree...

> I assume you meant partition key when wrote `just with primary key`. Yes, I was thinking about partition key. > I would say it would be very dangerous bug...

I've added `--split-on-word` (`--sow`) flag to turn this on (it's turned off by default). You can check [these](https://github.com/ggerganov/whisper.cpp/pull/455/files/dd6f07ebfeac882f517805bd98e443f6dd8782b1..7436105e43a8c8a0b520d3f584b64b5daa752e75) commits. You are free to modify this solution in terms of naming,...

> ...the space at the beginning of the text output is necessary to know whether or not the current output is a continuation of the previous word or a new...

I support both solutions; the one proposed in your PR and having it behind the flag. However, having it behind the flag might be redundant because you won't need that...