moyarich
moyarich
@IDFDeveloper thank you very > 1. Delete the caches from your `%Home%\.gradle\caches` and sync project again. that worked really well for me. I tried file>invalidate caches/restart and that did not...
Here is the repo on runkit https://runkit.com/embed/ph0wmm5wsao2
@stipsan thank you
So the code in the documentation has a lot of errors but it was what I needed to process the job manually, https://github.com/OptimalBits/bull/blob/master/PATTERNS.md#manually-fetching-jobs. **Errors:** in the code for the manually...
for amplify version 6 i was able to get it to work with **GraphQLSubscription** and **Subscription** ```typescript import { Amplify } from "aws-amplify"; import type { Subscription } from "rxjs";...
you have to create it: ```bash mkdir -p $HOME/.config/direnv touch $HOME/.config/direnv/direnv.toml ``` Then manually add [TOML settings](https://direnv.net/man/direnv.toml.1.html) to your direnv.toml file ## For example ```bash [global] load_dotenv = true ```
**This did not work for me:** ```javascript pdfjs.GlobalWorkerOptions.workerSrc = new URL( "pdfjs-dist/build/pdf.worker.min.js", import.meta.url, ).toString(); ``` I got it to work by placing pdf.worker.min.mjs in the public folder of my web...