Christophe Faribault

Results 26 comments of Christophe Faribault

Following up on this discussion, I'm getting the following error: ``` Cannot find module 'convert-units/definitions/all' or its corresponding type declarations. ``` Importing packages like this: ``` import configureMeasurements from 'convert-units';...

> @Taar I tried again with the beta version (and this time removed `@types/convert-units`) but it's still showing the error I mentionned.

@Taar Are the definitions included in the beta version? I don't see them in the code.

@Taar Here's how I got it to work with the beta version. A simple typescript Angular service that wraps this package. Can easily be injected in a component for ease...

> [List of mime types and signatures](https://gist.github.com/qti3e/6341245314bf3513abb080677cd1c93b) This is very unreilable. Lots of repetition, the signature "FFD8" will match for 6 different file types. The "mov" file type includes a...

Note that the goal here is to get an unassisted process working from A to Z. You can get the expected behaviour by passing `--directory=""` instead.

@bennymeg That was the first thing I tried, but that resulted in the project name being set to `.-desktop-app`. Using an empty string with `--directory` seems to have the same...

@bennymeg I'm using Nx 17.1.3 Thanks!

+1 with sqlite3 5.1.7 Confirmed it works when locking 5.1.6

Here's a working `EditDialog` component I created for a project I'm working on. It supports Zod validation in a form inside a shadcn : ``` tsx import { PropsWithChildren, useState...