Denis Orehovsky
Denis Orehovsky
Looks like travis is no longer free and travis-ci.org doesn't build anymore. We need to migrate to GitHub Actions. #38
I've camelized my API using djangorestframework-camel-case (https://github.com/vbabiy/djangorestframework-camel-case). However, OpenAPI is still showing me that all of my fields are in snake case. One way of fixing this is to override...
Has anybody tried to integrate compilebox with docker-compose? I have tried and haven't succeeded. From the beginning, I was trying to create docker-in-docker. I had a container with node js...
Hi, I need to pass additional options to axios, but can't find a way to do this with react-query client (haven't tested with other clients). I have this config: ```...
My flake8 does not work in proton. I spent countless time on it and still don't understand why. Please help.   
## Checklist - [x] Raised initially as discussion https://github.com/encode/django-rest-framework/issues/6863 - [x] This cannot be dealt with as a third party library. (We prefer new functionality to be [in the form...
### Describe the Bug I have an email: ```typescript import { Body, Html, Head, Text, Button, Link, Container, Tailwind, Section, Preview, Img, } from "@react-email/components"; import * as React from...