UnderCooled

Results 13 issues of UnderCooled

Running on a FreeBSD, browse on a windows machine. Chrome Inspect: ``` :5678/gems/doc/sinatra/0.9.4/js/searchdoc.js:401 Uncaught TypeError: Cannot read property 'location' of undefined ``` Firebug: ``` this.frame is undefined [Break on this...

`vim.api.nvim_*` return path with `\\` on Windows, so those patterns should be changed.

日志出错的部分: ``` log 2013/03/27 09:19:59 gae.go:405: Session[1]Request GET http://www.youtube.com/watch?feature=player_embedded&v=ibPziLRGvkg 2013/03/27 09:20:00 range.go:332: Session[1]Recv res:200 map[X-Youtube-Visitor:[pcp1H23Vt3Q] X-Youtube-Experiment:[;922912;902000;919512;913605;931202;900821;900823;931203;931401;908529;919373;930803;906836;920201;929602;930101;930603;900824;910223] Date:[Wed, 27 Mar 2013 01:19:59 GMT] Cache-Control:[no-cache] Server:[gwiseguy/2.0] X-Google-Cache-Control:[remote-fetch] Set-Cookie:[SID=DQAAAL0AAAB0fxdzRwEgnInzeH2aVR-nghvLbSfOl8elF7izqkIV8gbyjtSpPgL_S4GHaXNRvhrLHnAkCo9kEEQDcCifnCuPLOVHlW93GTaKlkn7b0TQeXm-xughS4rfPbS-88bhhAAMS_13G-RFU79ehpbD1-E_KtFJAIw51o-x2BswpjqrN7AevNuRj2PqtpnY0wb5jBjV-N9ohmj7WjFnK0ymy-kINri8Y2-0I3laA7lvzBm6XkoBG0BwR86pGL_zbmZj7oc; path=/; domain=.youtube.com; expires=Sat, 25-Mar-2023...

https://github.com/mojombo/toml 看上去好像配置起来会比 json 舒服一些。

我启用了SSH(为了看 vimeo),买的廉价SSH所以不是很稳定会断,好像 gsnova 当 SSH 断开时不会自动重连?我只能重开 gsnova 。

```go proxy := readConfig() env := []struct { name string val string }{{"HTTPS_PROXY", proxy}, {"HTTP_PROXY", proxy}} win.CreateProcess( win.StrOptSome("C:\\Program Files (x86)\\AppFlowy\\AppFlowy.exe"), win.StrOptSome(""), &mySecurityAttr, &mySecurityAttr, true, co.CREATE_NO_WINDOW, env, win.StrOptSome("."), &myStartupInfo, &myProcessInfo) ```...

My PR #24 got closed, so I fork on my machine, and fixed Windows issue, but I didn't pull upstream after July, 2023. Here's the diff: ```diff diff --git a/fnl/tangerine/api/compile.fnl...

[Neovim docs](https://neovim.io/doc/user/options.html#'mousemoveevent') This event is supported when you run nvim in wezterm: ![image](https://github.com/RMichelsen/Nvy/assets/161503/fd542188-e608-4958-b782-01bc64f4633b) Cursor at line 5 and mouse is hovering on "main", with the help of this [fennel config](https://github.com/gpanders/dotfiles/blob/master/.config/nvim/plugin/mouse.fnl),...

```diff diff --git a/src/commands/core/actor.rs b/src/commands/core/actor.rs index 91a1846..ae3d413 100644 --- a/src/commands/core/actor.rs +++ b/src/commands/core/actor.rs @@ -63,7 +63,7 @@ fn prompt_finder( let exe = fs::exe_string(); - let preview = if cfg!(target_os = "windows")...