bmitc
bmitc
### Describe the bug In general, I have found that F# is now displaying values strangely in VS Code. I feel that it didn't used to be this way, so...
**Is your feature request related to a problem? Please describe.** When creating .NET Interactive notebooks with the `.dib` file format, I would like to upload the notebooks to GitHub and/or...
### Describe the bug 1. Open Visual Studio Code 2. Create a new blank notebook 3. Select "Create as '.dib'" (note: this bug doesn't happen if the `.ipynb` format is...
## Use case Right now, the [`DragTarget`](https://api.flutter.dev/flutter/widgets/DragTarget-class.html) class has the relevant properties: * [`onMove`](https://api.flutter.dev/flutter/widgets/DragTarget/onMove.html): Called when a `Draggable` moves within this `DragTarget`. * [`onWillAccept`](https://api.flutter.dev/flutter/widgets/DragTarget/onWillAccept.html): Called to determine whether this widget...
**Is your feature request related to a problem? Please describe.** I would like to have images displayed in a .NET Interactive Notebook when working in Visual Studio Code with the...
I am using Python 3.12.1 on both Windows 11 with Pyro5 5.15, and I started out my testing of Pyro5 with the example show here: https://pyro5.readthedocs.io/en/latest/intro.html#simple-example * File `greeting_server.py`: ```python...
**EasySNMP release version OR commit number** `easysnmp-0.2.6`. Specifically: `easysnmp-0.2.6-cp310-cp310-manylinux_2_24_x86_64.whl` **Operating System and Version** - OS: Ubuntu - Version: 22.04 **Net-SNMP Library Version** Not sure at the moment. **Describe the bug**...
### Description I have a project where I am using SkiaSharp to draw to a window provided by GLFW. In the code below, I have reproduced the issue with just...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description In the [Pydantic documentation for MyPy](https://docs.pydantic.dev/latest/integrations/mypy/), it is stated that: > Pydantic works well with [mypy](http://mypy-lang.org/)...
## Description Fixes # (issue, if applicable) ## Checklist - [ ] Test cases added - [ ] Performance benchmarks added in case of performance changes - [ ] Release...