While trying to follow the Add Firebase to your JavaScript project on an empty git repository that will be used for a TypeScript project, I got the following er
I very new to Playwright. Due to my test suites, I need to login into my application before running each test. Inside a single spec file that is easy, I can sim
Hi I am trying to run this github project https://github.com/LemmyNet/lemmy-ui How do I run it? I tried using npm start it says yarn not found.
I ran into this problem while trying to upgrading from angular 6 to 8, whenever i try to ng serve or ng build i get the following error: its been so fustrating,
I'm using the useSelector(state => state.SLICE_NAME) hook from React-Redux however I'm having difficulty defining the state parameter. It is set by default a
I have a problem with the Intellisense on Typescript files in Visual Studio 2022 (on 2019 I didn't have this issue). From time to time the Intellisense stops wo
I've got a simple example project using TypeScript: https://github.com/unindented/ts-webpack-example Running tsc -p . (with tsc version 1.8.10) throws the foll
I am getting this fairly non-sensical tsc transpilation error: error TS6059: File '/Users/alex/codes/interos/teros-cli/src/logging.ts' is not under 'roo
When I click on the checkbox in the table header. Then all the checkboxes in the table should be checked. Currently, I'm using angular 12 and primeNG table. <
Let's say you are using a component that has been imported from elsewhere <Animal species={animalSpecies} /> // species has a specific type and you want t
I am using typescript to write redux application. var item = React.createClass({ render: function() { return (<div>hello world</div>) } });
I am using angularjs 2 and type script. I want the number of days in a month from a particular date given by user. How do I Determine that? Please help. Thanks
I want to have a default route in my sub-component (set with useAsDefault: true) and to have parameters automatically passed to it. I cannot find anywhere in do
Some entities in my database have a property which is their associated key on AWS S3, for example: // my.entity.ts @Column() s3Key: string; I would like one of
I have an angular 8, that uses karma/jasmine to run some unit tests. I can run tests by executing the following command ng test but I'm getting the following er
EDIT: Since vue conference Toronto (late 2021), Vue has officially switched over to Pinia for typescript support, instead of Vuex. They also acknowledge that Vu
I am doing unit test using jest. The things I am working with is vue3 (typescript) with quasar. I am facing the following error: TypeError: Cannot read property
I'm making a chess game and I am using Vue 3 and TypeScript with Pinia for the state management. I want to do something like the following: export const useStor
I've beend creating a node application with typescript and I'm using jest to write unit tests. My issue: I can't really write unit tests simulating invalid fun
I am trying to show content from firestore in a small TypeScript web application by accessing firestore client-side. However, tsc is failing to compile as it ca