Results 143 comments of IS4

Not sure if you had an idea how to fix this, but I don't think there is a good way to do this from script. It seems [`disableCollisionWith`](https://community.bistudio.com/wiki/disableCollisionWith) overwrites any...

@AdlerSalbei Thank you for the update! Could you please point me to the commit where this was fixed?

I've done some experiments in IS4Code/DotNetIsolator@8a7a82aa31a02cf42350a0043fc8cccd37dd949a through `DispatchProxy`. Specifically I have been able to use an object implementing `IEnumerable` through that interface, delegating all calls to the isolated runtime. Generics...

I don't see much of a value of changing the default for an already established repository. No need to add friction when there is no benefit.

> What are the use cases you are concerned with? What are some example URLs that would be problematic? I am hoping to create redirects for something like . At...

I've settled on a workaround for `MergeSlashes` (see #3010) by parsing `%{THE_REQUEST}` and extracting the raw path before it could be modified. However for `AllowEncodedSlashes` I don't think a workaround...

The images. What do they mean?

Can you share the details or links to the implementation? I wonder what the differences are.

Interesting. So I take it then there is Y-shearing already (that is the viewpoint panning solution to vertical look) but you want to distort it to result in the usual...

@DardS8Br The engine shown in the video uses a normal hardware renderer, so it is done in the GPU using the usual methods (with matrices etc.). I did not make...