Jan Sommer

Results 11 issues of Jan Sommer

When assigning a parent to a node, the rendering fails with `TypeError: label is undefined`. Example: http://jsbin.com/qemoqitowa/edit?html,output (look for "parent": "Flow TWO") If I don't assign a parent, the graph...

Sorry for all the issues, but I think GCanvas is an extremely important step towards better cross platform development. I tried compiling GCanvas core and FreeType for Android x86 and...

Having a way to create custom types would enable auto generation of eg. OpenAPI 3 specifications based on static code analysis. Say we have a query like this: ```xquery declare...

Enhancement
Language feature

A string is required to create one of the binary types. Would it be possible to have a constructor accepting bytes that doesn't set the stringValue before serializing it? This...

Question

NativeScript supports marshalling Java bytecode generated by Kotlin. But Kotlin has a way to specify that a function takes another function in a much better way than Java. Like this:...

severity: low
feature

`"UNKNOWN"` is currently returned for all types in a plpgsql function signature because of this: https://github.com/pganalyze/libpg_query/blob/d1d0186b80c1fbf496265789af89da4e7ca890ab/src/pg_query_parse_plpgsql.c#L193 Which calls a mocked function: https://github.com/pganalyze/libpg_query/blob/e9e4ba9ffcbac02bce6656ecabd22c2b54eca1b2/scripts/extract_source.rb#L470 We see that UNKNOWN is hardcoded because of...

plpgsql

One can store complex json objects in string fields. Using the [json]-transformer when querying `fl=myField:[json]` will return what's in that field as actual json. It's not searchable by Solr though,...

Just curious, because I see that your webclient has async code: Are there any plans to implement something like Entity Framework's ToListAsync?

Valkey can be embedded in an application and started in a different thread using pthread_create. This way, valkey can be bundled in a unikernel with the primary application, providing a...

evdev isn't necessary if the purpose is to use view-only mode, eg. for wirelessly broadcasting a game played on the host. Ideally the program could be compiled without evdev.