Tom
Tom
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
I tried building this from scratch, but no luck. The top-level build (bash make-pgf.bash) doesn't actually download the necessary dictionary. Trying to download it myself fails. Here is my Dockerfile:...
Add a small API to support column store functionality; that is, to allow samples to be composed from multiple shards in parallel. That is, provide a `.join_columns(shard_name_function)` that wraps up...
If there is any HTML inside the presentation, `presenterm` aborts with a parse error: ``` Error loading presentation: parse error at 292:1: unsupported element: html block ``` This seems unnecessarily...
### What do you need? Copying files into the `~/.config/fabric/patterns` directory is kind of messy and doesn't work well with upgrades or dotfile maintenance scripts. Why not add a search...
**Describe the bug** vaf/vif not working in Lua code **To Reproduce** 1. install nvim-treesitter and nvim-treesitter-textobjects 2. load a .lua file 3. move cursor inside a Lua function definition 4....
Add a LocalWids class for quick, unindexed local access to a collection of shards, with essentially no overhead on random access.