johnd0e

Results 139 issues of johnd0e

Currently Luacheck can check known globals usage. It would be great to extend this ability to check table fields in libraries that need `require` to access them.

And besides of checking predefined std functions it would be even greater if we could specify own functions signatures inline.

`.luacheckrc:` ``` return { stds = {custom={}}, std = "_G+custom", } ``` This works as expected using luacheck cmdline utility. But it fails when I try to pass same table...

enhancement
lua interface

As `loadMultiple` is capable of loading several files at once - we need support it in events. It could be separate events pair `'data:multiple:start'`/`'data:multiple:end'`. Sample usage: I want add loaded...

togeojson library converts KML styles to geojson [simplestyle ](https://docs.mapbox.com/mapbox.js/api/v3.2.0/l-mapbox-simplestyle-style/) [(spec)](https://github.com/mapbox/simplestyle-spec). It is not explicitly mentioned in docs, but it's just mapbox standard. You can see it in code, e.g. search...

https://download.filezilla-project.org/client/FileZilla_3.34.0_win32-setup_bundled.exe В корне, и не только, отображаются странные папки, с сердечком в имени. Внутри можно найти и искомое содержимое, но разбито по папкам оно не совсем корректно. В итоге распакованное...

Хотелось префиксом открыть **NetBox: Stored sessions** Ожидал именно такого поведения от `netbox` без параметров. Однако выяснилось, что эту функцию неожиданно выполняет `ftp:`, все же прочие префиксы без параметров ничего не...

E.g., compare these - https://ru.wttr.in/moscow: `18 °C ↖ 19 км/ч` - https://wttr.in/moscow: `20 °C ← 15 km/h ` (But 3-days forecasts are identical)

by Shmuel: https://github.com/shmuz/far2m/commit/a8f5778d2fc4031af27a04097a2501359cc709b9 data = mf.GetPersistent (strkey) **Parameters:** strkey: string **Returns:** data: table **Description:** `GetPersistent` returns a table that is created initially empty by the plugin. This table may be...

Put guids descriptions into `uuids.far.dialogs.hpp` as comments