Robert J. Berger

Results 45 comments of Robert J. Berger

I found I was able to modify svelte-pdf/src/lib/PdfViewer.svelte with the following to get workers to work ``` - import * as pdfWorker from 'pdfjs-dist/build/pdf.worker.mjs' + import pdfWorker from 'pdfjs-dist/build/pdf.worker.mjs?worker&url' ```...

This is happening to me all the time and it's making Logseq unusable for me. Does seem to be related to having lots of tabs. Lots of tabs seems to...

Breaking out sagemaker.workflow (and maybe others) into their own libraries would address many use cases. Our use case is I just want a Lambda that will orchestrate workflow pipelines But...

By the way if I add an attributes alias in probe.rb so that: ``` attributes :countryiso => [:country_iso, :country_code], ``` is changed to: ``` attributes :countryiso => [:country_iso, :country_code], :active...

Anything new on this? I also have a situation where I need to ship a program to 3rd parties and can't control the Sudoers file. It looks like Centos 6...

Is there a tutorial to go along with guestbook-datomic? Though what I'm really looking for is a tutorial for using re-frame with Luminus. This is the closest I could find.

I figured you were. Busy. I'm at Monitorama thru we'd though I may try to do some chef metal hacking at the Wednesday hackathon here if you send out something....

So nothing I do seems to impact what the command is executed (it always is set to `chef-client -l info`) Also noticed that when I run chef-client on the workstation,...

From what I understand and what caused huge confusion for me (or maybe I'm still confused if I'm wrong here) the chefAPI expects the keys parameter to be a hash...

I am trying to find out if its possible to use Mountpoint S3 in a Lambda and what it would mean for our use case: We are running ML models...