jessebrennan

Results 15 comments of jessebrennan

@portalgun Do you want to make a PR for these changes? Even though no one merges them it could be helpful for other people who run into the problem to...

@hugues-talbot to fix this issue change https://github.com/ckreibich/scholar.py/blob/master/scholar.py#L515 to ``` if path.startswith('http://') or path.startswith('https://'): ```

Layers solve one particular issue, but there are plenty of other reasons to support symlinks in the chalicelib directory. In my particular case, the code I wish to symlink is...

@jamesls I wasn't sure from your comment if you planned to do it or were asking me to, but I went ahead and added the test. I tried to push...

@jamesls I thought I'd ping you again in case this slipped through the cracks.

@jamesls I wanted to ping about this PR before it goes stale. Please let me know if you're no longer interested in merging. I added the requested tests.

I noticed that chalice 1.26.5 addresses Terraform related issues. I just tested with that version of Chalice, but Terraform still emits the warning.

I just wanted to point out that #1194, which is requesting to fix this bug has 30 :+1: , so there is clearly a lot of user value in setting...

@jamesls is there any interest in merging this still?

@Pawel1894 's solution worked for me until I needed to contain the draggables in scrollable divs with a fixed height. I ended up fixing this by, instead of passing `top:...