-
I have a react component written in typescript. Is there any way to use the boilerplate to create a dash component out of my typescript component?
-
When generating new components using the dash typescript boilerplate, there is an issue with props containing a hyphen. E.g., if I try to generate bindings for a component, which has the "aria-expande…
-
MacBook-Air:hyperledger-typescript-boilerplate dpk$ npm start && npm test
> hyperledger-typescript-boilerplate@1.2.1 start /Users/dpk/Desktop/Project/blockchain/attempt5/fabric-samples/hyperledger-…
-
### Use case
In my environment, I have two serverless applications: one built using Python and the other using TypeScript/Node.js. Both utilize AWS Powertools. However, I have noticed a discrepancy…
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
A lot of devs rn are using Typescript and this boilerplate doesn't suit typesafe enthusiasts, unfortunately.
-
### Issue description
I’m wondering why the official guidelines still promote patterns from the 80s, where development was done in raw text editors rather than in modern IDEs. In modern IDEs, type in…
-
I can base my unit tests from [this pull request ](https://github.com/ManuKle/electron-react-typescript-boilerplate/pull/1/commits/8a3907d470a73448e8d8cac74c0d1a24fa0c22ca)to the react typescript elec…
-
Can we have types for this?
It would be nice to have for folks with typescript boilerplate.
-
## Issue Description
Entities extending `BaseEntity` cause TypeORM to throw when calling `DataSource.initialize`
### Expected Behavior
The database is initialized without issue.
### …