Alexandre Rousseau

Results 31 issues of Alexandre Rousseau

I had compatibility for Postgres 12.3 version (maybe this is compatible as-is for newer version). I also corrected `20-replication.sh` for `master` when you specify `POSTGRES_USER`.

Hello @askn , I improve your code in more OOP style. Also I add Unit Test with spec. So tu ensure project works correctly you simpy need to run ```bash...

This is a little PR to improve syntax coloration of readme.

For example, when I write [[Lorem]] ipsum sir [[dolor]] I get this rendering ![Screenshot_20210602-071554](https://user-images.githubusercontent.com/11815139/120428289-b1687380-c373-11eb-80d4-a2578f98873a.jpg) I think this is caused by [greedy REGEX in preview page](https://github.com/redsolver/noteless/blob/master/lib/page/preview.dart#L79). I had this error on...

I had trouble to implements units tests with `BullModule` until I found [this solution](https://stackoverflow.com/a/68191566/5935198). So I decided to add a section to show this solution in official documentation. ## PR...

When I answer to a call with a connected bluetooth device, audio output is automatically redirected to my headphone. But I may be able to switch to audio device without...

feature request

**Describe the bug** I have flac files with synchronized lyrics as a separated file (.lrc), but itdoesn't appears in the UI anymore (nor the synced lyrics on the top of...

bug

it may slightly reduce the memory usage

Hello, I used your library on my personal project. This really helped me but I needed some Knot callbacks. So I fork your project and improve it to fit more...