Nosterx Thoth

Results 7 comments of Nosterx Thoth

Possible related. ` In [70]: dateparser.search.search_dates(u'с 06.11.2012 по 09 мая 2022', languages=['ru']) ` ` Out[70]: [('2012', datetime.datetime(2012, 7, 1, 0, 0)), ('09 мая 2022', datetime.datetime(2022, 5, 9, 0, 0))] `...

Is there a way at least disable keybinds entirely, so I can define my own and be happy with it? I have `default_keybinds = false` in my `require('neorg').setup` but this...

Same here =( Anyone managed to fix this?

Facing similar issue now. Did you managed to get it working?

Sadly this doesn't seems to be working for me. I installed your branch in doom emacs with ```emacs-lisp ;; packages.el (package! dap-mode :recipe( :host "github" :repo "dsyzling/dap-mode" :branch "python-multi-process")) (package!...

example by @Omnifarious rewritten for IPython with python3 put in `$HOME/.ipython/profile_default/startup/00-better_exceptions.py` ``` import better_exceptions, sys ip = get_ipython() old_show_tb = ip.showtraceback def exception_thunk(exc_tuple=None, filename=None, tb_offset=None, exception_only=False): new_exc_tuple = exc_tuple or...

I'm facing a similar issue now. I managed to trace it back to the filetype detection in the 'plenary/filetype.lua' file. It seems that Plenary's filetype_table was not populated for some...