Tareq Dayya

Results 10 comments of Tareq Dayya

The problem I had was with `ts-jest` (tried replacing it with `babel-jest` and it worked fine). All I did to get `ts-jest` to work was to update its config by...

In case anyone runs into the `adapter.afterAll not a function` issue like @dwilt, u don't need to install or import jasmine (you need however to install the @types/jasmine.) What u...

Same here. Using the HTML anchor tag with mailto inside the href works fine. In the console, i get Uncaught TypeError: b is not a function

I just pulled the repo and ran the demos locally. The email button, with the email icon nested as a child, works just fine. Could be something in the Webpack...

@blasphemic I've used this workaround until it gets fixed: ``` const handleEmailOnClick = () => { window.location.href = encodeURI(`mailto: ?subject=${Some.Variable} Subject Here &body=Hi,\n\nYou Can bla Bla bla "${some.variable}" At ${url}\n\nEnjoy,`);...

Fixed by downgrading @react-native-community/art to 1.1.0

I can push a PR if you can approve requirements. This is what I have in mind: - User can archive a card via context menu - Archived card has...

I'm not really opinionated about the discoverability, all I care about it is being able to hide the cards once they're no longer relevant. Feel free to set the requirements...

No worries. Give it a thought, and let me know if you change your mind. For now, I'll just use a local build so I can use it. I never...