Thorin Schiffer
Thorin Schiffer
If a field in a component has type array and subtype enum, no enum class is generated for this enum as it is for simple, non-composite enum field. **To Reproduce**...
Looks like this ``` pricing_strategy: contract_name: MilestonePricing contract_file: MilestonePricing.sol arguments: _preicoPrice: "{{ to_wei('0.008', 'ether') }}" _preicoContractAddress: "{{contracts.preico.address}}" _milestones: - 1492272000 - "{{ to_wei('0.010', 'ether') }}" - 1492876800 - "{{ to_wei('0.011',...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Streamlit needs...
**Describe the bug** If document referencing goes further than one level, find won't resolve it properly **To Reproduce** ```python class Organization(Document): slug: str class Domain(Document): organization: Link[Organization] integration: str class...
**Describe the bug** If migration directory has the init file in it, it will be executed as a migration file and marked in the migration history as a migration node....
**Describe the bug** Example for iterative migration will lead to migration being not applied to any document. **To Reproduce** ```python class Tag(BaseModel): color: str name: str class OldNote(Document): name: str...
**Describe the bug** When a document has a invalid link, fetch_links=True results in a silent non-resolution to the Link object. This is a hardly debuggable case if a collection of...
The current project state machine is too big and messy. The number of states must be reduced. Archived and dropped projects must have an option of unarchiving and undropping. The...
After a certain time, the inactivity on the project means it's not gonna happen. The projects will expire after the certain number of days of inactivity, leading to their archiving....