-
Package version: v1.1.5
Nova version: v4.35.4
The double actions dropdown:
Related issue https://github.com/laravel/nova-issues/issues/6135
-
1. I have created a simple project with 1 survey layer
2. synchronized new version V2. in which I have added 3 new points
3. I have updated 1 point (from the previous version), deleted 1 point (from…
-
Does this issue occur when all extensions are disabled?: No
- VS Code Version: 1.95.1
- OS Version: Linux
Steps to Reproduce:
1. Open the inline chat (ctrl +I) and sent a prompt that gener…
-
1) Remove unused usings from the following:
``` VB
Imports System
Module Module1
Sub Main()
End Sub
End Module
```
``` C#
using System;
namespace ConsoleApplication68
{
class Program
{
}
}
```
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
nuget
### Package manager version
_No response_
### Language version
_No response_
### …
-
![image](https://github.com/user-attachments/assets/1085fed7-1933-41a0-88c5-911d3bbd7e93)
Left is original PSF, right is PSF after decorrelation.
Mapping is log scale, so it looks worse than it i…
-
### Describe the bug
```
// Next.js Custom Route Handler: https://nextjs.org/docs/app/building-your-application/routing/router-handlers
import { createSchema, createYoga } from 'graphql-yoga'
impo…
-
first, create diffEditor
```this.diffEditor = monaco.editor.createDiffEditor(dom, options);```
second, get originalEditor
```this.originalEditor = this.diffEditor.originalEditor;```
third, add…
-
A NoneType error occurs when trying to use txt2img. The images are generated on the server in the `outputs/krita-out` directory
## System
```
$ cat /etc/os-release
PRETTY_NAME="Devuan GNU/Linu…
-
I love the split diff display for reviewing changes to existing files! However, it doesn't work as well when viewing _new unversioned_ files that have been added to the repository.
Logically speaki…