Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

This fix is necessary for input-method to work properly on X11. (#2130) Since I thought I would need to make this kind of fix in #2130, I checked the behavior...

We can remove this if. https://github.com/glfw/glfw/blob/679106e8b027b74f8dc1d57c38bafc7c0794c3c7/src/x11_window.c#L1286-L1318 We can remove this too. https://github.com/glfw/glfw/blob/679106e8b027b74f8dc1d57c38bafc7c0794c3c7/src/x11_window.c#L1559-L1560

Seems like this problem still exists. **Environment** * Ubuntu 22.04 * `td-agent 4.4.1 fluentd 1.15.2 (c32842297ed2c306f1b841a8f6e55bdd0f1cb27f)` * Installed by `$ curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh` **How to Reproduce** * Install...

As @scrwr says, we can avoid this issue by commenting out the following line in `/lib/systemd/system/td-agent.service` ``` Environment=LD_PRELOAD=/opt/td-agent/lib/libjemalloc.so ``` Then apply this. ```console $ (sudo) systemctl daemon-reload $ (sudo) systemctl...

> However, is it correct to comment out this? It is not recommended to edit directly `/lib/systemd/system/td-agent.service`. The correct way to change environment variables would be as follows for Ubuntu:...

I will check this problem on my machine!

@dferreiralopessc Sorry for the late response. I will check this issue this weekend! Thanks!

# Environment * macOS Monterey 12.3.1 * MacBook Air (M1, 2020) * Chip: Apple M1 * `$ uname -m` * `arm64` * `$ ruby -v` * `ruby 3.0.2p107 (2021-07-07 revision...

Still doing a little digging, but found the following issue. * https://github.com/rbenv/ruby-build/issues/1691

OpenSSL is installed in my environment. ```console $ brew list | grep openssl [email protected] $ which openssl /usr/bin/openssl ```