Chris Petersen
Chris Petersen
@usarid I haven't checked the 1.0 spec (honestly still haven't found where it's all collected), but if there are any reference type schemes designed to support HATEOS, I would think...
Yeah. I'm not personally a fan of HATEOS but figured if there were already plans for a resource reference type (which it turns out there aren't) a `replacedBy` property could...
Mermaid is now up to v8.6 and development seems to be progressing fairly quickly. Maybe there is a way to auto-update the js file so this extension doesn't need to...
Seems this is somewhat a dupe of #21
I think I'm running into this same issue in my tests to create signed upload URLs. When using fake-gcs server I just return a "direct" URL without the signing key...
Would be great to see some info about this in the `node` and `serverless (node)` docs. I've been digging into the code for days trying to figure out how to...
FYI you can work around this by using a different VNC client. I can connect successfully with the Mac version of [RealVNC](https://www.realvnc.com/en/connect/download/viewer/macos/) (and it lets me resize the window)
> As far as I can tell, this just makes the image bigger, Oh, you are totally right. Darn.
And for posterity, here is a workaround (ugly, but better than nothing): https://stackblitz.com/edit/faker-js-demo-5j7rsf?devtoolsheight=33&file=index.ts ```typescript import { faker, Faker } from '@faker-js/faker'; export class MyFake extends Faker { // TODO: make...
> Could you provide a minimal reproduction of a working GitHub repository that works with `faker` `v5.5.3`? If this never worked in faker `