Emmanuel Salomon

Results 56 comments of Emmanuel Salomon

Certainly related to the issue I opened here https://github.com/electerious/Ackee/issues/234 I plan to work on this feature this month...

@aske-cph Yes, I'm working on it. You can see the work in progress in the `viewsPerPage` branch here: https://github.com/ManUtopiK/Ackee/tree/viewsPerPage Only the api works fine. You can fetch stats per page...

I'm not sure this issue is correctly solved. I got the same error using "@yeger/vue-masonry-wall": "^3.0.42". I use "nuxt": "3.0.0-rc.6" and node 16.15.1. I added ```js build: { transpile: ['@yeger/vue-masonry-wall'],...

Since I posted this issue, this "agressive hack" work like a charm. I used it with nuxt 2.9.1. @potato4d any thoughts about it?

Just found it: https://docs.qovery.com/guides/tutorial/create-a-blazingly-fast-api-in-rust-part-1/

Nuxt.js and buefy or tailwind, all with hasura.io

I got the same issue...

@Benbinbin Good to see another idea for solving this problem! Thanks. Using markdown comment syntax could be nice, but I think it's important to display props of a component in...

`.mdx` syntax use code block ```mdx which render well with naive markdown parser. MDC plugin for VSCode is a good idea. But it's mainly for developers, not writers. Many of...

Do you plan to open source [remark-mdc](https://www.npmjs.com/package/remark-mdc) ? It seems if I want to change `---` to something else, I have to custom this plugin...