-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
As explained in the…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
When importing "nod…
-
`FileSystemAccess` is the entry point to the file-system for Gradle, as it guards the `VirtualFileSystem` state. All writes should go through `FileSystemAccess.write()` so that we can invalidate any r…
lptr updated
9 months ago
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
I am doing local .NET 8 AP…
-
Bruno 1.9.0.
I'm trying to use oracledb Thin connection to make an SQL statement in a post-request script without luck.
I have this error message :
> Error invoking remote method 'send-http-reque…
-
Hello,
I have been working on Bruno couple of weeks now and I really like it.
Currently I'm facing a problem for importing a specific external library 'cose-js'. I managed to import and use othe…
-
When I call
```
var fsa = new InMemoryFileSystemAccess
fsa.generateFile("foo", "...")
```
the resulting path in fsa.textFiles is "DEFAULT_OUTPUTfoo", which looks pretty weird. I think it would be…
-
## Environment
- Browser: Safari
- Context: WebAssembly storage implementation
## Issue Description
Experiencing a peculiar inconsistency with Safari in handling storage using WebAssembly. This …
-
I cloned your repository and ran it locally. On the /ViewZipFile page, if I select a zip file with a size above 50 KB, it crashes at:
```c#
var buffer = await file.ArrayBufferAsync(); //
-
When user aborts open/save dialog, `showSaveFilePicker`/`showOpenFilePicker` APIs throws `AbortError` which is unhandled by the Blazor.FileSystemAccess library.
The exception can be catched on the C#…