toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Results 133 toolkit issues
Sort by recently updated
recently updated
newest added

This is some sort of feature request. The setup guide for a full TexLive installs says we have to re download it on every upgrade. What about using `tlmgr backup`...

``` Traceback (most recent call last): File "docker-compose", line 3, in File "compose\cli\main.py", line 80, in main File "compose\cli\main.py", line 189, in perform_command File "compose\cli\command.py", line 60, in project_from_options File...

## Steps to Reproduce Hi everyone! Yesterday I installed Overleaf Community Edition and upgraded TexLive to a full installation. During the process described [here](https://github.com/overleaf/toolkit/blob/master/doc/ce-upgrading-texlive.md), I had a couple of minor...

Hi, I'm going to host this docker instance on my Macbook Pro (M1) but got stuck in an error. Don't you support M1 MBP to host this image? Actually, I...

## Steps to Reproduce 1. start the overleaf instance 2.create a example project 3. compile with XeLatex ## Expected Behaviour compile success ## Observed Behaviour get Error:`Compile Error. Sorry, your...

According to https://github.com/overleaf/overleaf/wiki/Release-Notes--4.x.x , upgrade to the 4.x version of overleaf should be done in 2 steps: - upgrade to 3.5.7 - make the project history migration - upgrade to...

## Steps to Reproduce 1. Inside the overleaf-toolkit folder 2. Execute bin/upgrade 3. Execute bin/up ## Expected Behaviour Expected to see the Overleaf Server run as normal. ## Observed Behaviour...

I did an upgrade from overleaf-toolkit 3.x (I think it was 3.25.1 based on the error below) to the latest (4.0.5) using `bin/upgrade`. Unfortunately, I am getting the following error...

I tried to upgrade Overleaf via the toolkit from 3.0.1 to the current version 4.0.4. That did not work because of a compatibility error message in MongoDB (which has since...

Hello. To make two docker compose pods to work in one network, I need to add changes in `docker-compose.yaml` and add something like ``` networks: some_network: external: true ``` But...