Jeremy Kun

Results 328 comments of Jeremy Kun
trafficstars

It's very heartwarming to have this problem myself and then see a workaround and active work being done to fix it, despite the problem being over a year old! ❤️...

I'm trying to find a more principled solution to this than editing the js file. Do you know if it's possible to add `.env*` to the set of files being...

I imagine there's a way to specify a gulp action in a config file somewhere, but I'm new to ES6 so I haven't figured it out yet.

Sure. The gist is that in an ideal setup, I can import `react-native-dotenv` and configure it even if there is no `.env` file present, or some of the config variables...

I think, in general 12-factor app design does not assume the existence of an .env file at all, and I notice that your package raises exceptions even in the case...

Seriously this project is amazing and I've been using it almost daily for over a year now.

Your examples 1,2 look correct. I like how you defined F as a set with the implied pattern in Example 2. Another way to do it would be to describe...

This is a problem where estimation is the only reasonable way to go about it. In particular, all we need to do is find a subsequence of a_n that diverges,...

I think it is also possible to use Taylor series to attack this problem, but (I think) it would require a Taylor expansion "at infinity" and I haven't _really_ explored...

You're right that in general you can't use a subsequence to prove divergence, but in my opinion the numerator and denominator are simple and well-behaved enough that one could show...