James W Mann

Results 32 comments of James W Mann

I'm also having a bit of frustration with this. Why aren't we saving a global form `dirty` or `pristine` (a la Redux Form) Having this `isFieldsTouched` is nice but if...

@wilkmoura I had opted to totally give up on using the included `rc-form` in favour of using [Formik](https://github.com/jaredpalmer/formik) combined with [Formik-antd](https://github.com/jannikbuschke/formik-antd) that I personally worked on. It works quite well...

I checked the manual for `echo` and it doesn't mention anything about at `-e` option. However `-n` should work as expected.

``` echo -en "\033[0;80r" ``` Where `80` is `${lines}` it seems to work as expected Don't know why some `-en` are outputting as text in the terminal

![Screen Shot on 2020-02-03 at 14-59-58](https://user-images.githubusercontent.com/436270/73686494-16d02580-4696-11ea-893d-8496a6548eb8.png) I know it's not a typescript project but it's good practise to use `Object.assign` with an empty literal, or a constant value first, especially...

You are very correct :) Good catch I made the incorrect assumption that `pugFilters` was an array. After checking, it's definitely not! 😅

I think the best place to upload your certificates would be to something like this: https://aws.amazon.com/quickstart/architecture/vault/ I haven't personally used it before but I know this is the correct way...

I'm also having this issue. The current instructions linked refer to a p12 file and Apple doesn't give out p12 files anymore. https://github.com/jazzband/django-push-notifications/blob/master/docs/APNS.rst I'm really not sure how I'm supposed...

Okay, so I figured out how to get a p12 file and boy let me tell you. There's no way I could've figured this out by myself. I managed to...

Is there a way to do this without having to build your own Plot component?