David Li

Results 9 comments of David Li

Another datapoint: Netzza connectivity works perfectly with `RODBC`: ``` library(DBI) library(RODBCDBI) con

Filed https://github.com/Plagman/gamescope/issues/625. Please feel free to close this task if you feel it no longer needs to be tracked here.

Temporary workaround is to put a `DSL.using(SQLDialect.[...])` in the main function before any threads are created, or rolling back to `3.15.5`.

In short, I'm looking for a flag that would toggle the logic in https://github.com/docker/compose/blob/5b7851f55b4ae9533f42eed282ffad7c442778f5/compose/service.py#L805-L810 into something that looks more like ```python def _get_aliases(self, network, container=None): return list( ({container.short_id} if container...

I'd like to keep this alive. This issue is still a problem on the latest release, and no effective solution is available.

Hmm. Looking closer, I see that the specification doesn't actually dictate a particular file extension to be used. However, I still believe we should default to `.pem`, for the following...

Looks good. Apologies for the delay. Thanks!

After messing around with torch.compile, I've decided that the only long-term solution to the performance problem is to port this away from HF Transformers and into vllm. I started a...

I just hit this issue on one of my saves. Here's the stack trace ``` game_object::is_loaded(const game_object * this) (src/game_object.cpp:152) safe_reference::is_unloaded(const safe_reference * this) (src/safe_reference.h:238) safe_reference::serialize(const safe_reference * this, const...