Thibault

Results 12 issues of Thibault

I would love to see this project ported to deno. There's actually an existing project but having both project maintained at the same place seems to me a better choice...

Hi, How can I get the tag list related to an article id ? I've try to use in my indexAction controller $listPost = $tagManager->loadTagging($post); and render to my view...

Allows you to create a new project using the [actix-web](https://github.com/actix/actix-web). Feel free to contribute on it or add remarks. Tasks: - [x] Argument parsing with `cargo-shuttle` - [x] Hello world...

Quick suggestion about the section [Capturing Our Requirements As Tests](https://www.lpalmieri.com/posts/2020-08-31-zero-to-production-3-5-html-forms-databases-integration-tests/#2-2-capturing-our-requirements-as-tests), the table driven test can be simplified using `test_case`, the linked issue has been resolved 🤩 ``` use test_case::test_case; #[test_case("name=le%20guin";...

I would like to implement a transition between those two activities. It would be nice to have a sample code that show how to implement this transition ! https://material.io/guidelines/motion/material-motion.html#material-motion-what-makes-a-good-transition

Would it be possible to support something similar to sqlx? I think it could be really nice to have this feature when it comes to have a great developer experience...

Template such as `loading.tsx` and `error.tsx` are not properly handled with turbopack. It might be too early to use it 😢 See https://github.com/vercel/next.js/discussions/42322

This bug has been introduced on https://github.com/t3dotgg/chirp/commit/f29469fb3eee70fa236e3384b0b12794b219d507 Resolve https://github.com/t3dotgg/chirp/issues/10

Hi there! 🌟 First off—fantastic boilerplate! I’ve been loving the structure and tool integrations you've provided. ## 🎯Suggestion: Integrate Cursor IDE support (via Cursor Rules) to supercharge AI-assisted development workflows...

### Describe the bug Reading through https://tanstack.com/form/latest/docs/framework/react/guides/listeners#form-listeners, I tried to implement the auto-save functionality. The `onChange` is being triggered but the submit method doesn't trigger the `action` attached to the...