Orkhan Alikhanov

Results 9 issues of Orkhan Alikhanov

When an api request fails in SSR, I only see this: No useful stack. It's especially hard to know which request failed in production since log does not contain useful...

Although the framework provides authenticating and fetching user from database, it seems to miss `remember me` functionality. Would be great if there was a built-in way to do this. Laravel...

feature request

How can I dismiss the view controller programmatically? Following minimal example does not work: ```swift struct MyView: View { @State var showView = false var body: some View { let...

The book is available at https://blittle.github.io/chrome-dev-tools Would be great if you added it to the repository description. Something like this: ![image](https://user-images.githubusercontent.com/15037839/82059462-1ef92180-96d7-11ea-9897-a5c8bf465a5c.png)

### Environment sandbox@sse-sandbox-mc2cu5:/sandbox$ npx nuxi info Nuxt CLI v3.0.0-rc.3-27540667.2886dfd 23:06:13 RootDir: /sandbox 23:06:14 Nuxt project info: 23:06:14 ------------------------------ - Operating System: `Linux` - Node Version: `v14.18.1` - Nuxt Version: `2.16.0-27358576.777a4b7f`...

pending triage

https://github.com/react-navigation/react-navigation.github.io/blob/bfc09a18884e06304f9e79176ef5e9f3d2c0cb8c/versioned_docs/version-6.x/deep-linking.md?plain=1#L164-L179 The data fields gets merged: ```xml ``` becomes: ```xml ``` And with that, only `mychat://www.example.com` will open the app. Source https://stackoverflow.com/a/27321468/5555803 The solution is to use different `intent-filter`s.

Thank you so much for initiating this work. I hope you'll finish it up soon. I am coming from your [blog post](https://worthdoingbadly.com/dscextract/) which is really really cool! Great analysis. I...

Hi, I'm running into an issue where Vue updates dom a bit late than the flow expects. Basically the updates happen after `run` callback returns. It would be great if...

permanent

When I run it via: ```sh npx react-native-port-patcher -- --new-port 8080 ``` it yields: ```sh Path does not exist: /Users/oalikhanov/.npm/_npx/d4f059e7aba1aa33/node_modules/react-native ``` The reason is that it uses `__dirname/../../node_modules` instead of...