Benjamin Valpey
Benjamin Valpey
I've been using this plugin along with nvim-dap=ui and I'm having serious issues getting this working on a very simple example. I've put the settings to configure dap as mentioned...
Not sure if a github issue is the right spot for this, but I couldn't find a place to ask about this. I am trying to get cpg installed for...
I've been working on writing a definition file for Tabletop Simulator's Lua API. The lua runtime used by Tabletop Simulator is a subset of Moonsharp (currently version 2.0.0.0). While it...
Python 3.9 added the ability to generate per-attribute docstrings on attributes in slots that are parsed by `inspect.getdoc()` and `help` by passing a `dict` to `__slots__`. Since attrs can create...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Type Checking ### Expected Behaviour...
**Describe the bug** Pyright incorrectly reports an error when supplying both a validator and a default to `attrs.field` This does not seem to be a bug with the `attrs` package,...
I would like to use pysmt, but I am in need of the ability to use floating point types. I noticed there is no support for this currently. Are there...
I really like hatch. In fact, I've been using it a lot. However, the one area where hatch is weakest is in project templates. We have almost no ability to...
In the [aliasing section](https://www.w3.org/TR/WGSL/#aliasing), a restriction about aliasing is specified: > Execution of a WGSL function [must not](https://www.w3.org/TR/WGSL/#shader-creation-error) potentially access memory through aliased root identifiers, where one access is a...
Right now, there's no way to hide (or specifically include) code that only cbindgen needs to know about when parsing a file. There should be a conditional compilation attribute, or...