Andreas Titan

Results 5 issues of Andreas Titan

- Added reverse_link_store to persist the [send block hash] -> [receive block hash] pairs. - Implemented LMDB v21 -> v22 migration to create the new reverse_links table on startup. -...

Using the params keyword throws the following exception: V8ExecutionErrorException: Uncaught Error: Failed to invoke constructor: => Message: Types.ChangeType(): Cannot convert value "Hello" (type: 'System.String') to type 'System.String[]'. If you are...

enhancement
todo
worksasdesigned

The following sample throws a `V8ExecutionErrorException` in `TypeBinder::_BindTypeMembers`, because `handle.Object` in line 1561 of V8Engine_Binding.cs returns null: ``` [ScriptObject("Person", ScriptMemberSecurity.NoAcccess)] public class Person : V8NativeObject { [ScriptMember("name", ScriptMemberSecurity.ReadWrite)] public string...

enhancement
worksasdesigned
inreview

When I start the application on Windows with the --gpu flag, it crashes at line 48 in gpu_impl.rs with the following error message: thread 'main' has overflowed its stack. The...