Thomas
Thomas
Simply doing this in svelte config: ```js export default () => ({vite: {}}) ``` and then in `vite.config.js`: ```js import { extractFromSvelteConfig } from 'vitest-svelte-kit'; let cfg = extractFromSvelteConfig(); cfg.then(console.log);...
This comes from this code: https://github.com/leveluptuts/svelte-notion/blob/d0a840707b713f61b825eaccf10a71513a6e8404/src/Notion.svelte#L20-L23
I tried both the Intel and Arm 64 versions and they both said "Installation failed"
**Is your feature request related to a problem? Please describe.** Currently it is hard to utilize the APIs for many AI services (e.g. Bard, Bing, Claude) in developed projects, especially...
This would likely be as simple as adding a setting/switch to select the model: https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/scripts/rerun_edited_message_logs.py#L16 https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/gpt_engineer/main.py#L21 https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/gpt_engineer/ai.py#L11 It looks like this would just be adding an argument here: https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/gpt_engineer/main.py#L18-L34
On Mac, pressing the alt key enables you to type other symbols (•ª•¶¢º¡ª), so therefore it just types that symbol instead of using the keyboard shortcuts
Fixes #564
Self explanatory. Installing more extensions clutters the browser, a userscript version would be pretty easy to build using CI or something right?
### Which Cloudflare product does this pertain to? WARP Client ### Existing documentation URL(s) https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/troubleshooting/client-errors/#CF_DNS_PROXY_FAILURE ### What changes are you suggesting? I was getting the error that `mDNSResponder` was bound...