Paul T

Results 66 issues of Paul T

Would be good to add tempered threat level to monsters.

enhancement

I wanted to open the discussion on how to add the Safi weapons. These may need some special treatment since their upgrade mechanics are a bit different than the other...

enhancement

I'm having issues with the changes in 1a5691e63f0c59bb49dfbcebbf733ae691d42c6f. It seems that the `robotolight` font is not being found or doesn't exist. https://github.com/posquit0/Awesome-CV/blob/5b05d935658377c73a3456269d23a276b19804f7/awesome-cv.cls#L165

> **Note** > This is on hold until I can ensure that the necessary build flags are properly set in the `dp::thread-pool` for coroutine support. It seems that down-stream projects...

I'm not sure how this would work, or if it's technically feasible, but I'm going to describe my issue through a hypothetical project. Let's assume we have projects A and...

Will the new version be pushed out to chocolatey as well?

scope/packaging
platform/windows
type/task

Currently, the thread pool will eventually deadlock if a user launches a tasks that recursively creates new tasks on the thread pool wait for a result. Sample code: ```cpp //...

bug
enhancement

WIP 🚧 Adds a implementation of a Chase-Lev work stealing queue as described in the corresponding paper: "Correct and Efficient Work-Stealing for Weak Memory Models" and "Dynamic Circular Work-Stealing Deque"...

See [this](https://www.reddit.com/r/cpp/comments/15h5yus/comment/juqtxrp/?utm_source=share&utm_medium=web2x&context=3) discussion for context. Basically, in it's current state, the library is limiting itself to 1 processor group with a max of 64 logical cores.

When passing in a task to the thread pool, it would be good to set the priority for the task. This could be a number or score, or we could...

enhancement