Aidan

Results 27 comments of Aidan

In AWS, you can have a serverless API by using Lambda for code execution and API Gateway for receiving the API calls and passing them to the Lambda. Typically, postgrest...

@avelino I created a Draft PR https://github.com/prest/prest/pull/395/files with roughly the work needed to make this work. Obviously needs tests and such. Just wanted to get a thumbs up that you...

As an option to `ecs-cli up` would be great. The main thing I am after is something that reads docker-compose and effectively replicates that stack in AWS. I want parity...

Related https://github.com/open-eid/libdigidocpp/pull/410. For example, ``` /home/aidan/foss/digidoc/libdigidocpp/src/PDF.cpp: In member function ‘PoDoFo::PdfAcroForm* digidoc::DSSPdfSigIncMemDocument::GetAcroForm()’: /home/aidan/foss/digidoc/libdigidocpp/src/PDF.cpp:51:41: error: ‘GetExistedAcroForm’ was not declared in this scope 51 | PdfAcroForm* GetAcroForm() { return GetExistedAcroForm(nullptr); } ```

Has anyone worked on this? If not, I might do it.

@jfuss Can we get this reviewed? It would be useful for us. Thanks!

That's a good idea. I'll work on a change.

@andydotxyz I don't know the details, but it works :) ``` func (rt *ResponsiveTable) AddRow(ele ...fyne.CanvasObject) { l := layout.NewResponsiveLayout() for i, e := range ele { row := layout.Responsive(...

By the way, I'm building widgets and layouts with the goal to get to https://react-bootstrap-table.github.io/react-bootstrap-table2/. I've been breaking them into separate PRs as I slowly build them out. If you...

Changed it to extending Widget. Maybe that's better