Akihiro Kiuchi

Results 42 issues of Akihiro Kiuchi

### I was trying to... use this library with `express-mysql-session`, but it doesn't work. ### The problem: The error occurs when... - Run the code below. - Access to `localhost:3000`...

status: needs triage

## Context Current `zigen-opengl.xml` was a PoC prototype, and has a lot of issues. Recreate rendering protocol following OpenGL ES v3.2. ref: https://registry.khronos.org/OpenGL/specs/es/3.2/es_spec_3.2.pdf ## Summary - [ ] Establish minimum...

texture の update の際に update する必要のある箇所のみを伝える damage request を用意する。 現状 texture update の際にOpenGL が管理するメモリにデータを転送するのに時間がかかるので、それを短縮するのにいい。 zmonitors で view の update 時に必要な部分だけupdate したりするのにも使う。

shader に渡す uniform variable の値などを定義してdocumentとする必要がある。

vertex buffer, texture, shader について、それぞれ複数のvirtual objectに(間接的に)紐づけられるようにしていて、これは同じtextureなのに複数のVirtual Object に対してそれぞれ別のtextureとして作成するとGPUのメモリがもったいないからだったとおもうんだけど、 例えばtextureの中身を書き換えたとき(attach されているwl_bufferの中身を書き換えたとき)、それに紐づいたvirtual object がcommitされたタイミングで実際にGPU内のtexture用に割り当てた領域を書き換えることになるが、その場合、そのtextureを使っている別のvirtual object は commit してないのに描画内容が変わってしまって、整合性が取れなくなる可能性がでてくるという問題がある。 解決策として、 1. textureなどは一つのvirtual objectにしか割り当てられなくする。 問題点としては、複数のvirtual objectで同じtextureを使う時などに効率が悪い。 2. texture (zgn_opengl_texture) はその中身を変更できないよう(immutable)にする。 virtual object に紐づいたtextureを変更したい場合は zgn_opengl_textureを新しく作り直して、attachしなおす。...

## Dependencies ## Feature Request Distributed tracing for Jenkins Remoting. ### Purpose Monitoring and troubleshooting Jenkins agents by tracing the remoting behavior. ### Challenges #### How to instrument remoting -...

enhancement
help wanted

### Dependencies #40 ### Feature Request Currently, we set only "endpoint" for OtlpGrpcSpanExporter. We should be able to set other options like "timeout".

enhancement

### Dependencies #82 implements disk usage metrics for Linux. Disk usage metrics for mac & windows are also needed. [OpenTelmetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/system-metrics.md#systemfilesystem---filesystem-metrics) ref: #72 ### Feature Request

enhancement

### Dependencies ### Feature Request We currently configure the engine via environment variables It is useful if we can configure it with a config file. We can use the advantages...

enhancement