Thomas Reynolds
Thomas Reynolds
Using a working Apollo Server in Cloudflare Worker, which utilizes esmodules for files/deps, works great. Adding `@apollo/subgraph` and calling `buildSubgraphSchema` throws the following error: ``` Uncaught TypeError: url_1.URL is not...
https://github.com/middleman/middleman/issues/2247#event-2098557056
The built in version of JSC on OSX cannot run the latest autoprefixer :( https://github.com/middleman/middleman/issues/2196
Chrome just made `performance.now()` the default timestamp for `requestAnimationFrame` loops. It'd be great if `physics.step()` could use this when integrating. Happy to write a PR if it's something the project...
Hi all, I'm using Preact which seems to pass the prop `children={undefined}` when there are no component children, rather than omitting the prop key entirely. This means I have to...
Is caching and loading CSS out of scope for this project? Looks like something that would be pretty easy to add, happy to submit a Pull Request if it'll get...
I've got a bug report in a my project against cssmin: https://github.com/middleman/middleman/issues/254 Basically: @media handheld, only screen and (device-width: 768px), (device-width: 800px) will strip the space between `and` and `(`...