Emmanuel Salomon

Results 56 comments of Emmanuel Salomon

Please, consider adding Nuxtjs, Fastify, postgresQL ! And integration with Vitest !

Here is the code to translate messages and formatter with Vue i18n using `t` : ```js const timeago = useTimeAgo(dateValue, { fullDateFormatter: (date: Date) => date.toLocaleDateString(), messages: { justNow: t('just...

@vincentauger Awesome ! It's really much cleaner. Thanks a lot!

Hi! I use some parts of this PR to a side project, but it could became a component. If you are really interested, I could work on it again, but...

Just to said this is also an issue for @nuxt/content with array at the root level of a json. [Like here.](https://content.nuxtjs.org/writing#arrays)

@oripka Did you try to clear the browser cache ?

There is a simpler way to expose your markdown files ! Even more, it provides a direct URL access and works for all kind of files : md, yaml, csv......

No worry. Ok, I will continue to search a gnome's alternative.

Also doesn't work in Vivaldi browser 1.4.589.11

I added the possibility to fetch a branch, a tag and a path in the repository. The github driver use `dir` for the path in the repository, but others drivers...