BaristaCore icon indicating copy to clipboard operation
BaristaCore copied to clipboard

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core

Results 25 BaristaCore issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

An article located [here]( https://blog.cloudflare.com/cloud-computing-without-containers/) describes how Cloudflare workers use an “isolate” pattern rather than containers to run user-defined code in order to allow a greater request rate and associated...

When using `Promise.Race`, it [immediately resolves the promise](https://github.com/BaristaLabs/BaristaCore/blob/e345992164b1e5d297dbfa941c184fcaebd53616/src/BaristaLabs.BaristaCore.Common/BuiltIns/JsPromiseConstructor.cs#L46). I imagine this is to resolve the race's own return promise. I'm trying to race a promise created from user code with...

VSTS now has Linux and macOS build agents in preview. Consider switching over to VSTS. And advantage will be that the Windows test harness can start auto-reporting code coverage again...

ci/cd

Thanks to https://github.com/Microsoft/ChakraCore/pull/4707, it's now possible to programmatically get at namespace objects. This allows the functionality in https://github.com/BaristaLabs/BaristaCore/blob/master/src/BaristaLabs.BaristaCore.Common/BaristaContext.cs#L456 and https://github.com/BaristaLabs/BaristaCore/blob/master/src/BaristaLabs.BaristaCore.Common/BaristaModuleRecord.cs#L260 to no longer rely on a 'shim' script in order...

Will reduce unit test execution time and failures due to intermittent network issues https://github.com/WireMock-Net/WireMock.Net/wiki/Using-WireMock-in-UnitTests

unit tests

I'm trying to get started with BaristaCore and it is a bumpy ride due to the lack of documentation. I could file a few issues, but I'm starting with this....