Nathan

Results 15 comments of Nathan

JS: ``` import React from "react"; import { TextField } from "@material-ui/core"; import { useController, useForm } from "react-hook-form"; function Input({ control, name }) { const { field: { onChange,...

@legendofmiracles Is there a difference between your idea and bullet 3?

Is this still being worked on?

I think one major missing feature from libvirt is the ability to specify a 9p mount as `mapped` rather than `passthrough`. See https://github.com/pradels/vagrant-libvirt/issues/274 Otherwise, you are probably in the best...

Many comments here are arguing in favor of keeping IE11 in order to maintain support for business, so I'd like to offer up a counter perspective. Draconian/underfunded/lazy IT departments are...

Karpathy made a youtube video at https://youtu.be/kCc8FmEb1nY that may help you with this question.

Is it a bad prompt though? Some complex prompts might be perfectly reasonable to ask an AI agent, but unreasonable to ask a human to spend time on.

If this fixes #1284, it would dramatically simplify some complex models I have. Are we currently awaiting a decision, or for someone to volunteer to implement?

What changes to to the types did you make to get your project to compile correctly?

Maybe you're looking for [validateAll](https://www.effect.website/docs/error-management/error-accumulation#validateall) ?