Results 56 issues of IS4

Why does the following simple query fail? ```sql DEFINE sql:signal-void-variables 1 PREFIX rdfs: SELECT * WHERE { OPTIONAL { ?t1 rdfs:subClassOf* . } OPTIONAL { ?t2 rdfs:subClassOf* . } }...

Rar parsing (via RarReader, haven't tested other archive types) has a bug when the password is not set (null) and the archive is encrypted. When the header is encrypted too,...

I would like to use this library to detect and open common archive formats, yet there is the issue that Tar is recognized far too often and invalid broken objects...

When hooking logprintf, it is impossible to call the original function via the trampoline, passing the original arguments, since it is not possible to pass the parameter pack this way....

### In short ```cs object obj1 = ...; if(obj1 is List list) // or "is List list" if the type argument is not important { // 'list' here is a...

I think `readonly` members as introduced in C# 8.0 (#1710) should be usable on members of interfaces as well. The main reason is in this example: ```cs public interface IVector...

Since v0.2, [YALP](https://github.com/IllidanS4/YALP) supports package lookup (via the `require` function) using two patterns: `scriptfiles/lua/?.lua` for Lua packages, and `plugins/lua/?.dll` or `plugins/lua/?.so` for C packages. An example of a Lua package:...

enhancement
v2

In XML signatures and linked data, one would use a URI for a particular hash function, like `http://www.w3.org/2001/04/xmldsig-more#md5` for the MD5 function, and the prefix `urn:md5:` to identify a byte...

Performing an action that causes a dynamic actor to be destreamed from inside `OnDynamicActorStreamOut` seems to be causing crashes in `DestroyActor` during the following `ProcessTick` (tested on Linux). The issue...

When a dynamic object with a changed material appears, it flashes briefly with its old texture before having the material changed. This is due to the fact that changing the...