rtmotiondev

Results 12 issues of 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' =>...

bug
provider

``` 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: {:?}",...

bug

### 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...

type: bug
platform: macOS
status: needs triage

### 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...

type: feature request

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...

bug
pending triage

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:...

question
plugin: websocket

### 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...

type: bug
status: needs triage

### 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...

type: bug
status: needs triage
platform: iOS

#### 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...