pennal
pennal
I am trying to add headers to the request with no luck. I followed the link given in #140, but it does not seem to work. Here is what I...
I have [Anaconda](https://anaconda.org/anaconda/python) installed on my system. From what I was able to understand, it overrides the built in `python` and `pip` with the ones bundled (which are located at...
I have this docker-compose file: ``` version: '3.1' services: # ...SOME OTHER SERVICES... pg: image: postgres:11 container_name: pg-my-service-prod restart: always volumes: - $HOME/data/postgres-my-service-prod:/var/lib/postgresql/data environment: - POSTGRES_USER=root - POSTGRES_PASSWORD=root - POSTGRES_DB=myservicePROD...
If one of the tags has a space, or any other character other than letters and numbers, the tags are not applied AT ALL to the droplet on creation. When...
**Describe the bug** I have a component that I need to use to geenrate a table in a pdf, and then download it. This is a stripped down version ```...
## What is the issue? Anytime any of the actions are invoked, the entire system freezes for 30 secs to 1 minute. This happens both with the brew install method...
Hi, I am trying to implement a simple import/export script to integrate Tolgee in a CI/CD workflow and I am constantly hitting errors with the API. The current documentation (especially...
I am trying to achieve something similar to Chart.js, where there is an animation on appear (such as [this one](https://www.chartjs.org/samples/latest/charts/bar/vertical.html)). From the documentation it looks like [Plotly.animate()](https://plot.ly/javascript/plotlyjs-function-reference/#plotlyanimate) could do the...
According to the docs, it is possible to include external files ([see doc here](https://mjml.io/documentation/#mj-include)). Currenlty the `TemplateFactory` does not seem to resolve such tags, but should not be too difficult...