Mikko Ankkala

Results 14 issues of Mikko Ankkala

I have created some projects using create-react-app-typescipt, and would like to get rid of babel as a dependency. From #394 I have understood that babel is not (meant to be?)...

Currently there is a way to construct a ULString from UTF8 data, but no way to do the reverse i.e. get UTF8 data from a ULString.

I tried LAN multiplayer between two computers using an Emscripten build, but couldn't see the host from the other computer. I couldn't find any servers on the Internet either. I...

I'm willing to help out, but currently the instructions don't give me enough information to complete a build. If you can help me, I'll happily make a pull request with...

Definition for ULConfig: ``` namespace Ultralight.Ultralight.CAPI { static { public struct C_Config; public typealias ULConfig = C_Config*; } } ``` Trying to use from another file: ``` using Ultralight.Ultralight; namespace...

### Details about the problem If you are a novice user who is looking to download the Ubuntu Mate release with "latest features", the downloads page is somewhat misleadingly advertising...

feedback
presentation

As a user I want to add Gut to my project as a git submodule like this: ``` git submodule add [email protected]:bitwes/Gut.git addons/gut ``` This would allow me to use...

Need clarification in the documentation for Linux support (or lack thereof). I found this online on an Ubuntu centric website https://ubunlog.com/en/winevdm-a-16-bit-windows-app-emulation-layer/ this and the fact that it's based on wine...

When I ping Google from my router, I get response from an ipv6 address (2a00:1450:400f:801::2003). I can't seem to be able to ping that (or any other) ipv6 address from...

This is likely a known issue, but couldn't find an existing ticket for it, so reporting it here. Steps to reproduce: 1. Download and run voxelgame demo, observe that there...