mcclure

Results 166 issues of mcclure

I am interested in using this plugin with TypeScript. The plugin seems to generate TypeScript .d.ts files, but they are not interpreted by the current version of TypeScript tsc (2.2.1)....

console.log in node and in Chrome supports putting "%" formatters into the first string. If you do this it switches into a different mode. For example: console.log("No percentage symbols in...

Hello, I am interested in building this plugin. I am using Unreal 4.18.0 on a Macintosh. I followed the instructions in the Unreal.JS project README: I cloned https://github.com/ncsoft/Unreal.js-core into Plugins/UnrealJS,...

**Short description:** If an error or exception throw occurs in the cleanup function returned by a script component, hot reloading will no longer work and the same error will be...

Scenario: I have a small app where I store a binary blob. The binary blob has metadata associated with it, so, I think: I will store first some sort of...

If I run the following test program with msgpack-javascript 2.1.0: ``` import { encode, decode } from "@msgpack/msgpack" const map = new Map() map.set("a", 1) map.set("b", 2) map.set("c", 3) const...

Choose "Set focus" in the attachment menu, tap once to select focus point, tap "OK". Has been [successfully tested](https://mastodon.social/@mcc_test_tusky/108655193725406904) with mastodon.social (image has two identical very tall image attachments, but...

I'm not sure about this, I think I might need help to get it working. The idea was to have a code path that passes media off via implicit intent...

Repro steps: Begin a new "toot" compose. Tap in the text field so that the keyboard comes up. Tap the attach icon and choose to attach a poll. The keyboard...

bug

As described in other issues I'm using StreamSaver installed from npm in a test app which I'm building with webpack and serving from npm `http-server` running on localhost. The app...