Daniel Shneyder

Results 36 comments of Daniel Shneyder

@NicTanghe You are using powershell right? If you are, curl is aliased to `Invoke-WebRequest`. Meaning you aren't actually using curl to make this GET request. This is in fact a...

I set some specific terminal decorations based on the directory I'm in, I'd like to be able to unload them on the way out. Would love to have an unload...

@LizThompson93 This is something you need to do from the Dota client, if you go into Settings then Social, uncheck `Expose Public Match Data` and OpenDota can no longer see...

This will not remove historical data but going forward it will not update with new data.

> That's what I was afraid of. Why isn't opting out your own profile an option? My understanding is that this information is exposed by Valve itself on the API;...

I have the same issue here, started occurring when I upgraded react native from `0.68.x` to `0.69.x` # Temporary Fix Moving the podspec file up one directory out of the...

@all-the-rice @aprilmintacpineda Neither of these suggestions worked, I've downloaded the dmg and tried launching with right-click too. Same error

# Solution 🎉 I found a working solution using a plugin called [cocoapods-user-defined-build-types](https://github.com/joncardasis/cocoapods-user-defined-build-types) 1. Install the gem: `$ gem install cocoapods-user-defined-build-types` 2. Add these above your target in `Podfile` ```ruby...

# Solution 🎉 I found a working solution using a plugin called [cocoapods-user-defined-build-types](https://github.com/joncardasis/cocoapods-user-defined-build-types) 1. Install the gem: `$ gem install cocoapods-user-defined-build-types` 2. Add these two lines above your target in...