Tim Elson

Results 10 issues of Tim Elson

- [x] I have fzf 0.23.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

**Describe the bug** I created an IAM Role with managed policies but the generated CFN did not contain them. **Related Mapping** `iam:AttacheRoleToPolicy` **Related Language** Cloudformation **To Reproduce** Steps to reproduce...

new-mapping

I realize this isn't an issue Neovim-from-scratch at all but if you can suggest a fix or strategy for investigating it I'd very much appreciate it. I see in your...

Hi LunarVim, Thanks for the comprehensive videos and excellently structured config examples. I'm struggling to see where you have set up the `path` and `suffixesadd` to allow you to jump...

**Describe the bug** README.md behaviour not replicable. **To Reproduce** 1. Install ``` (general) minmac@minmacMBP:~ ❯ pip install git+https://github.com/rachmadaniHaryono/we-get Collecting git+https://github.com/rachmadaniHaryono/we-get Cloning https://github.com/rachmadaniHaryono/we-get to /private/var/folders/9h/dr9mshyn6ss8cfm_qp8mgdtc0000gn/T/pip-req-build-2etnj72e Running command git clone -q https://github.com/rachmadaniHaryono/we-get...

I am trying to get to the bottom of a [problem #413](https://github.com/aws/sagemaker-python-sdk/issues/413) causing my deployed tensorflow model to fail. The model is a simple and deploys with basic instructions to...

### FAQ - [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with...

bug

Running the following cell in [sms_spam_classifier_mxnet.ipynb](./training/sms_spam_classifier_mxnet.ipynb) notebook errors: ```python from sagemaker.mxnet import MXNet output_path = 's3://{0}/{1}/output'.format(bucket_name, bucket_key_prefix) code_location = 's3://{0}/{1}/code'.format(bucket_name, bucket_key_prefix) m = MXNet('sms_spam_classifier_mxnet_script.py', role=role, train_instance_count=1, train_instance_type='ml.c5.2xlarge', output_path=output_path, base_job_name='sms-spam-classifier-mxnet', framework_version=1.2,...