Vladimir Vukicevic

Results 57 issues of Vladimir Vukicevic

Not sure where this is supposed to come from; it looks like `Scheduler+Agent/daytona_sarmonitor` was removed in commit 136341be15b2d34381139d1fca01105894a6cde0 but the docker scripts are still referencing it.

For (large) convenience, it would be nice if we could annotate that some types defined in the `.fbs` should map to already existing C# types. For example: ``` struct Vec3...

I'm trying to figure out (including implementing in FlatSharp) how to better interop efficiently with Unity's "Native Collections" types -- e.g. `NativeArray` (there's also `NativeList`, but for my purpose just...

[Apologies for large number of issues -- I am happy to tackle all/most of these, just want to get a sense of whether they would be accepted or other thoughts!]...

The mingw build of rust ships with libstdc++-6.dll and libgcc_s_seh-1.dll in the bin path. This can conflict with a system (mingw/msys) installed version of those DLLs, and can cause weird...

On a system with nothing but Visual Studio 2019 installed, posh-vs adds 1 second (well over 1s on cold start) to powershell startup. It invokes VsDevCmd.bat which in turn spawns...

go modules are on by default with 1.16, and the repo seems to incorrectly declare its import path. Trying `go get` results in an error: ``` vladimir@minim1 ~ % go...

I have two inverters that are not chained together via RS-485. Previously they were both communicating with a Tesla Zigbee gateway box; I've since connected them both via ethernet. They...

By inspection -- the jitdump header that's written here: https://github.com/mono/mono/blob/a44926a5be1c648deec836e9cdda3c93e25f9a51/mono/mini/mini-runtime.c#L2077 is wrong -- it writes `sizeof(header)` as the size, but `header` is a `FileHeader*` (i.e. pointer sized). It also writes...

Trying to build on macOS (14, so could be something there), following the exact cirrus CI commands (`dotnet msbuild -p:Platform=ARM64 -p:Configuration=UnixRelease -t:build_solution -m ./src/BuildTargets/BuildTargets.csproj`) , with both dotnet 7 and...

build