Nathan Johnson
Nathan Johnson
> Well, this depends on the global rules you have. You could make the rules require the client is authenticated, which would mean the database is not public That's true,...
Hey @raniejade, here are my versions: AS: 4.2.2 Spek plugin: 2.0.16-IJ2020.2 So I did have the IntelliJ version. The one you sent works well - thank you!
Is it possible to download the AS version of the plugin directly through AS plugin marketplace?
@ljharb Ah, ok. Thanks! Enabling the `strict` option makes it work like Node 14's assert.deepEqual for NaN values, so I'll just run it with that option.
Does this fix make this library work?
Having this issue as well on latest `getfider/fider:main`. It seems to be because the container healthcheck `./fider ping` makes a request to `localhost`. ``` ERROR [2022-11-21T06:23:17Z] [WEB] Error Trace: -...
@ncortines How exactly would an app authenticate with a server without 1) storing the auth token client-side or 2) prompting for username+password at startup/on each request? Keeping in mind the...
@MADx00 I had the same exact issue and same set up - running wg-easy and AdGuardHome in docker containers on the same host. DNS resolution to AdGuardHome over WG did...
Is it possible to use this improved Rewind algorithm with the AzureStorage backend? I am hitting [durabletask#811](https://github.com/Azure/durabletask/issues/811) and noticed you had replied there. But it looks like this improved Rewind...
This confused me at first. I ran into this when I forgot to block on an activity result so the workflow completed before the activity was able to start. Why...