rtmotiondev
rtmotiondev
While testing IpInfoDb with IP 1.143.27.182 I got Uncaught TypeError: Argument 11 passed to Geocoder\Model\Address::__construct() must be of the type string or null, bool given IpInfoDB response: ``` 'statusCode' =>...
``` let path = format!("{}/ctryprem.xlsx", "/tmp"); let workbook: Result = open_workbook(path); if let Ok(mut workbook) = workbook { workbook.load_tables()?; let tables = workbook.table_names_in_sheet("ERPs by country"); println!("Tables loaded"); println!("Defined Tables: {:?}",...
### Describe the bug When using in-app store purchases in macOS a directory called _MASReceipt is created in the bundle with a receipt file. That directory and file are owned...
### Describe the problem Right now, as far as I'm aware there's no way to customize the macos dock menu. ### Describe the solution you'd like Something identical to electron...
Updating dependencies to the latest versions
### Bug description I often see commit messages generated with "". Example: "Update cursor style to default for portfolio items.". ### aicommits version v1.11.0 ### Environment ```shell System: OS: macOS...
What's the recommended way to handle the websocket when reloading the webview? If we don't disconnect the websocket we get a lot of error messages similar to the one below:...
### Describe the bug Running **npm run tauri ios init** does not update xcode project directory. **npm run tauri ios dev 'iPhone 15'** keeps throwing the same error: Error Xcode...
### Describe the bug Running ` npm run tauri ios build -- --export-method app-store-connect` does not export the app for AppStore. I need to change ExportOptions.plist directly to get it...
#### Description - What does this PR change? Give us a brief description. Adds DTS and DTX keys to Info.plist. Without them it's impossible to submit a test flight build...