Sumanth Chinthagunta
Sumanth Chinthagunta
with typescript 3.1.2 and angular 7.0.0, error: ``` ERROR in node_modules/api-ai-javascript/declarations.d.ts(39,5): error TS2687: All declarations of 'stream' must have identical modifiers. ```
I patched it using "@xmlking/api-ai-javascript": "^2.0.0-beta.22", until this lib is fixed. Working sample at https://github.com/xmlking/ngx-starter-kit
It was working for me before with angular 5. Recently I migrated to angular 6 and now seeing CORS issue. Not user if google did change something on the server...
with new Sevelt Form Actions (https://kit.svelte.dev/docs/form-actions), we may not be able to use libs like [svelte-forms-lib](https://svelte-forms-lib-sapper-docs.vercel.app/introduction) it is hard to use without setting from input value to leverage progressively enhanced...
a workaround may be to dispatch Custom Event with target, sothat handleTags method can set the value to target's form input element https://svelte.dev/repl/c93cbf99a8ca4f44912e662a8e3cbef7?version=3.37.0
I tested. it worked as expected. https://github.com/xmlking/svelte-starter-kit/commit/9f52ad68b870a5a4a454186e2a2a1943520ebe86
@agustinl can you add `default values` or `types` to all exported values as I changed here: https://github.com/xmlking/svelte-starter-kit/blob/main/src/lib/components/Tags.svelte this helps to make VSCode not to show imports RED
@ardatan just came across this issue after I messaged you in [twitter](https://twitter.com/xmlking/status/1631148959589715969) I created small TokenVault utility to cache and refresh OAuth tokens needed for backend calls. https://github.com/xmlking/svelte-starter-kit/blob/main/src/lib/server/backend/TokenVault.ts wanted to...
I tried this patch , which is working for me with Ping. please test with your config: https://github.com/xmlking/svelte-starter-kit/blob/main/patches/%40auth__core%400.2.4.patch