Aaron
Aaron
Yeah i mean that :). But I would say, setting an extra class in gutenberg for container fluid is enough for me, because if i really want to give a...
@adityaasoleh how did you set up the dynamodb table schema?
So you basically did this? ``` aws dynamodb create-table \ --table-name Example_Accounts \ --attribute-definitions \ AttributeName=KEY_ACCOUNT_UUID,AttributeType=S \ --key-schema \ AttributeName=KEY_ACCOUNT_UUID,KeyType=HASH \ --provisioned-throughput \ ReadCapacityUnits=10,WriteCapacityUnits=5 \ --table-class STANDARD \ aws dynamodb...
Yes please
We can go the PostmarketOS way and include an SDL-OSK in the initramfs: https://gitlab.com/postmarketOS/osk-sdl https://wiki.postmarketos.org/wiki/Osk-sdl
What do you mean by lot's of dependencies @fredldotme ? ``` nanu@Maulwurf:~/go/src/github.com/google$ git clone [email protected]:google/fscrypt.git Klone nach 'fscrypt' … remote: Enumerating objects: 3742, done. remote: Counting objects: 100% (523/523), done....
for me this also happens now on fp2 with mp4 files
Yes, in `go-astilectron`. The function in js that is triggering the navigation event is a callback function from google recaptcha. It's not possible for me to overwrite the captacha rendering....
I found another way, because i needed to circumvent the situation. I replace the original js with my own js that I have sideloaded. Then i reinitialize the captcha and...
Would be great