Gerry
Gerry
Is it possible to add speaker notes before converting md into a powerpoint presentation? In pandoc it seems this is the syntax: ``` ::: notes Note for speaker here :::...
I have been going through a refactoring stage of a code base and looking through a list of snippets like: ``` Either get failureOrUnit => value.fold( (l) => left(l), (r)...
A completed survey produces an json file. I want to allow users to be able to create surveys. Is there a way to do this using the package? Or would...
My code generation seems to be missing the .map function for the todos in the generated file ``` Map _$_$_NoteDtoToJson(_$_NoteDto instance) => { 'body': instance.body, 'color': instance.color, // 'todos': instance.todos,...
When I try to run the following `getJsonTask()` from the example code, the app just stays on the loading screen for some time. Using Flutter 3.0.1 ```dart class _MyAppState extends...
### Description The launcher installer runs and installs. And then I try to run the app and nothing pops up. It did open once and then when I logged in...