McBen

Results 7 issues of McBen

Calling `alert` with a non-string parameter will create an exception. alert is overloaded by iitc and will call `convertTextToTableMagic` without any parameter checks. expected behaviours: ``` alert(1); alert(["hello"]); ``` should...

Many plugins (stock or 3rd-party) store data on the user device. All localstorage or DB stuff will stay there forever. In a really bad case it could fill up the...

( + a upper/lowercase fix for linux) Bug examples: local a=1 --

DIALOGS is not initialized when "checkingIntelURL" or "extractFromStock" function fails and tries to open a dialog. example: error"can't access property "dialog-anon-0", window.DIALOGS is undefined" when not using "intel.ingress.com"

what happens: when you login with "fake user agent" option activated IITC will start up in desktop mode on mobile. what should happen: start in mobile mode workaround: a reload...

(on windows) looks like it adds the process path to the CWD option. worked fine in 11.0.3 with 12.0 I got: ``` ResolverError: Error opening file "E:\myproject\node_modules\@bcherny\json-schema-ref-parser\E:\myproject\src\api\v2\schema\index.schema" [...] at ReadFileContext.callback...

bug
help wanted

the PathOption `dashOffset` is currently ignored on canvas layers.

feature
bug