Antoine Artillan

Results 20 comments of Antoine Artillan

Hi everyone, thank you for your quick response. I am on Windows 10 build 19042. First I will complete the problem I had yesterday : I used gradients pomodoro all...

Hi again, the problem occurred again. You can see it for yourself in this YouTube video I just uploaded : https://youtu.be/piYLwb6qkj0. It seems to have happened again when I hit...

@jameslew isn't this solved with Fancy Zones ? With it you could set up different window areas and you only have to press shift while dragging your window to snap...

Hi, the issue seems to still be present. I have a three monitor setup on windows and the help text and tool button always appears on my left monitor, whatever...

The top bar is indeed a navbar component, therefore it is even weirder that a CardHeader can be displayed on top of it

Hi @alphaxek here is a minimal example : app/temp/page.js : ``` js import { Content } from '@/components/temp/content'; const Temp = () => { return ; }; export default Temp;...

Thanks for your answer but I am not beginning a new project, the product I'm working on is already 18 months in the development and my example was of course...

> ```js > loop > showControls > total={total} > > page={page > total ? total : page} > > onChange={setPage} > /> > ``` > > My `total` is also...

What worked for me was properly adding Cursor’s Windows path to my ~/.bashrc. I added the following line: export PATH="$PATH:/mnt/c/Users/{user}/AppData/Local/Programs/cursor/resources/app/bin" After that, I opened Cursor from the Windows Terminal inside...