Manu J
Manu J
1. What is the difference between new_gem and master? 2. Is new_gem being worked on?
Even if the ToC is non-configurable i.e it is generated using h1/h2/h3/h4 with a default depth of 4 (wkhtmltopdf defaults) it would be really helpful.
I wanted to get this working with rails 7 and esbuild and took the nuclear option 😅 1. Generate the final active_admin.js and active_admin.css in a new app. 2. Copy...
> I just made a build with a tweak to download an ARM-specific chromedriver. [Here](https://github.com/SebastianBar/browserless/tree/fix-chromedriver) are the changes that I'm trying. @SebastianBar This fork is no longer available. Will it...
1. Add a mixed concurrency model. i.e for PAGE or CONTEXT concurrency model, have the option to distribute the jobs to more than one browser instance. So a crash won't...
> Thanks for all your hard work getting this working. 💯 Every day I see several commits and associated PRs. It's been a tremendous amount of work! Hats off to...
> I think the possibility of using [Docker in Docker](https://github.com/devcontainers/features/tree/main/src/docker-in-docker) to spin up a database inside the dev container is something that should be considered. Dev containers support docker compose....
`gem install cld3` works. Only building from source fails
Doing that gives a different error for ruby 3.2 ```bash ❯ gem install ./cld3-3.5.0.gem ERROR: Error installing ./cld3-3.5.0.gem: ERROR: Failed to build gem native extension. current directory: /Users/manu/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/cld3-3.5.0/ext/cld3 /Users/manu/.asdf/installs/ruby/3.2.1/bin/ruby -I...
1. Thank you. 2. I got that. What I meant is, instead of restricting the number of concurrent jobs, leave it unrestricted. For ex, Puma has a fixed number of...