Michael Brade

Results 16 issues of Michael Brade

When I have CryptPad open and I receive a private message, the browser displays a system notification. However, the bell on the upper right does not record the notification. So...

Feature Request
CryptDrive

lengths that are set with `\setlength` need to be written to CSS, otherwise they won't make a difference

TODO

Now that other projects start using this, it is about time to fix the one big limitation I should have thought about right from the start: the lack of an...

enhancement
help wanted

Here is a proof-of-concept for `\hfill` if you know when a linebreak has to occur: ```html $(function() { var f = $(".fill"); var originalWidth = f.width(); $(".fill").css('background-color', 'red') $(window).on("resize", function()...

I'll have to change `` to `` because in LaTeX you can have boxes with paragraphs inside a paragraph, like a minipage. Sad moment... I loved the clean html syntax...

It is not possible to compile a program that dereferences a `strided_iterator`: ``` boost::compute::int_ data[] = { 1, 2, 3, 4, 5, 6, 7, 8 }; auto it = boost::compute::make_strided_iterator(data,...

Hi, is it possible to load the source code of a file for the html reporter from the source map instead of looking for it on the file system? I...

- [x ] I confirm that this is an issue rather than a question. ## Bug report I created a custom component in `.vuepress/components/LaTeX.vue` to typeset the LaTeX logo properly...

I would like to create a nested json structure of the members in a struct when defining the trait using binding traits. Something like this, which obviously fails to compile:...

question