Jed

Results 10 comments of Jed

Hi there ! Tiny ping because I'm also experiencing this issue. Nuxt version `3.0.0-rc.11` Code example: ```vue // experiences/index.js Experiences ``` ```vue // experiences/[experience].js import experiences from '@/data/experiences' import {...

Thanks for the review @azaleacolburn. I updated the code following your suggestions.

@ajeetdsouza Would love to see this merged 🙏🏼 Thanks in advance!

@ctorney I'm not familiar with bookmarks, but should be doable I suppose. I'll add it!

@ctorney Done it now also supports bookmarks listing. See readme.

Me too ahah. @dangkhoipro @pidgeon777 I'm using my branch since to be able to use the feature, you can by using my fork: ``` { "ValJed/marks.nvim", branch = "feat-telescope-support-for-listing-marks", ......

I have the same issue with `NixOs`, indeed I have no `power_now` and `current_now` in my `BAT1` folder. Not sure why not using a simple command like: ```bash cat /sys/class/power_supply/BAT1/capacity...

Not sure you need my logs but: ```bash ls -ahl /sys/class/power_supply/BAT1 Permissions Size User Date Modified Name lrwxrwxrwx - root 24 août 12:24  device -> ../../../PNP0C0A:00 drwxr-xr-x - root...

@stuartromanek very sorry for that late reply never saw the mention. I would say you can keep your fix as it is but it would be nice to create a...

Strategy looks good, it's understandable (still complex but the feature is a bit). We need to remember to call the `skipDelay` also that the passed function must be synchronous. Maybe...