Questions tagged [cosmos]

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more! THIS TAG IS NOT FOR QUESTIONS ABOUT THE AZURE COSMOS DB DATABASE - for any questions related to Cosmos DB, please use the [azure-cosmosdb] tag.

141 questions
39
votes
7 answers

Type 'NSAttributedStringKey' (aka 'NSString') has no member 'font'

Just updated pods for xcode 9 and I'm getting the error below for Cosmos. Type 'NSAttributedStringKey' (aka 'NSString') has no member 'font'
Chaudhry Talha
  • 7,231
  • 11
  • 67
  • 116
8
votes
2 answers

Failed to render and update auto layout status for UIViewController : dlopen(Cosmos.framework, 1): no suitable image found

I'm using Cosmos Pod in my project as stars rating. I have error in one of my Storyboard after set view class to CosmosView: file:///Users/FedericoVivian/Documents/Documenti%20personali/CSMApp/CSMApp/LogBook/LogBook.storyboard: error: IB…
5
votes
1 answer

Read the number of records from a collection using cosmos client to a console app

I am using cosmos client and C# to delete items from a collection. In the process I would like to check the number of records that are in the collection, I have the data part of it and the query but I am stuck at what to use since I will be only be…
Jai
  • 155
  • 2
  • 9
4
votes
1 answer

Unknown revision error when implementing Protobuf. (GO)

I am coding at the moment GO with GitHub Repositories and need to pull a package. go get github.com/cosmos/cosmos-sdk/types When I enter there comes: go get: github.com/cosmos/cosmos-sdk@v0.33.2 updating to github.com/cosmos/cosmos-sdk@v0.44.5…
SurpriseMF
  • 174
  • 9
4
votes
1 answer

Where can I find AzureWebJobsStorage and AzureWebJobsDashboard connection string?

I created an Azure function in Visual studio 2017 with Cosmos DB Trigger. In local.setting.json it asks me for three things and I am puzzled about the first two. AzureWebJobsStorage and AzureWebJobsDashboard Where do I find these two? I have been…
user10662179
4
votes
1 answer

Remote connection to fiware-cosmos returning authentication error

We have a COSMOS account on cosmos.lab.fi-ware.org and can load files locally onto the cluster. However, we are having trouble loading remotely, the instructions we followed on the guide site show the following: However, using the WebHDFS/HttpFS…
karijd
  • 41
  • 2
3
votes
3 answers

GUI In Cosmos: Help in C#

I have been using Cosmos in Microsoft Visual C# 2008 to make primitive, TUI, operating systems. I wonder how to make a GUI in Cosmos. I know that it's possible, but I just want to know how to make it. Constructive criticism appreciated, insults…
smilinggoomba
  • 91
  • 1
  • 2
  • 11
3
votes
0 answers

Resource file „obj\project.assets.json” has no result object (?) „.NETFramework,Version=v4.6.2”

I've created barebones kernel (Didn't change anything in template, just hit compile after creating project) and project doesnt compile: Resource file „Projects\SQDos\obj\project.assets.json” has no result object (?) „.NETFramework,Version=v4.6.2” I…
Kamila Szewczyk
  • 1,874
  • 1
  • 16
  • 33
3
votes
1 answer

var and storing last index of error

namespace CosmosKernel2 { public class Kernel : Sys.Kernel { protected override void BeforeRun() { Console.WriteLine("hi."); } protected override void Run() { …
m.k
  • 73
  • 1
  • 10
3
votes
5 answers

Cosmos os problems

I just started developing an operating system using cosmos for visual studio (in c#) A lot of people said how to shut it down, and I tried every method but this one gives some weird error I simply cannot understand! this is the code I am using to…
user265889
  • 667
  • 1
  • 10
  • 24
3
votes
1 answer

Automatic creation of the hive tables on cosmos

I have an Orion context broker and i use cygnus(0.6) to send data to my cosmos account. Cygnus creates correctly the txt file with the data on my cosmos, but it does not create the tables for hive. I would query my data through an hive client. Is…
Antonio Caristia
  • 143
  • 2
  • 11
2
votes
1 answer

differences between the wo kinds of Cosmos sequence errors

i'd like to know the difference between the below two kinds of errors: account sequence mismatch, expected N+1, got N: incorrect account sequence signature verification failed; please verify account number (X), sequence (Y) and chain-id (Z):…
Jack Zhu
  • 558
  • 1
  • 5
  • 11
2
votes
1 answer

Text editor in cosmosOS

I am making a os with Cosmos and working in a text editor I copied the code from LiquidEditor but it does not seem to work very well with lines, so I tried to inplement a little line system, but it gives me an error: Enum.ToString() is not…
DALVES2012
  • 27
  • 5
2
votes
0 answers

my cosmos os stops. I don't know what is problem

I ran my Cosmos operating system in VMWare, But it is not working well. It works well and "stop works". And it doesn't work before restart.(I think it can be memory problem.) There is stoped screen. I don't know where is problem in my source code so…
hongi
  • 29
  • 3
2
votes
1 answer

cosmos OS problem that "PS/2 is not supported"

I tried to boot cosmos OS in my real computer, not virtual computer. I used USB and ISO, but there was error that "PS/2 controller is not supported." I didn't build ISO in debugging. source code is using System; using…
1
2 3
9 10