yamatakau08

Results 7 issues of yamatakau08

I'm using reminiscence git cloned 18/Dec/2018. After I register the following url, (I replaced the foo.com part from actual sitename.) http://gcp.foo.com/sites/svssqa/SQA/3sec/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2Fsites%2Fsvssqa%2FSQA%2F3sec%2FShared%20Documents%2F3%E8%AA%B2%E5%85%B1%E9%80%9A%2F%E5%8B%89%E5%BC%B7%E4%BC%9A%2FFY16%2F%E7%94%A8%E8%AA%9E%E3%83%BB%E6%B4%BB%E5%8B%95%E5%86%85%E5%AE%B9%E3%81%AE%E6%95%B4%E7%90%86&FolderCTID=0x01200089EB69C4C7A89E42A06022869492E55D&View=%7B874C9850-1EF4-402F-8C57-C98883630B6F%7D The "menu" is not appeared anymore in browser and...

My environment is the following. ``` /tmp$ uname -a MINGW64_NT-6.1 JPC20316739 2.11.2(0.329/5/3) 2018-11-26 09:22 x86_64 Msys (emacs-version) "GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) of 2019-02-25" anki-editor Version: 0.3.3 ``` and...

https://github.com/domtronn/all-the-icons.el#installing-fonts > For Windows, this function will prompt for a download directory for you to install them manually. Could you add the explanation to install the font in detail for...

``` (restclient-http-do "POST" "https://www.xxx.yyy.zzz/jira3/rest/auth1/session" '(("Content-Type" . "application/json")) "{\"username\":\"AAAA\":\"password\":\"BBBB\"}") ``` failed with the following backtrace. What is wrong? ``` Debugger entered--Lisp error: (wrong-number-of-arguments #f(compiled-function (status method url bufname raw stay-in-window) #)...

Dear Chris@sidoh san, I run the follwoing script ``` #! /bin/ruby require 'easy_upnp' searcher = EasyUpnp::SsdpSearcher.new devices = searcher.search 'ssdp:all' device = devices.first p device puts "host:#{device.host}" ``` sometimes puts...

Dear Chris@sidoh san, Thank you for fixing. v1.1.9 fixed the my comments. I had another error. Could you fix that? ``` yama@tnt:~/.gem/ruby/gems/easy_upnp-1.1.9/bin$ ls ./ ../ upnp-list* yama@tnt:~/.gem/ruby/gems/easy_upnp-1.1.9/bin$ ./upnp-list Starting SSDP...

Dear owner of easy_upnp, I'm new to use "easy_upnp". Firstly, I executed upnp_list sript bundled "easy_upnp" bin directory. I faced the error message the following. Could you advice me to...