Michael Noseworthy
Michael Noseworthy
So that's why I'm not _super_ dedicated to this approach. `tsx` uses `es-build` under the hood which isn't 100% compatible with `tsc`/TypesScript. For [example `es-build` does not and will not...
For future reference, I too was given the configuration that used `com.datadoghq.ad.instances`, `com.datadoghq.ad.check_names`, etc. We're using ECS Fargate and our database is Mongo Atlas. None of the above worked for...
Yeah, that is tricky. Maybe the ability to upload schemas and validation files separately if necessary? Like, if a validation file includes the `schemaFile` directive, the user is prompted a...
I'm having a similar issue. I'm using the `vite` `esm` and `typescript` template to build a pure react app. Here's my environment: `@phosphor-icons/react`: `2.1.7` `react`: `18.3.3` `vite`: `5.3.5` `typescript`: `5.5.4`...
Thanks for taking a look, @dustmop! Sounds good. I'll close this then. We managed to work around this anyway using environment variables in the form of `%%env_%%'. From the docs...
> ~The connectionState is actually about the underlying connection & not about this specific subscription, so it's rather that we need to clarify this in docs~ ~Oh! So, this code...
I'm having a very similar issue, but I'm on an ARM Mac. We're using `yarn` workspaces as well and I'm trying to build a macos `.dmg` using `electron-forge` but the...
Hey, @dqbd and @jens-f 👋 I think this should fix #123. It's a feature we've been looking for as well, so I figured I'd take a crack at it. I'm...
Hey @dqbd, any thoughts on this PR? I think I've fixed all the conflicts. It'd be great if we could expose this api in the wasm version of the library!...