Vadim Markovtsev
Vadim Markovtsev
Recent git does not recognize --git-dir or has a bug with it (1.9.2)
Hey David, This project looks cool. I wonder why you stopped the development? Why did you play with PyPy (and abandoned that, too)? No performance win?
Rationale: sometimes we want to secure our environment variables so that the next command cannot access them. We can chain the two operations: ``` godotenv cmd rm .env ``` The...
"Project homepage" in References leads to nowhere ATM.
Guys, somebody must tell you the truth... First of all, I am the author of [srcd/kmcuda](https://github.com/src-d/kmcuda), before that wrote kernels in [samsung/veles](https://github.com/samsung/veles) and I am much engaged in CUDA development....
Is it possible to switch the license from GPL to BSD, MIT or Apache?
This looks like an awesome project to me, but I've been unable to find what license it is released under. Is py-openzwave (L)GPL, BSD, MIT or Apache? Please, do not...
We've recently developed https://github.com/marketplace/actions/bump2version-action I think that there is an option to move the GHA code inside this repository and delete [`FragileTech/bump-version`](https://github.com/FragileTech/bump-version). WDYT?
### Description Everything works if you send an API request as ``` curl --data '{...}' -H "Content-Type: application/json" http://... ``` but everything doesn't work if you don't specify the Content-Type...