Dima Ryskin
Dima Ryskin
Inspecting the logs output for macros materialization, with and without `-Ypartial-unification` this is where they diverge: The succeeding version (green) is materializing the following macro, while the failing (red) is...
Hi, so Is there support for custom (user-provided) extensions/options for services and messages? I can't seem to land on the relevant doc and the [templates wiki](https://github.com/pseudomuto/protoc-gen-doc/wiki/Custom-Templates-(outdated)) is marked "outdated".
Same issue here, nothing in DevTools console.
Thanks @jprobinson! Indeed it looks like their API is a mess. I've been trying to generate Slack's entities for quite some time. Unfortunately, [openapi-generator](https://github.com/OpenAPITools/openapi-generator) also [fails to generate data classes](https://github.com/slackapi/slack-api-specs/issues/19)...
Having the same problem here, but the bar is empty either way, by copying the config files using nix, or by symlinking them. @neversad-dev I see in your config that...
There seems to be a rather elegant solution suggested in [christoomey/vim-tmux-navigator/issues/295#issuecomment-1123455337](https://github.com/christoomey/vim-tmux-navigator/issues/295#issuecomment-1123455337) Porting the following to lua could alleviate the dependency on the tmux-side plugin altogether, only requiring the short Tmux...
Following up on my suggestion above, currently this lazy.nvim setup works for me: Plugin: ```lua return { "alexghergh/nvim-tmux-navigation", config = function() require("nvim-tmux-navigation").setup({ disable_when_zoomed = true, -- defaults to false keybindings...
I had the same problem. Just noticed a pending Chrome update, did the update and it was resolved.
Is this going forward with the next steps? Seems like it's dormant since "Merge PR", leaving Claude-Flow's claim of 84% on SWE-Bench as mere speculation...
>However, per my experimenting not all calls support application/json; charset=utf-8 Content-type, mostly multipart/form-data. @onix Encoding as `x-form-www-urlencoded` also works. It removes the clutter compared to the `multipart`...