Chris McVittie
Chris McVittie
Hi, Just wanted to check that the code here is Apache Licensed ok? The link to msdn says so, but don't want to presume. Many thanks, Chris
I've been using react-loadable in a create-react-app application, and have found that errors thrown during the rendering of a resolved component are getting swallowed by react-loadable. Presently an error during...
Hi, I was wondering if it is possible to generate a static build using this starter package? For production, I'd quite like to just plonk a folder into an nginx...
Hi, I added `data-test-id` to my settings (and took all the other options out) but its not picking up for elements I can see do have the attribute set
### Describe the bug I'm using the new `@vitejs/plugin-react-swc` and hooking up HMR. I've created a new project within a large monorepo. I'm using tailwind, and the tailwind purge rules...
Hi, I've been migrating my Windows instance over to containerd on WSL2. I'm finding there is quite a performance difference between the two. I've a dotnet core executable which provisions...
Hi, Apologies if this is a silly question, but I can't see anything in the docs that answers the question meaningfully. We're using a dual build process currently... for dev...
Thanks for this library. I've noticed one strange issue with it, which is whereby the page will continually refresh when importing a tsx file which doesn't contain any react components....
coreclr
Hi, I'm try to test some assemblies generated with coreclr, using dnu build. They have a `pdb` rather than an `mdb`. Is there any way to get support for this?...
**Describe the bug** Using `mssql` when my cube sql contains a CTE, I can't perform aggregations. The following is valid syntax: ``` WITH cte_employees AS ( select employee from employee_table...