Steve Gentile
Steve Gentile
Was wondering about adding typescript support with type definition file creation as well ? Thanks!
Is there a way in GetCassette to handle the following type scenario ? ?
when running rails server I get the following error : devise_token_auth_demo/config/initializers/figaro.rb:1:in `': private method`require' called for Figaro:Module (NoMethodError) Any ideas? Thanks!
Is there a property that can be set to allow the dynamic dialog to be draggable in the same way the dialog is draggable ?
I've been writing tests and running into quite a bit of an issue with the "No more mocked responses for the query" error. Reading this article https://medium.com/@emmanuellaaninye/errors-when-testing-apollo-graphql-in-react-no-more-mocked-responses-for-the-query-fe1b54756491 highlights all the...
I get this error after installing '@apollo/react-testing'; ``` Cannot find module 'apollo-client' from 'react-testing.cjs.js' ``` I'm on "@apollo/client": "^3.0.0-beta.48",
1. need to provide a ref to the underlying input so it can be used with something like react hook forms easily for validation 2. would like an option for...
So I'm using Jest and we are strictly doing unit tests - I used the example ``` jest.mock('typeorm-transactional-cls-hooked', () => ({ Transactional: () => () => ({}), BaseRepository: class {},...
I setup per the documentation, but when this is called entitymanager is undefined: ``` save(entityOrEntities: T|T[], options?: SaveOptions): Promise { return this.manager.save(this.metadata.target as any, entityOrEntities as any, options); } ```...