De-Wei (David) Ye

Results 10 comments of De-Wei (David) Ye

```ruby stub_request(:get, "some_url") .with(query: hash_including) ``` This works for me

Just personal opinion. The `initHighlightingOnLoad` function is deprecated, it may be solved by using `highlightAll` instead? https://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload

You need to add it to your template. In this theme I recommend to add it to `layouts/partials/post_meta.html` Maybe you can try this: ```html {{ if .Site.Params.ReadingTime }} {{ .ReadingTime...

@AlexBurkey maybe you can check this issue again?

seems related to https://github.com/onelogin/onelogin-python-sdk/issues/53

FYI, the onelogin-python-sdk fixed this in 2.0.1 https://github.com/onelogin/onelogin-python-sdk/pull/54 but I still suggest to lock the dependency versions

I think padding images together is a possible workaround

same issue here, I use `get_landmarks_from_directory` to load image

Hi @stefanhaller, for the 1st question your guess is correct, it shows a question mark. As for running the command in terminal I got these outputs: ```bash > git push...

sure, here are the outputs ``` $ git for-each-ref --format="%(refname),%(upstream),%(upstream:track),%(push:track)" refs/heads | grep test- refs/heads/test-456,,, ``` ``` $ git remote -v show origin * remote origin Fetch URL: [email protected]:Houzz/epn.git Push...