Rahul Mehta
Rahul Mehta
Definitely a far-off enhancement, but I think this would be super cool if some sort of Medium-esque highlighting and comment feature would be implemented. Would love to see the top...
## Describe the feature After creating a fresh RN project (RN 0.65.1, TypeScript) & installing repack, running a build in Xcode will still start the Metro packager (instead of Webpack)....
Hi, After checking on the GloVe home page (https://nlp.stanford.edu/projects/glove/) and specifically looking at the corpus (Wikipedia 2014 + Gigaword 5) for the 6B version, I was wondering if there was...
Hello, Is it possible to send back custom responses with the MITM proxy? As in, when the proxy.on('request') event is triggered, is it possible to send back a custom response...
## Before this PR The initial implementation of the python-build-standalone provider for hermetic python in https://github.com/pantsbuild/pants/pull/21422 failed on MacOS since the `cp` flags specified were incompatible ## After this PR...
## Summary The current `.gitignore` misses `*.dSYM/` directories when building on MacOS. This PR adds it to the `.gitignore`.