azos icon indicating copy to clipboard operation
azos copied to clipboard

A to Z Sky Operating System / Microservice Chassis Framework

Results 181 azos issues
Sort by recently updated
recently updated
newest added

`tool parse v="ydgfyusguyfgsuygdf=="` The v is not parsed because of the '='

bug
AREA-CONFIG

This is needed for data integration by 3rd parties

PROJECT
wip
LANG<--->INTER

- Store data documents (like Mongo) - No rigid schema - documents stored in named collections/spaces - Indexes per space - Indexes use B+tree - Use pile as storage engine:...

PROJECT

Bumps Oracle.ManagedDataAccess.Core from 2.18.6 to 3.21.90. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Oracle.ManagedDataAccess.Core&package-manager=nuget&previous-version=2.18.6&new-version=3.21.90)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Why is the default capacity assigned to zero? ```csharp public Page(int defaultCapacity) { m_Raw = new MemoryStream(m_DefaultCapacity);//

``` $ sky blob put myfile.txt -remote file=uploaded.txt volume=x partition=my $ mongodump aaa.db | sky blob put -stdin -remote file=uploaded.txt volume=x partition=my ```

AREA-DATA
CONCEPT
PROJECT