anotherthomas
anotherthomas
Hi, I have a dotnet backend and a typescript frontend. To get somewhat sensible date handling, nodatime types are mapped to temporal for the front end. There's a test controller...
The installation of the magic ai storybook software is quite complex and manual. Packaging the software allows to a) automatically download dependencies and b) create entry points to start the...
Hi, do you have any plans to package the magic_ai_storybook code for pypi? That would make installation easier.
To facilitate API design for assemblies, [GenerateAutomaticInterface] should take `internal` visibility into account. The interface can be useful for dependency injection without necessarily being part of the public API of...
Generating interfaces is useful for internally used classes too, which are not part of the interface of a compilation unit. I'd prefer using the same accessibility for the interface as...
Since a pull request updating the files to kicad 7 has been open for quite a while, I'm wondering if updating them again would be worth my time?
[testcase.txt](https://github.com/user-attachments/files/18802184/testcase.txt) **Describe the bug** I'm trying to partition emails. In some cases, the processing results in a `KeyError: 'multipart/mixed'` ``` >>> from unstructured.partition.email import partition_email >>> partition_email("testcase.txt") Traceback (most recent...