Alexander Neumann
Alexander Neumann
@pascalsiemsen > At the moment I am experimenting with adding my own font-lock key words (e.g. everything that is in square brackets or starts with an @. I did not...
I am facing a similar issue but with other parameters: `:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :cover '((image . "images/cover.jpg") (caption . "A cover image") (alt . "This should be the cover image"))` @finex: Did...
Alright, I created a (suboptimal) workaround with an org special block and a CSS rule. #### post.org ``` :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :cover '((image . "/ox-hugo/cover.jpg") (caption . "some code") (alt . "code"))...
@noahmorrison: I am also looking forward to `keep`. Do you plan to release a new PyPI version soon-ish? Are there some issues that currently prevent a release?
FYI: About a week ago, the README was extended with a notice mentioning the following: > With the announcement of Microsoft Mesh, we want to provide an update regarding our...
> ...which means no change will be made by the dev team itself. Fair enough. Thank you for the clarification. > I'm keeping my eye on the WebRTC implementation from...
Hi @lapislazinus, I ran into the same issue and you are right. When importing the unitypackage, Unity will mess with the `VideoCapture` import and add a `UnityEngine.Windows.WebCam` prefix to everything...
Actually I need to specifically replace `UnityEngine.Windows.WebCam` with `HololensCameraStream`. Otherwise Unity will try to 'fix' `VideoCapture` during every build.
> > > > Actually I need to specifically replace `UnityEngine.Windows.WebCam` with `HololensCameraStream`. Otherwise Unity will try to 'fix' `VideoCapture` during every build. > > and how is this done?...
I just realized that the added strings also contained tabs. I fixed that (I hope the indent is correct). I decided to squash this into one commit (and force push)...