Tyler Sheaffer

Results 54 comments of Tyler Sheaffer

Thanks for the reply @tumtumtum the library is great! When you say `It is relatively easy to write a DataSource that provides this info` it's not easy for me. I'm...

I agree this would be nice. In fact, feels like the default should be Documents directory, not caches. I'm planning to use this to store reasonably critical params that are...

@JayceBryce you can submit a pull request which fixes this issue. Simply change the Podfile definition and submit the PR. Tag me in that and I'll approve. Thanks

Hey @pawelnathan yes, there is a very specific way you have to encode the video. The instructions are in the readme under [Video Processing](https://github.com/tsheaff/TSHAlphaVideos#video-processing) If it's not working for you,...

I'm having the same issue. @jasonmcaffee did you find a solution? @erksch are you saying it should NOT be inside a scroll view? For me it's not inside a scrollview...

I have a pull-request out for this here: https://github.com/zhxnlai/ReactiveUI/pull/7 @zhxnlai

@abdullahdevrel I'm experiencing the same. Here's the only code in my codebase that touches ipinfo. ```ts import * as envalid from 'envalid'; import logger from 'libs/logger'; import IPinfoWrapper, { ApiLimitError,...

Also as an aside @maebeam or @diamondhands0 I'd love to understand the encryption mechanism a bit better. I see in the code [here](https://github.com/deso-protocol/identity/blob/236987a00b5fe9a3203ddece04844fe7f98cb850/src/app/crypto.service.ts#L71) in `seedHexEncryptionKey` we're creating a random 32-byte...

I think the much better UI is to have the WYSIWYG post editor automatically unfurl *while you're drafting your post* so that when you hit `Post` it already looks like...

Having implemented internationalization a few times before, it seems to me there are a few parts to this (large) project: 1) Pick a vendor for actually sourcing the internationalized strings....