David Wales

Results 49 comments of David Wales

Note also that the security improvement can also be implemented without bash-specific process substitution using `/dev/stdin`: ``` printf '%s' "$P" | az login --service-principal -u $U --tenant $T -p @/dev/stdin...

Does the system call check leak $P to all users? Or is it only visible to current user and root?

Related issue in the pandocxnos repository: https://github.com/tomduck/pandoc-xnos/issues/28 And related PR: https://github.com/tomduck/pandoc-xnos/pull/29

You can install nandokawka's patched fork (from the [PR](https://github.com/tomduck/pandoc-xnos/pull/29) above) as follows: pip install git+https://github.com/nandokawka/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos

I encountered this bug today. It happened because I created terrains, then added them to my scene, then deleted the terrain from here: After this, my scene file contained references...

I'm getting this too. Would it be possible to embed the referenced SVG images directly in the saved drawio SVG, rather than having them as external references?

Thanks @alderg. However, 'Embed Images' is not an option for 'Save As -> Editable Vector Image'. Would it be possible to make this option available in this case? I'm specifically...

Looking at a debugger, I can see that the function which creates the problematic `expectation_string_cell` is `expectation_string_fn` in `/usr/local/lib/python3.10/dist-packages/great_expectations/render/renderer/content_block/validation_results_table_content_block.py`. However, further inspection reveals that this function is in fact `_prescriptive_renderer`...

Thanks @rdodev! Something I've struggled with trying to debug this is that we only get the very last bit of traceback. If we make the following changes, we can get...