You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter how I changed my prompt, the result was always the same, the code said it made the replacement but was exactly the same, see example below: If your code looks something like this: from shapely.geometry import Polygon
from shapely.ops import unary_union
polygons = [Polygon([(0, 0), (1, 1), (1, 0)]), Polygon([(1, 1), (2, 2), (2, 1)])]
result = unary_union(polygons)
You should update it to: from shapely.geometry import Polygon
from shapely.ops import unary_union
Hi thanks for filing this issue. I am not quite sure I understand. Do you think next time you see this issue, you could click on the report an issue icon next to the result and file the issue on GitHub? The issue filed this way will contain the necessary information for us to fix the issue. It would also be helpful if you could add a screen recording of the issue.
Type: Bug
No matter how I changed my prompt, the result was always the same, the code said it made the replacement but was exactly the same, see example below: If your code looks something like this: from shapely.geometry import Polygon
from shapely.ops import unary_union
polygons = [Polygon([(0, 0), (1, 1), (1, 0)]), Polygon([(1, 1), (2, 2), (2, 1)])]
result = unary_union(polygons)
You should update it to: from shapely.geometry import Polygon
from shapely.ops import unary_union
polygons = [Polygon([(0, 0), (1, 1), (1, 0)]), Polygon([(1, 1), (2, 2), (2, 1)])]
result = unary_union(polygons)
Extension version: 0.21.2
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: