Anthony Alayo
Anthony Alayo
### Verify canary release - [X] I verified that the issue exists in Next.js canary release ### Provide environment information ❯ next info Operating System: Platform: darwin Arch: x64 Version:...
I have isolated to this project, that when enabled, breakpoints in WebStorm fail. Would it be possible to have this working with breakpoints?
Follow up to https://github.com/tabler/tabler-icons/issues/359 Adding support for consistent webpack import transforms has been great for performance, thank you! However with Next.js, server side builds are still built with CJS. The...
### Expected behavior If `kubeContext` is set in `skaffold.yaml`, skaffold should use this context to determine the build/deploy platform. This is what I expect, but it only happens when `~.kube/config`'s...
### What package has an issue @mantine/core ### Describe the bug Hey there, With Next.js >= 13.1, you can make use of their [Modularize Imports](https://nextjs.org/docs/advanced-features/compiler#modularize-imports) feature. Right now there is...
C-ares 1.15 introduced a c-ares-config.cmake file: https://github.com/c-ares/c-ares/commit/49894389fd7925f0f9c0bac425f368cd8ce27721 This file makes the detection of c-ares much better than the current find module implementation: https://github.com/nghttp2/nghttp2/blob/master/CMakeLists.txt#L61 https://github.com/nghttp2/nghttp2/blob/master/cmake/FindLibcares.cmake Since Unix traditionally builds packages using...
**What component of `google-cloud-cpp` is this feature request for?** Pub/Sub **Is your feature request related to a problem? Please describe.** Thanks for a great product. I've been looking at your...
**Does this issue affect the google-cloud-cpp project?** Yes. **What component of `google-cloud-cpp` is this related to?** The entire project, but I am testing with pubsub. **Describe the bug** When using...
I have a spring boot java service using cloud code. I want to debug the server start sequence, but there is no way to do it. **Scenario 1** 1. Enable...
### Description Following up from: https://github.com/docker/buildx/issues/931 1. Why can't we have something like, `docker buildx du --filter /var/cache/apt`? It would allow direct inspecting/clearing of cache mounts. I'm writing some logic...