Bryan Lumbantobing

Results 19 issues of Bryan Lumbantobing

**Is your feature request related to a problem? Please describe.** Thinking of get store value from nextjs middleware **Describe the solution you'd like** `export const wrapper = createWrapper(makeStore);` we have...

Just checked `next-intl` library and amazed that it has support for typescript integration and autocompletion out of the box https://next-intl-docs.vercel.app/docs/usage/typescript so that we can have type-safe and autocompletion in our...

## 🐛 Bug Report ![image](https://user-images.githubusercontent.com/46083126/180649610-f7762e0a-7f10-48c0-b9a1-89838dd5c3ec.png) This is only happening when I run `build` script and my layout call `useTranslation` hook ## To Reproduce A [small repo](https://github.com/bryantobing12/layout-reproduce-i18next) to reproduce - clone...

## 🐛 Bug Report I want to watch changes in the translation JSON files like `reloadOnPrerender` in next-18next does https://github.com/i18next/next-i18next#reloading-resources-in-development But every time I make changes to JSON files it...

stale

Based on this issue that i created https://github.com/pnpm/pnpm/issues/5231 Turns out the issue wasn't on vercel. it's pnpm that didn't consistent when installing dependencies. We can reproduce it with this repo....

### pnpm version: ### Code to reproduce the issue: https://github.com/bryantobing12/next-boilerplate #### Steps to reproduce - pnpm install, it will install `@typescript-eslint/eslint-plugin` in local. because it's listed as `eslint-config-airbnb-typescript` peers, -...

type: bug

based on pnpm docs https://pnpm.io/id/npmrc#auto-install-peers i have set .npmrc `auto-install-peers=true` to automatically install peerDependencies. In my local development, it works. But when deploying to vercel the peerDependencies are not installed...

## Issue Describe your issue here I'm currently developing a phone authentication for my ios app using @react-native-firebase/auth specifically `Phone Auth` in ios simulator we don't have access to `Silent...

platform: ios
plugin: authentication
Stale
type: documentation

When I have long text for y axis label. it gets cut off ![image](https://user-images.githubusercontent.com/46083126/224299694-b7f225a5-92e3-4801-8abd-f567b79e486d.png) How can i make it so that the text pushed the chart to the right so...

### Current behavior This is only happening on JS Stack Navigator I keep getting warning that says "Sending `onAnimatedValueUpdate` with no listeners registered" every time i'm swiping back to the...

bug
help wanted
platform:ios
repro provided