Mathieu TUDISCO

Results 43 issues of Mathieu TUDISCO

https://github.com/vadimdemedes/tailwind-rn If someone wants to make a PR to tailwind-rn, it would be amazing. @martinriviere maybe? Thx!

documentation
help wanted
good first issue

Maybe could be relevant to use versionable files instead of a bin, and create the final package with a CI and put it directly in releases? Glad to help with...

Thanks for your work!

### Version [v2.10.0](https://github.com/consola/releases/tag/v2.10.0) ### Reproduction link [https://codesandbox.io/embed/fervent-pine-su2ty](https://codesandbox.io/embed/fervent-pine-su2ty) ### Steps to reproduce Hi folks, Consola is not handling the native string substitutions of console. https://developer.mozilla.org/en-US/docs/Web/API/console#Using_string_substitutions This leads to issues when when...

cmty:feature-request

Hi, For now when you pass an object to compact function there is a type problem event if everything is good. This PR fix this behaviour. This PR fix another...

Hi, I'm trying vite, and vite-ssg for my new project. I was using Nuxt before, with static target. I'm trying to understand how to set up jamstack with vite-ssg: I've...

enhancement
pr welcome

Hi Kévin. I would like to reopen #162. I would like to use mercure instead of websocket for my graphql subscriptions, but I'm actually not understanding how to properly do...

pinned

Hi, thanks for this package. This is a simple but neat idea! I've a problem with nested relations. Example (pseudo code): ```php Parent::all()->each(function (Parent $parent) { $parent->children->each(function (Child $child) {...

Hi, with the new version of heroku review apps, the ENV vars are set in their own interface and not anymore in the app they inherit. I'm maybe wrong, but...

Hi folks, I have a parsing issue with some jsx: My script tag has `lang="jsx"`, my eslint config is the following: ```js module.exports = { root: true, env: { browser:...