Ralle

Results 18 issues of Ralle

### Description When I run the following command: ``` /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project App.xcodeproj clean ``` On my project, that has `firebase-ios-sdk` added as a Swift Package Manager dependency, I get an...

Swift Package Manager

### Observed behavior I had a customer who clicked `order` in my app. But my app tracked that `product.getOffer()` returned undefined. Can you help me understand what situations causes this?...

These are all expected to return the same vector back but rotate them 45 degrees instead. ``` (new Victor(1,1)).rotateBy(0) (new Victor(0,1)).rotateBy(0) (new Victor(0,-1)).rotateBy(0) (new Victor(-1,-1)).rotateBy(0) ```

I am getting folders containing slashes in their names. I think it might be something with APFS on macOS. ![image](https://user-images.githubusercontent.com/467309/81258157-56abfd80-9035-11ea-8da6-d662d1273b65.png) I tried in Docker (on my Mac as well) but...

Warcraft 3 has started using Casc. I can see that CascLib has been updated to support it: https://github.com/ladislav-zezula/CascLib/blob/master/src/CascFiles.cpp#L465 Is there any chance you might update the CASCExtractor to work with...

I did the following: ``` CASCExtractor -o out "/usr/share/sc2/SC2Data/" "Assets/Buildings/Terran/Barracks/Barracks.m3" ``` Which gave me this output: ``` Opening '/usr/share/sc2/SC2Data'... CASCExtractor: /compile/CascLib/src/CascBuildCfg.cpp:493: int GetGameType(TCascStorage*, LPBYTE, LPBYTE): Assertion `false' failed. Aborted ```...

Hello, I have the 12 kw Deye Hybrid inverter with SolarMan datalogger. I want to be able to set the "Solar Sell" value from HA automations. I already installed the...

Okay, I got it fixed. I got playback state to reflect in lock screen as well as got play and pause buttons to work. However, I don't own a device...