Preston Peranich
Preston Peranich
Hi, I am trying to use dap-mode with debugpy to debug a simple python multiprocessing script. While the debugger seems responsive to breakpoints and debug navigation in the main process,...
In using the manylinux image to create wheels, the package I am compiling creates a shared library from the static python libraries in the image. Without the position independent code...
Looking to continue the discussion from https://github.com/mdeloof/statig/issues/3 for refactoring the async implementation to work in both `no_std` and `no_alloc` environments. In particular, I would like to use this crate within...
These changes enable the async feature to be used in no_std when alloc is still available. All tests still passed. - Use hashbrown::HashMap instead of std::collections::HashMap for alloc compatibility. -...
**Describe the bug** When attempting to fetch data from an OpenAI proxy URL (https://xxxxx.xxx/chat/completions) within Obsidian, the request is blocked due to a CORS policy error. The console displays an...
These changes enable the use of harvesters_gui on more recent python versions.
When running the ble_bas_peripheral example on the Microbit, the [agreed upon MTU](https://github.com/embassy-rs/trouble/blob/6b464147efe6484da1d7ca2ea78247adaa393b13/host/src/host.rs#L355) results in the BLE default of 23 bytes, instead of the requested 247 that is specified `L2CAP_MTU -...
One of the features I utilize frequently in Claude Code is adding additional directories to a session that are outside the scope of my working directory. Are there currently plans...