Gerhard Pretorius

Results 16 issues of Gerhard Pretorius

In a basic ionic 3 app, I get this error when doing ionic serve ``` Error: Module build failed: Error: ENOENT: no such file or directory, open '/ionic-test/node_modules/api-ai-javascript/index.js.map' ``` I...

When you enter new lines in a mesages, the json returned are like this: ``` "fulfillment": { "speech": "Ok, lets do a demo. Start by saying: 'I want to book...

**Preconditions** (Any important steps we need to know) Download and Install RedistInsight-V2 **Steps to reproduce** (How to reproduce what you found step by step) Click on Workbench icon or find...

bug

### Which Cloudflare product(s) does this pertain to? Durable Objects ### Subject Matter The way a durableobject class is exported in context of a sveltekit project. ### Content Location https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/#sveltekit-cloudflare-configuration...

documentation
content:new

Building Sveltekit 2.0.6 app with vite 5.0.11 getting a lot of this. ``` node_modules/.pnpm/[email protected]_@[email protected]/node_modules/svelte-jsoneditor/components/controls/navigationBar/NavigationBarDropdown.svelte svelte.preprocess depends on more than 10 external files which can cause slow builds and poor DX,...

help wanted

Can you include an basic POC of how to setup socket.io using a Cloudlare worker? There all these examples: https://socket.io/docs/v4/server-initialization/#options So maybe first indicate it you advise it. And if...

documentation

On this page https://fly.io/docs/litefs/speedrun/ could to explain the relationship between `fly.toml` ``` [mounts] source = "litefs" destination = "/var/lib/litefs" ``` **and** `litefs.yml` ``` fuse: dir: "/litefs" data: dir: "/var/lib/litefs" ```...

The Website documentation here: https://deepstreamhub.com/open-source/integrations/db-mongodb/ Shows the "older" format for mongodb connection in the conf.yaml for deepstream ``` storage: name: mongodb options: connectionString: ${MONGODB_CONNECTION_STRING} # optional database name, defaults to...

Is it by design that ds_key are not unique indexes on mongodb? ``` this._collections[ collectionName ].ensureIndex({ ds_key: 1 }) ``` Since the value cannot be duplicated, should it not be...

This is very old.. any change HMS can update the examples? Or reference updated samples?