Em Jones
Em Jones
@mnelli19 I just want to chime-in with some anecdotal context. I've run into enough tools that don't support Azure Devops without some sort of hacking that I think that this...
off the bat, we know a couple things based on what these tools are dependent on: - data sources/schemas - _this_ project is able to map git VCS operational data...
@MisinformedDNA Not trying to antagonize, but it appears as though there may be a bit of a smoking gun [here](https://playwright.dev/dotnet/docs/test-runners#xunit-support)
This iteration looks fantastic. Great work, everybody. I want to share some thoughts as a polyglot engineer that's having a difficult time finding satisfaction in _any_ ecosystem. Places that I...
> I don't really see that big a difference DX wise from Typebox to Zod. Two things that "jump out" at me are: - branded types ```typescript const NonEmptyString =...
@medv 's sentiment: > Definitely a non-starter, would have been an instant switch from fastify otherwise. This is an anecdotal scenario of why ubiquity can be meaningful. > (not to...
> Until this is resolved, if anyone is having issues installing, this stackoverflow thread has a few options on installing the deprecated libssl version. https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory solution returns a `404` when...
@garaujodev the only solution I've been able to come up with is to set the `lazy` setting to false :/
another solution i just found involves setting the typical `config` setup step to the `init` function. This is less-than ideal as it's going to mean initializing a neotest adapter I...
@tmcw Geniune question as I'm interested in using `trpc` + `clerk` for an `astro` app and I imagine my use would have this same problem: Why aren't we treating this...