Markus Laire

Results 60 comments of Markus Laire

I found a problem with `\b` - is this same issue as discussed here? This returns `None` even though there are two possible matches at locations 3 and 4. ```rust...

How much RAM you have? That code uses a lot of RAM. This uses 3 GB RAM: ``` let data_bytes = hyper::body::to_bytes(res.into_body()).await; ``` This copies the data and uses another...

The issue #565 which was just closed as duplicate has some additional discussion which might be worth checking out by those following this issue. But I agree on keeping any...

Try adding different `key`:s to your `CarouselSlider`:s so that their state is kept separate. (I solved a similar problem this way.)

I'm getting this same error in Debian 10 "buster" when installing with `sudo`. Installing without `sudo` also fails, but with different error. (Initial warning here is known bug in Debian.)...

Work-around is to change npm global install directory: https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally

@mmkhitaryan I'd like to know that also - I asked a question at StackOverflow but no answer yet: https://stackoverflow.com/questions/63726197/is-there-usage-limit-for-youtube-push-notifications

@yoandinkov I have been testing with just 2 subscriptions for now, but YouTube push notifications are not working at all - I have received ZERO notifications while both channels have...

@AXVin My code is working correctly. Subscriber Diagnostics says "State: verified", and no errors of any kind, but "Content received: n/a" and "Content delivered: n/a". And manually checking the Topic...

@yoandinkov I did test with my own channel where I uploaded video - no notification. And timestamps were correct also. I'm not interested in big channels but in small channels....