Joe George

Results 74 comments of Joe George

> Ice.IdleTimeout # corresponds to IceIdleTimeout in IceRPC, with same default (60 seconds) According to https://docs.icerpc.dev/icerpc/slic-transport/connection-idle-timeout > The default idle timeout is 30 seconds. EDIT: Never mind, I was looking...

I see, so what about the warning though?

Sounds like this issue https://stackoverflow.com/questions/53670052/how-to-define-qualified-exports-to-unknown-modules

While I don't disagree with these changes in general, I'm not a fan of trying to manage patches to this is css theme. Whenever we want to update it from...

After a quick search, they have support for such customizations, mostly through css variables. Including max content with. https://github.com/jothepro/doxygen-awesome-css/blob/main/docs/customization.md

I tried to implement this. The issue is that `std::array`'s size is part of the type, eg. `std::array`. Creating a nested std::array of different sized std::array's isn't possible (which is...

It would be nice to be able to use the very common [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) Java extension for formatting in VS Code. It seems to use...

Definitely a bit hacky (the original lookup). Should we fix this code to be a bit better?