Marius Kildedal
Marius Kildedal
I am having the same error on a Mac `Phar Error: attempted to extract non-existent file or directory "resources/check_file.png" from phar`
@marcusmyers thanks for the reply. I have not added anything to the box.json file. Is this in the root directory? I will check the tmp folder for a jolinotif ASAP
@marcusmyers thanks for the instructions, I have added the `resources` directory to `box.json` file, and there is no error 👍 , BUT there is also no icon/image in the notify...
I did use the, `AppleScriptNotifier` i also found this issue on the j[olinotif rep.](https://github.com/jolicode/JoliNotif/issues/32) so I installed `brew install terminal-notifier` but still no icon. I also downloaded the `jolinotif` to...
Using the absolute path to the icon, shows it `$this->notify('Found it', 'Found the location', '/Users/drivez/PhpstormProjects/checkin-cli/resources/file-check.png');`
@eggnima you can use nvm to have multiple node versions on you machine TLDR; Install nvm on mac, run `curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash` then open a new tab(terminal window)...
@18932508 Did you figure this out?
try replacing ` data: { products: [], loading: false, error: false, query: '' },` with ` data: function () { return { products: [], loading: false, error: false, query: ''...
Hi I do have the same issue using React when updating to the latest version. how can i revert and just use the standard types and not these `{ input:...
> As a temporary workaround, you can use the new DateTimePicker from [expo-ui](https://docs.expo.dev/versions/latest/sdk/ui/#datetimepicker) Will this just work for iOS and not android?