-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-dash@0.0.11` for the project I'm working…
-
## Server Actions
### src/actions/task.ts
```
~
export const deleteTask = async (
id: string,
state: FormState
): Promise => {
try {
await connectDB();
await TaskModel.delete…
-
Hello,
Correct me if i'm wrong, but i can't see any param that can modify dropdown list items padding.
Is it possible to introduce param like dropDownListPadding or something similar that will b…
-
You might sometimes write a ternary at the top-level when returning from a React component
```tsx
// incorrect code
function Component({ isCondition }: { isCondition: true }) {
return isConditio…
-
```mermaid
journey
title Scores History
section 5f3670bb2bd0f8d3d2bbc25d8fd744af75ce9006
message: 2: luzmagurzua
vulnerability: 3: luzmagurzua
section 28dfcda3feb96e382837f39a80ab71a33e5f7af2
messag…
-
Since react-native `0.65.x` handling listeners has changed, here's a `patch-package` file to temp fix ***only*** `ToastView.js`:
```
diff --git a/node_modules/react-native-smart-tip/toast/ToastVie…
-
### Description
Implement feature to process diff files and retrieve completions from ChatGPT in Golang, integrating results with Report Viewer React component.
### Tasks
- Implement API integrat…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-user-avatar@1.0.8` for the project I'm w…
-
## About
This article is a note of [Mastering React Reconciliation - Advanced React course ](https://www.youtube.com/watch?v=cyAbjx0mfKM&t=1097s&ab_channel=DeveloperWay)
React Reconciliation…
-
Failed to launch application using latest version of template
## Steps to Reproduce
* created telegram bot
* created application using template, https://github.com/kcbuilder/tg-app-example - pu…