apple mate
apple mate
I solved this I just do this `rm -rf /usr/local/bin/psql` And remove all postgres that were installed by homebrew Then install postgres app from `https://postgresapp.com/downloads.html` Now my `psql` commpand works
is this going to be fixed soon ?
use this in the latest sveltekit version.
To silent most of the blue warning, do this, In VScode setting.json, add this ``` "svelte.plugin.svelte.compilerWarnings": { "css-unused-selector": "ignore", "unused-export-let": "ignore", "a11y-aria-attributes": "ignore", "a11y-incorrect-aria-attribute-type": "ignore", "a11y-unknown-aria-attribute": "ignore", "a11y-hidden": "ignore", "a11y-autocomplete-valid":...
I tried this, and the default value still null. Not the array we wanted.
sorry, I thought the setting is different from twitter typeahead but not. Just do like this to enable highlight ``` $('#address').typeahead({ highlight: true }, { displayKey: 'description', source: addressPicker.ttAdapter() });...
here is the repo https://github.com/craigcosmo/mytron
I mean it works on localhost, but not on any server, whether it's vercel or render.com When I switched back to node apdater, the upload worked on servers.
This happened before the origin checking
@dummdidumm got to keyboard shortcut and do this 