Adrien Lemaire

Results 105 issues of Adrien Lemaire

Hi @reedes, I'm worried that this project is dead considering the lack of support with #31, but hopefully, that's not the case. I was wondering if we could get highlights...

Thank you for making vim-wordy. Would it be possible to display suggestions in tooltips and allow auto-completion (eg `:h ins-completion`) ? It is often difficult for non-native english speakers to...

My routes are using components as follow: ``` ``` And some of the components use the window object. We installed the [window-or-global](https://www.npmjs.com/package/window-or-global) package, then I changed the entry point of...

Probably since 12 hours ago when typescript mappings got added to tagbar https://github.com/preservim/tagbar/pull/669 ```vim :messages Executed command: "'ctags' '--extras=+F' '-f' '-' '--format=2' '--excmd=pattern' '--fields=nksSaf' '--sort=no' '--append=no' '--options=/home/dori/.vim/plugged/yats.vim/ctags/typescript.ctags' '--language-force=ty pescript' '--typescript-kinds=catnfvlmie'...

Would be nice if we could append a tag to a bill, to sort them by categories (rent, food, party, etc). Thanks for you hard work !

feature request

The issue https://github.com/tailwindlabs/tailwindcss/pull/2309 has been released in v1.8, and I'm getting this error: ``` > tailwindcss-classnames --config src/utilities/tailwind.js -o src/utilities/tailwind.ts (node:755354) UnhandledPromiseRejectionWarning: TypeError: variantsForKey.map is not a function ``` Code...

enhancement

Could you add a roadmap and estimates for future features to expect? I appreciate that the team from The Times is maintaining this project, and would love to see it...

maybe related to #82 I have css breakpoints at 640px, 768px, 1024px and 1280px. But the breakpoints are activated only when scenario viewports are set to breakpoint+8px (648px, 776px, etc).

Related: #50, #144, #57, #1 By searching around, I understand (probably incorrectly) that ipdb should use ipython's color scheme by default. And that ipython use pygments styles. So I tried...

ipdb==0.11 Python 3.7.2 Docker v18.09.1 docker-compose v1.23.2 When setting an ipdb breakpoint via `import ipdb; ipdb.set_trace()` in a django project running in a docker environment, auto-completion doesn't work (instead, a...