Pablo Lopez-Jamar
Pablo Lopez-Jamar
Hi Pat, This is a super early work on this. You'll need to create the database the first time to share it on docker afterwards. I guess a "touch" file...
That is the problem, that the indexing is not done in the container. The container is just launching Datasette with a specific configuration. You'll have to perform the indexing as...
I just saw how to do it inside the container, just keep it running and do the following ``` docker exec -it htmls-to-datasette index htmls ``` As you see is...
Yes, Pat, that will be great!
You can also pipe the file to /tmp/g13-0, like this: `cat myfile.bind > /tmp/g13-0`
Thanks so much for the detailed explanation. Definitely is much easier to do with profiles even though I wouldn't be able to change screen colour. I'll go for that until...
That is a bit difficult... How about PDF scramble? In a way is makes the contents difficult to copy and paste the contentas individually? Or something related to avoiding being...
Can we compromise on "Create uneditable PDF"? But you decide :) On Sun, Dec 3, 2023, 11:22 AM Anthony Stirling ***@***.***> wrote: > How about one of these > >...
I meant the "non-editable" one :) On Sun, Dec 3, 2023, 11:40 AM Pablo López-Jamar ***@***.***> wrote: > Can we compromise on "Create uneditable PDF"? But you decide :) >...
That'd be a great! Thanks a lot! I followed the instructions to create a Firefox for Android extension from https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/ and they're pretty easy to follow. There is no remote...