faerot

Results 24 issues of faerot

Python's isalpha() et al support unicode characters, but transcrypt only checks for latin letters. This fix should allow to do it quick and dirty without extra dependencies and not growing...

IS: enhancement
PRIO: 1 must

When using IndexedDB, there is a continue() method in IDBCursor object. It is impossible to use in python due to parser error as "continue" is a reserved keyword. Trivial solution...

### Description There is no way to handle exceptions if request does not pass "id" attribute. ``JSONRPCResponseManager.handle()`` should always return a response with an error in case of exception in...

Python function id() is very useful and it is trivial to implement using WeakMap, all you need to is is adding to ``__builtin__.js`` this code: ```javascript var _id_registry = new...

STATE: under consideration

I have created the following macro to be able to enable Ctrl+Alt+F fast search in file attributes: ``` [KeyMacros/Dialog/CtrlDown] DisableOutput=0x1 Sequence=CtrlDown CtrlAltF ``` However, it does not work every second...

In Windows Far 1251 encoding was the default in editor. I get that Linux has different encoding, but considering that Far is originally Windows program a lot of users are...

It would be helpful to use typing characters to select necessary menu item fast in pulldown menus. EXAMPLE: in file attributes popup when you are changing owner or a group...

I have moved generated .deb file from one Debian 12 machine to another and after installing with ``` sudo dpkg -i ./far2l-nowx_2.5.3-beta_amd64.deb sudo apt-get -f install ``` When launching far...

In python when item not found it raises IndexError exception. Here it just returns javascript Array.indexOf call. Expected solution: check if result is -1 and raise exception for consistency.

IS: limitation
STATE: rdy to release