Hasyimi Bahrudin

Results 8 issues of Hasyimi Bahrudin

I'm trying to use CCapture.js to record an animation made using [deck.gl](https://uber.github.io/deck.gl/#/). But it turns out that it uses 2 canvases: one for the map, and one for the other...

enhancement

This PR experiments with the disabling of self-sampling of block by each node, which was introduced in PR #428. This is done as part of an effort to debug why...

The `readline` library used for the cli [switches to raw mode](https://github.com/benpye/readline/blob/master/operation.go#L380) before being blocked waiting for input from the user. When wavelet panics and is terminated, the terminal is still...

bug

It would be nice if there is support for exporting the timeline frames as images. Something like this: ``` rb psd.tree.filter_by_animframe(0).save_as_png("frame01.png") ``` As a game developer, this would be tremendously...

If I export a PSD containing a clipping mask and adjustment layers as a single image: ``` rb psd.image.save_as_png 'output/flat.png' ``` The output is expected: ![flat](https://cloud.githubusercontent.com/assets/1431045/7264695/1d802caa-e8c1-11e4-8e3c-f25444d57e71.png) But if I export...

When the scene is transitioning in, if the user touches on the screen, ccTouchesBegan is not called, but ccTouchesMoved is called. This causes a NSRangeException to be thrown, because _touches...

I'm using CCLayerPanZoom for a game scene, and I noticed that if I touch the screen while the scene is transitioning in, it will crash. After digging in into the...

**Type**: Bug **Component**: Secrets Manager **Describe the bug** Spring Cloud version: 3.1.1 Secrets manager does not work as expected with `@ConfigurationProperties("prefix")`. Given the following secret: ```json { "EXAMPLE_FOO": "bar" }...

component: secrets-manager
status: waiting-for-feedback