Isaque Neves

Results 150 issues of Isaque Neves

It would be interesting if the swagger_ui somehow had integration with angel framework to allow the automatic generation of documentation for a rest API, at the moment I'm using and...

I have a pink noise generator that generates audio samples, I use in C # wevout to play, but I do not know how to do this in Xamarin.Forms

please if possible release binaries for windows to download

enhancement

add binaries download for windows 10/11

**Describe the bug** Mid-word line break when generating a table using TableHelper.fromTextArray **To Reproduce** ```dart Future exportPdf([bool isPrint = false, bool isDownload = true]) async { final loading = SimpleLoading();...

bug
needs triage

@danbovey how to get usWeightClass (font weight ) from ttf file

@mfs Why is there this difference in the values ​​shown for the used disk space between df -h and rust-df? ![image](https://github.com/mfs/rust-df/assets/12227024/6561db17-7c2f-48ea-80da-1a9b5c96bdf1) ```console isaque@pmro174330:/mnt/c/MyRustProjects/rust-df/target/release$ ./rdf -a Filesystem Size Used Avail Use%...

add a way to run queries before making the connection available, so that it is possible to run queries like ```set search_path to "schemaName"``` and ```SET client_encoding = 'utf8'``` I'm...

It would be very useful to have a retry if the query throws an error if the database is restarted

implement the methods startTransaction , commit , rollback I tried to run them but I got this error: ```dart Future startTransaction() async { await connection!.execute('begin'); return ...; } Future commit()...