Guillermo Santos

Results 25 comments of Guillermo Santos

Something like a key/value string repository, where you save each text of the system? Maybe a file by lang by app or a single global file by lang for the...

Forgot to add the step to reproduce xD, i added them now

> when mm is going to run out of memory, make it collect garbage first + raise an event in os for developer to collect even more garbage. if this...

> Cool. Yes an environment variable is what I'm thinking. Name I can think so far is `UPGRADE_BACKUP_WORLD_DATA`. As far as archive/compress, maybe that could be another variable like `UPGRADE_BACKUP_ARCHIVE`....

Simple question, did you give access to the directory where the file is located?

I got the same error, but this worked for me. ``` Csharp using DotNetIsolator; using System.Runtime.InteropServices; using System.Xml; using System.Xml.Linq; using Wasmtime; var wasiConfig = new WasiConfiguration() .WithPreopenedDirectory("PATH THAT CONTAIN...

Do not have a file that large, but maybe a stream can solve this? ``` Csharp runtime.Invoke(() =>{ using StreamReader reader = new StreamReader(@"/Sample.xml"); var root = XElement.Load(reader); Console.WriteLine($"Hello from...

> bin/cosmos/Debug/net6.0/net8test.asm:119142: error: undefined symbol `A0SystemBooleanA9A9net8testITest1A0SystemObjectDoThingsA9net8testTestA9net8testTest' (first use) > bin/cosmos/Debug/net6.0/net8test.asm:119142: error: (Each undefined symbol is reported only once.) If I am reading this correctly, it seems like IL2CPU is looking...