Dmitry
Dmitry
@mpx, ? still experiencing problems with luajit
I think `direction === 'rtl'` would cause text to be printed from right to left? :thinking: So no choise to fix yet.. [`components/table/hooks/useFilter/FilterDropdown.tsx`](https://github.com/ant-design/ant-design/blob/master/components/table/hooks/useFilter/FilterDropdown.tsx) ``` const { direction } = React.useContext(ConfigContext);...
@refi64, thx; is it possible to make such extension?
@refi64, I decided to implement temporary solution at first. I want to bind to `ctrl+tab` macros which opens `'switch-buffer'` and then simulates `down arrow` key which switches to the next...
``` howl.bindings.push { ctrl_tab: () -> howl.command.run 'switch-buffer' howl.command.run 'cursor-down' -- doesn't work --howl.bindings.process(key_event_arrow_down, 'editor') -- doesn't work too } ``` `source` option for `howl.bindings.process` is not `'editor'`. which `source`...
> which source should I use? can any1 help please :crying_cat_face:
> Try just setting the binding to `switch-to-last-hidden-buffer`. @refi64, doesn't work.
@danielvy, where can I put `{ needMap: false }` in `vue.config.js`?
interface `InanoSQLForeignKey` at `packages/Core/src/interfaces.ts` doesn't have anything relevant :confused:
@manojVivek, plz check