johnd0e

Results 138 issues of johnd0e

Need mobdebug method to get current status: - is connected? - is debug on? Discussed here: http://forum.farmanager.com/viewtopic.php?p=116950#p116950

As follows from [this](http://forum.farmanager.com/viewtopic.php?p=116842#p116842) discussion, mobdebug makes special actions to forbid debugging of that coroutines, where it was not explicitely enabled with `on()` call (or implicitely via `coro()`) It looks...

This is commit from far-support branch: https://github.com/pkulchenko/MobDebug/commit/0801f1847477dc1b01f789bb99506019ac31f150 Discussed here: http://forum.farmanager.com/viewtopic.php?p=116873#p116873 **Edit** The idea behind current `coro` is great: to hide all tricky doings into 1 high level function. Unfortunately, it's...

`zvm` version 1.1.6, installed with npm on Windows. Game: https://eblong.com/infocom/gamefiles/hitchhiker-invclues-r31-s871119.z5 Use `hint` command 2 times, and get ``` readline.js:1032 throw err; ^ glk_request_char_event: invalid window ``` Perhaps similar issue is...

bug
console-app

Пример использования: define event handler: ```lua Event { description="test!"; group="CustomEvent"; -- any name action=function(Event,...) far.Show(Event,...) end; } ``` emit event: ```lua local opts = {filename="example.txt"} mf.ProcessEvent("CustomEvent",opts,1,2,3) ``` --- Аргументы `mf.ProcessEvent`:...

### Description of the new feature or improvement Since build 5773 the histories behavior changed and it's hard to find recently **closed** files/folders. Reason: the list is sorted in order...

enhancement

https://github.com/Leaflet/Leaflet/blob/d1a1e97b8290f642eb677284af53c2db64199a76/src/core/Browser.js#L98-L104 At the moment [~95%](https://caniuse.com/#feat=touch) of browsers support touch events, so this property is not really helpful anymore. Even more: it is confusing and often mistreated (see #5407, #5266, #3944...

mobile
api
compatibility

> **Note**: PR [#8214](https://github.com/Leaflet/Leaflet/pull/8214) supersedes this PR! Throw on any invalid value of lat/lng/alt (alt is validated if is explicitly specified) Ref: #7128 --- Question: - [x] On `undefined`/`null` in...

> **Note**: PR [#8214](https://github.com/Leaflet/Leaflet/pull/8214) supersedes this PR! Throw on any invalid value of x/y. Fix #6072, fix #6075, fix #7372. Supersedes: close #7418, close #7432. Ref: #7128 --- Question: -...

bug

Leaflet repo currently contains 96 23 branches, most of them are [stale](https://github.com/Leaflet/Leaflet/branches/stale). So I propose: - [x] Delete branches with merged PRs ([repo now configured to delete the branch automatically...

needs discussion
workflow