T. Hopia

Results 6 issues of T. Hopia

I keep getting this on my vscode: ``` 'stty' is not recognized as an internal or external command, operable program or batch file. ``` `hie` itself is not working at...

os: windows
component: upstream
can-workaround

# Crypto dependency problem > on React Native Having upgraded to React Native `0.65.1`, I now get the following error when building the app: ```js error: Error: Unable to resolve...

## Expected Behavior When using `animateHeight={true}` the height of each container (view) should be automatically be updated according to their content. When `animateHeight={false}` this problem does not occur. Every view's...

bug
needs testing
v17 Support

Is there any convenient way to check which migrations are have been run and which have not? I'd like to always have my app confirm that all the expected migrations...

enhancement
help wanted

Something seems to kill the `stack install` process on my PC: ``` -- While building package haskell-gi-base-0.21.5 using: C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_Z6RU0evB_2.4.0.1_ghc-8.6.5.exe --builddir=.stack-work\dist\e626a42b configure --user --package-db=clear --package-db=global --package-db=C:\sr\snapshots\062a0412\pkgdb --libdir=C:\sr\snapshots\062a0412\lib --bindir=C:\sr\snapshots\062a0412\bin --datadir=C:\sr\snapshots\062a0412\share --libexecdir=C:\sr\snapshots\062a0412\libexec --sysconfdir=C:\sr\snapshots\062a0412\etc...

# Req adapter timeout fixed > at 5 seconds When using `Req` adapter, requests seem to be capped at 5 seconds in terms of timeouts. Because that's the default that...