Błażej Kustra
Błażej Kustra
### Issue I keep getting deprecations errors whenever I use `connection.execute(...)` function from `snowflake-connector-nodejs`. ``` DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(),...
### Details - Fixed ✅ `onPress` is defined to receive a single `GestureResponderEvent` argument, but in reality it can receive different treatment depending on the input that it's used with...
I wanted to try this template but noticed that it still uses dynamoose, which doesn't fully support Typescript and is somewhat limited in that area. Having in mind that this...
### Details ### Related Issues [GH_LINK](https://github.com/Expensify/App/issues/40355) ### Automated Tests ### Manual Tests ### Author Checklist - [ ] I linked the correct issue in the `### Related Issues` section above...
Fixes https://github.com/blazejkustra/dynamode/issues/32. Now it is possible to overwrite the name of the class with a decorator. ```ts import Table, { tableManager, TableProps } from "./table"; import attribute, { entity }...
### Explanation of Change We're adding a new Trip Details Modal in NewDot, allowing users to view travel details directly in the app instead of being redirected to Spotnana. This...
Full proposal [here](https://swmansion.slack.com/archives/C05LX9D6E07/p1732198006656509). Replace Animated API with Reanimated, which runs animations on the UI thread (instead of JS thread), ensuring great performance. Reanimated integrates deeply with react-native-gesture-handler (used throughout our...