Anton Boritskiy
Anton Boritskiy
hmm for me steps that are suggested by @andrewhowdencom don not work, can not get one file staged and encrypted. What I've done: 1. git crypt init 2. git crypt...
ok figured it out, the file which `git crypt` was unable to encrypt was referenced in two `.gitattributes` files on different levels of the folder structure. as soon as I...
Sorry for late reply. Also added allowLongDontSplit option, which helps handling dontsplit blocks which are higher then expected column high, this fix actualy much more efficient than original one, Added...
Depending on how many images you have - importer might be running out of memory, see https://github.com/sitewards/import_image_memory_leak_fix
@gfranko I can confirm that `selectBoxIt` crashes IE10, but not directly. It somehow spoils the `document.getElementsByName()` method and as soon as this method is called - browser crashes. The easier...
@gfranko, consider adding such code to seletBoxIT ``` /** * Generates names for select boxes in case they are empty. Attempts to use id as a name if id is...
Hi, if you are talking about this fix: /** - Generates names for select boxes in case they are empty. Attempts to use id as a name if id is...
> I also stuck on this step. I already cleared for all step following manual but I have no idea what should I do after this to import my export...
ok, after a bit of debugging, turns out my problem was an easy one: I messed up Azure permissions. What helped me is this URL: https://docs.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0&tabs=http#permissions One must grant those...
> Possible alternative is simply always whitelist request coming from the host itself. just tried that - it is not easy for the env that is behind Fastly, what will...