Laurent Schaffner

Results 21 issues of Laurent Schaffner

I'm on a Remix project, I added simple crypto through `pnpm` then on top of my file I just added ``` import SimpleCrypto from "simple-crypto-js"; const secretKey = "some-unique-key"; const...

Tried it out and the first raw example doesn't work. ``` src/components/mui-phone.tsx:1:39 - error TS2307: Cannot find module '@material-ui/core' or its corresponding type declarations. 1 import { TextField, withStyles }...

### What happened? In `gqlgen.yml` I'd like to replace the current generated type, `[]string` in Golang from `[String!]` in GraphQL by a custom one because GORM doesn't understand `[]string` as...

Hi, We are currently using Makara v0.5.1 which was supposed to fix all warnings to update to Ruby 3. When analyzing the warnings in our codebase I've noticed this ```...

I'm using GraphQL and will receive some phone asynchronously. Long story short, [the example in your documentation is not working properly](https://react-international-phone.vercel.app/docs/Advanced%20Usage/useWithUiLibs) because it doesn't take into consideration asynchronous data coming...

I'd like to know if there's i18n support so that it can show the right names of countries in the page language, I haven't seen it anywhere in the docs.

It seems it's been abandoned for several years at this point. So there are around **30,000 weekly downloads** on a package that people can't use at all with never MUI...

Great work. However, despite `locale` working for most of the text, it stays in English with the default date ranges, is there a way to fix that? Also, and I'm...

In gRPC, you typically have the following format for enums ``` // MediaVisibility represents the visibility of a media file enum MediaVisibility { // The media visibility is not specified...

One quite important option in QR Code Styling is `shape` which helps define whether you want the QR Code to be a circle or a square. ``` type Options =...