iron3oxide
iron3oxide
#### Describe the bug The [Apache E-Charts documentation](https://echarts.apache.org/en/api.html#echarts) lists two default locales: 'EN' and 'ZH' (traditional Chinese). In the lowdefy schema for the EChart block (at least the one found...
### All Submissions: - [x] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/pynecone-io/pynecone/blob/main/CONTRIBUTING.md) file? - [x] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/pynecone-io/pynecone/pulls ) for...
Right now, there are a lot of Vars that can theoretically be set to any given str, only comments and sometimes the docs denote the set of options that will...
Having the ability to add stylish transitions would be cool. Luckily, Chakra has [some components for this](https://chakra-ui.com/docs/components/transitions/usage) that look easy to wrap.
This allows to create pydantic models that contain the FK ID instead of the full related model for each field specified in `fk_as_int`. To see why this can be useful,...
**Is your feature request related to a problem? Please describe.** When defining an ormar.Model and inheriting from both an abstract ormar.Model and a mixin (pydantic in my case), two problems...
- [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://pendulum.eustace.io/docs/) and believe that my question...
I just encountered the same issue as described in #391. It was easily fixed by changing the server address given to the `api_service` from localhost to 127.0.0.1, thereby making it...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...
As a developer handling PII, it would be great to be able to store certain fields or even complete types encrypted. I realize that if the field type information ought...