serg06

Results 55 comments of serg06

Would still love to have this. As more people are using the new ``` code formatting style, coding subreddits are becoming increasingly unreadable.

IIRC I fixed it by adding this to serverless.yaml: ```yml package: patterns: - '!node_modules/typescript/**' ``` Does that work? @gualopezb

Incredibly slow. ``` import time start = time.time() words = [r.get_random_word() for i in range(100)] end = time.time() duration = end - start print(duration) ``` Result: 39.74612474441528 OS: Windows 10...

Faster compilation times would be amazing. Personal anecdote, we want to use RxCpp more in our project (VS 2019 / C++17) but the compilation time is holding us back.

I found a workaround: ```bash yarn add https://gitpkg.now.sh/visualfanatic/vite-svg/packages/vite-plugin-react-svg?7e1571bf0636b2f341d1e66c23e8e264e64cc156 ``` That link points directly to the current latest commit in the Github repo. --- EDIT: I suggest you just switch to...

Related to #64. For workarounds see [my comment here](https://github.com/visualfanatic/vite-svg/issues/64#issuecomment-1065947627).

Hi @shekharhimanshu, thanks for the reply. I tried building Poco 1.7.9 and EasyHttpCpp 2.1.0 with those commands. All the Poco steps worked perfectly, but the EasyHttpCpp cmake step failed. Here's...

I was able to get it working on Ubuntu without NGC by using Waveglow V3. Then I tried the exact same thing on Windows and I can't get it to...

@GrzegorzKarchNV Thanks I got it working. Is there a reason it's split into 3 different models?