apptaro

Results 13 issues of apptaro

Make it work with Eclipse Neon

jquery-autocomplete does not work well with Japanese inputs on Firefox. This is caused because Firefox does not fire keydown events when Japanese IME is active. There are two ways to...

When the default charset encoding (file.encoding) is not UTF-8, `twitterClient.postTweet("あいうえお")` results in a tweet whose characters are corrupted. This is because twittered uses OAuthRequest.setPayload(String), and ScribeJava uses String.getBytes() to obtain...

### Description Set either forcePlainText or cleanPastedHTML to be true, then pasting something dispatches blur event. This is because focus is temporarily moved to pastebin during pasting, and the pastebin...

COLLADA2GLTF-bin.exe sometimes results in return code -1073741819. Case 1 at cmd.exe prompt: ``` > "pathToRelease\COLLADA2GLTF-bin.exe" -i "pathToInput.dae" -o "pathToOutput.gltf" -v 2.0 Converting pathToInput.dae -> pathToOutput.gltf > echo ReturnCode=%ERRORLEVEL% ReturnCode=-1073741819 ```...

enhancement

I have a box and a half transparent glass board in my scene in Blender: Now, I export the scene to .dae *without triangulation*, then I convert it to .gltf...

enhancement

Some of converted GLTF files have incorrect texture mappings:

bug

`isNeeded` is evaluated to be false when opening a page within a new window, and the whole thing does not work as a result. For me, it happens in iPhone/Safari....

Not working for iOS Chrome 74.0.3729.155. This is because window.innerHeight has not been updated when an orientationchange event occurs. There is a workaround below, but I'd like to see it...

Added the feature to support conditional formatting of type="expression". It should be fairly ease to add other rules.