Dmitry Pankratov
Dmitry Pankratov
Observed on macOS Catalina and Big Sur, when the `LC_CTYPE` envrionment variable is set to `UTF-8` (seems like a default for macOS, at least in the terminal application). The DesktopRequester...
We have proto files with all top-level definitions look like this: ```protobuf message R_SomeRequest { ... } enum R_SomeEnum { } ``` Which is translated by prost into `RSomeRequest` and...
This tiny fix resolves the issue when build_compiler_rt.sh silently fails without any messages whatsoever if the `build` directory is cleaned up.
I have successfully built a toolchain based on macOS 10.15 SDK, however it has a hard dependency on `libtapi.so.8svn` and requires LD_LIBRARY_PATH to be manually set to `/path/to/osxcross/lib` directory before...
Instead of gtk and libappindicator consider using [ksni](https://github.com/iovxw/ksni) which implements dbus interfaces natively (libappindicator does it via C code anyway). The advantage is much smaller dependency tree and the requirements...
As far as I understand ring 0.17 supports aarch64-cp-windows-msvc target, however when trying to build it with xwin I get the following error: ```text error: failed to run custom build...
I have two IPC endpoints: the server part is a system service which calls `Endpoint::new` and then `endpoint.set_security_attributes(SecurityAttributes::empty().allow_everyone_connect()`. The client part is a user-level app which does read/write to it....
This PR switches to an official Microsoft crate instead of unmaintained winapi-rs.
Trying to run a JSF project with Weld CDI under Gretty. It works ok when running from war file (e.g. appRunWar). When running with inplace mode the CDI BeanManager is...
If the borders are set to something other than None the theme selection color overlaps the top border. See attached screenshots:  