apple mate

Results 39 issues of apple mate

``` Scanning folders for symlinks in /Users/craigcosmo/Desktop/Timetable/node_modules (23ms) Found Xcode project Timetable.xcodeproj Could not find iPhone 6 simulator ``` Got this when I init the app. My xcode is 10.2

is there option enable auto text selection when the rename text box pop up ? Like in this screenshot ![screen shot 2016-04-04 at 4 19 27 pm](https://cloud.githubusercontent.com/assets/538657/14243712/45bb7f80-fa81-11e5-8625-bdec0be9bb4e.png)

when try the unstable persistence I go this error ![Uploading Screen Shot 2021-09-22 at 3.41.08 AM.png…]()

my eslintrc ```json "require-path-exists/exists": [ "warn", { "extensions": [ "", ".js", ".jsx", ".json", ".scss", ".css", ".sss" ], "webpackConfigPath": "webpack.config.babel.js" }] ``` error message

I have code like this **method.js** ``` export function deleteImageFromServer(id){ return $.post('http://localhost:8000/' + 'delete' , { id: id}, function(r){ return r }) } ``` **home.spect.js** ``` import {deleteImageFromServer} from './method'...

Feature/Enhancement

When try to send a message, i got the error "App.send is not a function" I'm using node version 0.4.2, I know that your application is built on older versions,...

system: Version: 1.77.3 (Universal) Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:19:37.325Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Darwin arm64 22.6.0 Sandboxed: No

uppon update to svelte kit 2.0, this not working any more. code ```js toast.push({ component: { src: SuccesToast, props: { header: 'Successfully Saved!', detail: 'Database is backup' } } })...

with the drop zone inside my form, when I press escape on the mac, it trigger the form modal close. Why the drop acting like this ? to reproduce, create...

4:34:55 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @ernane/[email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

enhancement
help wanted
question